HomeSort by: relevance | last modified time | path
    Searched defs:asp (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/rpc/
svc_auth.c 111 struct authsvc *asp; local in function:_authenticate
117 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */
144 for (asp = Auths; asp; asp = asp->next) {
145 if (asp->flavor == cred_flavor) {
148 as = (*asp->handler)(rqst, msg);
184 struct authsvc *asp; local in function:svc_auth_reg
198 for (asp = Auths; asp; asp = asp->next)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 116 struct ar5212AniState *asp = &ahp->ah_ani[i]; local in function:ar5212GetAniChannelIndex
117 if (asp->c.channel == chan->channel)
119 if (asp->c.channel == 0) {
120 asp->c.channel = chan->channel;
121 asp->c.channelFlags = chan->channelFlags;
122 asp->c.privFlags = chan->privFlags;
123 asp->isSetup = AH_FALSE;
125 asp->params = &ahp->ah_aniParams24;
127 asp->params = &ahp->ah_aniParams5;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 120 struct ar5212AniState *asp = &ahp->ah_ani[i]; local in function:ar5416GetAniChannelIndex
121 if (asp->c.channel == chan->channel)
123 if (asp->c.channel == 0) {
124 asp->c.channel = chan->channel;
125 asp->c.channelFlags = chan->channelFlags;
126 asp->c.privFlags = chan->privFlags;
127 asp->isSetup = AH_FALSE;
129 asp->params = &ahp->ah_aniParams24;
131 asp->params = &ahp->ah_aniParams5;
  /src/games/gomoku/
pickmove.c 196 const struct spotstr *asp = &board[as]; local in function:better
199 if (/* .... */ asp->s_combo[us].s != bsp->s_combo[us].s)
200 return asp->s_combo[us].s < bsp->s_combo[us].s;
201 if (/* .... */ asp->s_level[us] != bsp->s_level[us])
202 return asp->s_level[us] < bsp->s_level[us];
203 if (/* .... */ asp->s_nforce[us] != bsp->s_nforce[us])
204 return asp->s_nforce[us] > bsp->s_nforce[us];
210 if (/* .... */ asp->s_combo[them].s != bsp->s_combo[them].s)
211 return asp->s_combo[them].s < bsp->s_combo[them].s;
212 if (/* .... */ asp->s_level[them] != bsp->s_level[them]
    [all...]

Completed in 13 milliseconds