Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c170 static int gld_promisc(queue_t *, mblk_t *, t_uscalar_t, boolean_t);
3340 result = gld_promisc(q, mp, dlreq, B_TRUE); in gld_cmds()
3346 result = gld_promisc(q, mp, dlreq, B_FALSE); in gld_cmds()
4806 gld_promisc(queue_t *q, mblk_t *mp, t_uscalar_t req, boolean_t on) in gld_promisc() function