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

  /src/lib/libc/rpc/
rpcb_clnt.c 101 struct address_cache *ac_next; member in struct:address_cache
176 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
197 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
206 prevptr->ac_next = cptr->ac_next;
208 front = cptr->ac_next;
264 ad_cache->ac_next = front;
271 while (cptr->ac_next) {
273 cptr = cptr->ac_next;
288 prevptr->ac_next = NULL
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
adremap.c 55 struct adremap_case *ac_next; member in struct:adremap_case
114 for (ac = ai->ai_case; ac; ac=ac->ac_next) {
122 ai->ai_case = ac->ac_next;
127 for (i=0, a2 = &ai->ai_case; i<c->valx; i++, a2 = &(*a2)->ac_next);
129 *a2 = ac->ac_next;
140 for (a2 = &ai->ai_case; *a2; a2 = &(*a2)->ac_next);
142 ac->ac_next = NULL;
305 for (ac = ai->ai_case; ac; ac = ac->ac_next) {
619 ai->ai_case = ac->ac_next;
  /src/external/bsd/ipf/dist/
ipmon.h 57 struct ipmon_action *ac_next; member in struct:ipmon_action
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 3280 RF_AutoConfig_t *ac_next; local
3291 ac_next = ac->next;
3325 ac = ac_next;

Completed in 20 milliseconds