Home
last modified time | relevance | path

Searched refs:nd_getset (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dnd.h76 extern int nd_getset(queue_t *, caddr_t, MBLKP);
H A Dnd.c53 nd_getset(queue_t *q, caddr_t nd_param, MBLKP mp) in nd_getset() function
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_ndd.c436 ok = nd_getset(wq, rgep->nd_data_p, mp); in rge_nd_ioctl()
458 ok = nd_getset(wq, rgep->nd_data_p, mp); in rge_nd_ioctl()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c453 ok = nd_getset(wq, adapter->nd_data_p, mp); in unm_nd_ioctl()
468 ok = nd_getset(wq, adapter->nd_data_p, mp); in unm_nd_ioctl()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dncaddi.c121 if (! nd_getset(q, nca_g_nd, mp)) { in nca_wput()
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2412 ret = nd_getset(wq, lldev->ndp, mp); in xgell_m_ioctl()
2417 ret = nd_getset(wq, lldev->ndp, mp); in xgell_m_ioctl()
/titanic_41/usr/src/uts/common/inet/ip/
H A Drts.c1054 if (nd_getset(q, rtss->rtss_g_nd, mp)) { in rts_wput_other()
H A Dkeysock.c964 if (nd_getset(q, keystack->keystack_g_nd, mp)) { in keysock_wput_other()
H A Dipsecah.c1513 if (nd_getset(q, ahstack->ipsecah_g_nd, mp)) { in ipsecah_wput()
H A Dspdsock.c3413 if (nd_getset(q, spds->spds_g_nd, mp)) { in spdsock_wput_other()
H A Dipsecesp.c4138 if (nd_getset(q, espstack->ipsecesp_g_nd, mp)) {
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c3885 ok = nd_getset(wq, dp->nd_data_p, mp); in gem_nd_ioctl()
3891 ok = nd_getset(wq, dp->nd_data_p, mp); in gem_nd_ioctl()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c1874 if (!nd_getset(wq, idn_ndlist, mp)) { in idnioctl()
1885 if (!nd_getset(wq, idn_ndlist, mp)) { in idnioctl()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5148 ok = nd_getset(wq, mgp->nd_head, mp); in myri10ge_m_ioctl()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c7148 if (!nd_getset(wq, man_ndlist, mp)) in man_nd_getset()