Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c1591 gld->gld_flags |= GLD_STR_CLOSING; in gld_close()
2054 if (gld->gld_flags & GLD_RAW) { in gld_start()
2726 if (gld->gld_flags & GLD_PROM_PHYS) in gld_accept()
2748 if (gld->gld_flags & GLD_PROM_MULT) in gld_mcmatch()
2836 if (gld->gld_flags & GLD_RAW) { in gld_passon()
3111 gld->gld_flags |= GLD_RAW; in gld_ioctl()
3215 gld->gld_flags |= GLD_FAST; in gld_fastpath()
4472 if (gld->gld_flags & GLD_PROM_PHYS) in gldunattach()
4474 if (gld->gld_flags & GLD_PROM_MULT) in gldunattach()
4931 gld->gld_flags |= GLD_PROM_SAP; in gld_promisc()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h151 int32_t gld_flags; /* flags defined in gldpriv.h */ member