Home
last modified time | relevance | path

Searched defs:ctb (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/sys/arch/alpha/include/
H A Drpb.h344 struct ctb { struct
345 u_int64_t ctb_type; /* 0: CTB type */ argument
346 u_int64_t ctb_unit; /* 8: */ argument
347 u_int64_t ctb_reserved; /* 16: */ argument
348 u_int64_t ctb_len; /* 24: bytes of info */ argument
349 u_int64_t ctb_ipl; /* 32: console ipl level */ argument
350 u_long ctb_tintr_vec; /* 40: transmit vec (0x800) */ argument
351 u_long ctb_rintr_vec; /* 48: receive vec (0x800) */ argument
359 u_int64_t ctb_term_type; /* 56: terminal type */ argument
361 u_int64_t ctb_keybd_type; /* 64: keyboard nationality */ argument
[all …]
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.c133 static void guc_ct_buffer_reset(struct intel_guc_ct_buffer *ctb) in guc_ct_buffer_reset()
146 static void guc_ct_buffer_init(struct intel_guc_ct_buffer *ctb, in guc_ct_buffer_init()
408 struct intel_guc_ct_buffer *ctb = &ct->ctbs.send; in ct_write() local
572 struct intel_guc_ct_buffer *ctb = &ct->ctbs.recv; in g2h_has_room() local
598 struct intel_guc_ct_buffer *ctb = &ct->ctbs.send; in h2g_has_room() local
658 struct intel_guc_ct_buffer *ctb = &ct->ctbs.send; in ct_send_nb() local
691 struct intel_guc_ct_buffer *ctb = &ct->ctbs.send; in ct_send() local
861 struct intel_guc_ct_buffer *ctb = &ct->ctbs.recv; in ct_read() local
/openbsd-src/sys/arch/alpha/alpha/
H A Ddec_3000_300.c95 struct ctb *ctb; in dec_3000_300_cons_init() local
H A Ddec_3000_500.c114 struct ctb *ctb; in dec_3000_500_cons_init() local
H A Ddec_eb64plus.c100 struct ctb *ctb; in dec_eb64plus_cons_init() local
H A Ddec_kn20aa.c100 struct ctb *ctb; in dec_kn20aa_cons_init() local
H A Ddec_eb164.c95 struct ctb *ctb; in dec_eb164_cons_init() local
H A Ddec_alphabook1.c98 struct ctb *ctb; in dec_alphabook1_cons_init() local
H A Ddec_550.c101 struct ctb *ctb; in dec_550_cons_init() local
H A Dapi_up1000.c100 struct ctb *ctb; in api_up1000_cons_init() local
H A Ddec_1000a.c147 struct ctb *ctb; in dec_1000a_cons_init() local
H A Ddec_kn300.c143 struct ctb *ctb; in dec_kn300_cons_init() local
H A Ddec_axppci_33.c145 struct ctb *ctb; in dec_axppci_33_cons_init() local
H A Ddec_2100_a50.c120 struct ctb *ctb; in dec_2100_a50_cons_init() local
H A Ddec_6600.c120 struct ctb *ctb; in dec_6600_cons_init() local
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c711 const struct intel_ctb_coredump *ctb) in err_print_guc_ctb() argument
1759 gt_record_guc_ctb(struct intel_ctb_coredump * saved,const struct intel_guc_ct_buffer * ctb,const void * blob_ptr,struct intel_guc * guc) gt_record_guc_ctb() argument
[all...]
H A Di915_gpu_error.h181 struct intel_ctb_coredump ctb[2]; member