| /src/usr.sbin/mlxctl/ |
| cmds.c | 183 struct mlx_enquiry2 enq; local 215 mlx_enquiry(&enq); 216 memcpy(&hid, enq.me_hardware_id, sizeof(hid)); 217 memcpy(&sid, enq.me_firmware_id, sizeof(sid)); 222 enq.me_configured_channels, enq.me_actual_channels); 223 printf(" Max Targets\t\t\t%d\n", enq.me_max_targets); 224 printf(" Max Tags\t\t\t%d\n", enq.me_max_tags); 225 printf(" Max System Drives\t\t%d\n", enq.me_max_sys_drives); 226 printf(" Max Arms\t\t\t%d\n", enq.me_max_arms) [all...] |
| extern.h | 63 void mlx_enquiry(struct mlx_enquiry2 *enq);
|
| util.c | 93 mlx_enquiry(struct mlx_enquiry2 *enq) 100 mu.mu_datasize = sizeof(*enq); 101 mu.mu_buf = enq; 113 if (enq->me_firmware_id[0] == 0) { 124 enq->me_firmware_id[0] = meo.me_fwmajor; 125 enq->me_firmware_id[1] = meo.me_fwminor; 126 enq->me_firmware_id[2] = 0; 127 enq->me_firmware_id[3] = '0';
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| prof_structs.h | 175 bool enq; member in struct:prof_tdata_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| prof_structs.h | 175 bool enq; member in struct:prof_tdata_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| prof_structs.h | 183 bool enq; member in struct:prof_tdata_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| prof_structs.h | 183 bool enq; member in struct:prof_tdata_s
|
| /src/sys/dev/pci/ |
| mpii.c | 1664 #define MPII_EVENT_MASKALL(enq) do { \ 1665 enq->event_masks[0] = 0xffffffff; \ 1666 enq->event_masks[1] = 0xffffffff; \ 1667 enq->event_masks[2] = 0xffffffff; \ 1668 enq->event_masks[3] = 0xffffffff; \ 1671 #define MPII_EVENT_UNMASK(enq, evt) do { \ 1672 enq->event_masks[evt / 32] &= \ 1679 struct mpii_msg_event_request *enq; local 1713 enq = ccb->ccb_cmd; 1715 enq->function = MPII_FUNCTION_EVENT_NOTIFICATION [all...] |
| if_vte.c | 768 int enq; local 782 for (enq = 0; sc->vte_cdata.vte_tx_cnt < VTE_TX_RING_CNT - 1; ) { 798 enq++; 809 if (enq > 0) {
|
| if_jme.c | 1626 int enq, error; local 1638 for (enq = 0;; enq++) { 1667 printf("jme_ifstart enq %d\n", enq); 1669 if (enq) {
|
| if_age.c | 1059 int enq, error; local 1066 enq = 0; 1089 enq = 1; 1098 if (enq) {
|
| if_ale.c | 1036 int enq, error; local 1045 enq = 0; 1068 enq = 1; 1077 if (enq) {
|
| if_alc.c | 2021 int enq; local 2032 enq = 0; 2049 enq = 1; 2058 if (enq) {
|
| /src/external/bsd/jemalloc/dist/src/ |
| prof_data.c | 152 assert(!tdata->enq); 153 tdata->enq = true; 169 assert(tdata->enq); 170 tdata->enq = false; 1191 tdata->enq = false;
|
| prof.c | 322 if (tdata->enq) { 361 if (tdata->enq) {
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| prof.c | 295 assert(!tdata->enq); 296 tdata->enq = true; 312 assert(tdata->enq); 313 tdata->enq = false; 1817 if (tdata->enq) { 1877 if (tdata->enq) { 1960 tdata->enq = false;
|
| /src/share/terminfo/ |
| terminfo | 659 ansi+enq|ncurses extension for ANSI ENQ, 669 use=ansi+enq, use=ecma+color, use=klone+sgr8, use=ansi-m, 1021 use=vt220+pcedit, use=vt102+enq, use=klone+sgr, 1212 vpa=\E[%i%p1%dd, use=ansi+enq, 1532 kri=\E[b, krpl=\ENr, krst=\ENj, ksav=\ENq, kslt=\E[T, 1710 use=ecma+italics, use=vt100+enq, use=klone+color, 1783 use=ansi+enq, use=vt220+cvis, 2218 # ENQ/DA1 is unimplemented (the terminal does not identify itself) 2552 vt100+enq|ncurses extension for VT100-style ENQ [all...] |