Home
last modified time | relevance | path

Searched refs:sup (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c217 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_client_tx_notify()
244 if (sup->su_direct) in softmac_capab_direct()
802 sup->su_pending_head = sup->su_pending_tail = NULL; in softmac_wput_nondata_task()
902 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_setup()
928 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_tear()
939 VERIFY((sup->su_tx_flow_mp = getq(sup->su_wq)) != NULL); in softmac_fastpath_tear()
1016 (void) putq(sup->su_wq, sup->su_tx_flow_mp); in softmac_fastpath_wput_data()
1104 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()
1105 sup = list_next(&softmac->smac_sup_list, sup)) { in softmac_datapath_switch()
1156 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()
[all …]
H A Dsoftmac_dev.c180 ASSERT(sup->su_pending_head == NULL && sup->su_pending_tail == NULL); in softmac_upper_destructor()
536 if (sup == NULL) { in softmac_drv_open()
548 sup->su_rq = rq; in softmac_drv_open()
549 sup->su_wq = WR(rq); in softmac_drv_open()
553 sup->su_rxinfo.slr_arg = sup; in softmac_drv_open()
555 sup->su_direct_rxinfo.slr_arg = sup; in softmac_drv_open()
567 if (sup != NULL) in softmac_drv_open()
592 cv_wait(&sup->su_disp_cv, &sup->su_disp_mutex); in softmac_drv_close()
602 if (sup->su_active) { in softmac_drv_close()
672 } else if (sup->su_tx_busy && SOFTMAC_CANPUTNEXT(sup->su_slp->sl_wq)) { in softmac_drv_wsrv()
[all …]
H A Dsoftmac_ctl.c447 softmac_rput_process_notdata(queue_t *rq, softmac_upper_t *sup, mblk_t *mp) in softmac_rput_process_notdata() argument
460 if (sup == NULL) { in softmac_rput_process_notdata()
485 putnext(sup->su_rq, mp); in softmac_rput_process_notdata()
502 putnext(sup->su_rq, mp); in softmac_rput_process_notdata()
509 putnext(sup->su_rq, mp); in softmac_rput_process_notdata()
525 if (sup != NULL) { in softmac_rput_process_notdata()
526 putnext(sup->su_rq, mp); in softmac_rput_process_notdata()
H A Dsoftmac_main.c1310 softmac_lower_setup(softmac_t *softmac, softmac_upper_t *sup, in softmac_lower_setup() argument
1353 if ((sup == NULL) && (err = ldi_ioctl(lh, DLIOCRAW, 0, FKIOCTL, in softmac_lower_setup()
1379 slp->sl_sup = sup; in softmac_lower_setup()
1384 if (sup != NULL) { in softmac_lower_setup()
1385 slp->sl_rxinfo = &sup->su_rxinfo; in softmac_lower_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h331 #define SOFTMAC_EQ_PENDING(sup, mp) { \ argument
332 if ((sup)->su_pending_head == NULL) { \
333 (sup)->su_pending_head = (sup)->su_pending_tail = (mp); \
335 (sup)->su_pending_tail->b_next = (mp); \
336 (sup)->su_pending_tail = (mp); \
340 #define SOFTMAC_DQ_PENDING(sup, mpp) { \ argument
341 if ((sup)->su_pending_head == NULL) { \
344 *(mpp) = (sup)->su_pending_head; \
345 if (((sup)->su_pending_head = (*(mpp))->b_next) == NULL)\
346 (sup)->su_pending_tail = NULL; \
/illumos-gate/usr/src/cmd/ahciem/
H A Dahciem.c157 const char *sup; in ahciem_devinfo() local
207 sup = ahciem_led_to_string(AHCI_EM_LED_IDENT_ENABLE | in ahciem_devinfo()
210 sup = ahciem_led_to_string(AHCI_EM_LED_IDENT_ENABLE | in ahciem_devinfo()
231 (void) printf("%-20s %-12s %s,default\n", port, state, sup); in ahciem_devinfo()
/illumos-gate/usr/src/cmd/eqn/
H A De.y82 sbox : sup box %prec SUP { $$ = $2; }
101 | box sup box %prec SUP { bshiftb($1, $2, $3); }
104 | int sup box %prec SUP { integral($1, 0, $3); }
176 sup : SUP { shift(SUP); }
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Datrparse.c580 atr_protocol_t sup, def; in atr_parse_one() local
598 sup = atr_supported_protocols(data); in atr_parse_one()
607 if (sup != test->ar_sup) { in atr_parse_one()
609 "protocols: %u, expected: %u", sup, test->ar_sup); in atr_parse_one()
655 if ((sup & ATR_P_T0) != 0) { in atr_parse_one()
666 if ((sup & ATR_P_T1) != 0) { in atr_parse_one()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c95 static int sbd_get_unmap_props(sbd_unmap_props_t *sup, sbd_unmap_props_t *osup,
3238 sbd_get_unmap_props(sbd_unmap_props_t *sup, in sbd_get_unmap_props() argument
3244 if (sup->sup_guid_valid) { in sbd_get_unmap_props()
3245 sret = sbd_find_and_lock_lu(sup->sup_guid, in sbd_get_unmap_props()
3249 (uint8_t *)sup->sup_zvol_path, SL_OP_LU_PROPS, in sbd_get_unmap_props()
3263 sup->sup_found_lu = 1; in sbd_get_unmap_props()
3264 sup->sup_guid_valid = 1; in sbd_get_unmap_props()
3265 bcopy(sl->sl_device_id + 4, sup->sup_guid, 16); in sbd_get_unmap_props()
3267 sup->sup_unmap_enabled = 1; in sbd_get_unmap_props()
3269 sup->sup_unmap_enabled = 0; in sbd_get_unmap_props()
[all …]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1298 dld_ioc_secobj_unset_t *sup = karg; in drv_ioc_secobj_unset() local
1303 if (sup->su_name[DLD_SECOBJ_NAME_MAX - 1] != '\0') in drv_ioc_secobj_unset()
1307 err = mod_hash_find(drv_secobj_hash, (mod_hash_key_t)sup->su_name, in drv_ioc_secobj_unset()
1314 VERIFY(mod_hash_remove(drv_secobj_hash, (mod_hash_key_t)sup->su_name, in drv_ioc_secobj_unset()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar64 ndefine degree % nothing sup o %
/illumos-gate/usr/src/cmd/look/
H A Dwords22037 sup
/illumos-gate/usr/src/cmd/spell/
H A Dlist22036 sup