Searched refs:SDIPSET (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c136 { "DIPSET", SDIPSET, SDIPSET },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h111 #define SDIPSET 0x400 /* the vnode has an association with */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c300 * report UNKNOWN_SIZE because the device may not be attached yet (SDIPSET not
363 if (((csp->s_flag & SDIPSET) == 0) || (csp->s_dip == NULL) ||
501 * spec_assoc_vp_with_devi (SDIPSET set) then the association is
504 if (!(newcsp->s_flag & SDIPSET)) {
594 * node) then SDIPSET will not be set. In this case we call an
602 * common specfs vnode (s_dip), which sets SDIPSET. A DL_DETACH_REQ
603 * to style-2 stream driver may set s_dip to NULL with SDIPSET set.
611 if (!(csp->s_flag & SDIPSET)) {
749 csp->s_flag &= ~SDIPSET;
942 * We clear SDIPSET t
[all...]
H A Dspecsubr.c325 * DL_ATTACH/DL_DETACH processing (SDIPSET already set). The call
336 * When SDIPSET is set and s_dip is NULL, the vnode has an association with
368 csp->s_flag |= SDIPSET;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c163 if (!(csp->s_flag & SDIPSET)) {

Completed in 53 milliseconds