Home
last modified time | relevance | path

Searched refs:VALID (Results 1 – 10 of 10) sorted by relevance

/titanic_53/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_OFDM, 24000, /* 24 Mb */
50 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
53 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
56 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
196 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
199 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
[all …]
H A Darn_rc.h48 #define VALID 0x1 macro
52 #define VALID_ALL (VALID_2040|VALID)
84 (capflag & WLAN_RC_40_FLAG) ? VALID_40 : VALID_20 : VALID))
/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.c27 #define VALID(p,f) ((p=(Sfstr_t*)f)>=&strs[0]&&p<&strs[elementsof(strs)]) macro
53 if (VALID(p, f)) in sfclose()
74 if (!VALID(p, f)) in sfprintf()
102 if (VALID(p, f)) in sfputc()
122 if (VALID(p, f)) in sfputr()
146 if (VALID(p, f)) in sfstrbase()
190 if (VALID(p, f)) in sfstrseek()
200 if (VALID(p, f) && n >= 0 && n < (p->nxt - p->beg)) in sfstrset()
211 if (VALID(p, f) && p->nxt) in sfstrtell()
223 if (VALID(p, f) && (p->nxt < p->end || !extend(p, 1))) in sfstruse()
[all …]
/titanic_53/usr/src/cmd/ttymon/
H A Dtmhandler.c95 pmptr->p_status = VALID;
118 pmptr->p_status = VALID;
323 pmptr->p_status = VALID;
463 if (pmptr->p_status == VALID) in kill_children()
566 pmptr->p_status = VALID;
584 pmptr->p_status = VALID;
602 pmptr->p_status = VALID;
H A Dtmstruct.h104 #define VALID 1 /* entry is valid */ macro
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; in open_all()
/titanic_53/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c84 #define VALID(d) (*(d)&&!eaccess(d,W_OK|X_OK)) macro
206 if (!VALID(*(tmp.dir - 1))) in pathtemp()
210 if (!VALID(*(tmp.dir - 1))) in pathtemp()
216 if (((d = tmp.tmpdir) || (d = getenv(TMP_ENV))) && !VALID(d)) in pathtemp()
/titanic_53/usr/src/cmd/acct/
H A Dacctdef.h75 #define VALID 0 macro
H A Dwtmpfix.c302 return (VALID); in invalid()
309 return (VALID); in invalid()