Searched defs:VALID (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathtemp.c84 #define VALID(d) (*(d)&&!eaccess(d,W_OK|X_OK)) macro
206 if (!VALID(*(tmp.dir - 1)))
210 if (!VALID(*(tmp.dir - 1)))
216 if (((d = tmp.tmpdir) || (d = getenv(TMP_ENV))) && !VALID(d))
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h104 #define VALID 1 /* entry is valid */ macro
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h75 #define VALID 0 macro
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.h42 * VALID - Legacy only,
48 #define VALID 0x1 macro
52 #define VALID_ALL (VALID_2040|VALID)
84 (capflag & WLAN_RC_40_FLAG) ? VALID_40 : VALID_20 : VALID))

Completed in 60 milliseconds