Searched refs:VALID (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c35 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
38 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
41 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
44 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
47 { VALID, VALID, WLAN_RC_PHY_OFD
[all...]
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))
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h104 #define VALID 1 /* entry is valid */ macro
H A Dtmhandler.c95 pmptr->p_status = VALID;
118 pmptr->p_status = VALID;
323 pmptr->p_status = VALID;
463 if (pmptr->p_status == VALID)
566 pmptr->p_status = VALID;
584 pmptr->p_status = VALID;
602 pmptr->p_status = VALID;
H A Dtmpmtab.c560 tsp->p_status = VALID;
624 sp->p_status = VALID;
657 sp->p_status = VALID;
H A Dttymon.c331 tp->p_status = VALID;
/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/acct/
H A Dacctdef.h75 #define VALID 0 macro
H A Dwtmpfix.c291 * set forth in acctcon1. If returns VALID if the name is ok, or
302 return (VALID);
309 return (VALID);

Completed in 102 milliseconds