Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h307 #define STRHASLINKS 0x80000000 /* I_LINKs under this stream */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c168 { SF(STRHASLINKS), "there are I_LINKs under this stream" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c736 if (stp->sd_flag & STRHASLINKS) { in strclose()
H A Dstrsubr.c1940 stp->sd_flag |= STRHASLINKS; in mlink_file()