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...]
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/sys/dev/raidframe/
rf_netbsdkintf.c 3280 RF_AutoConfig_t *ac_next; local in function:rf_create_auto_sets
3291 ac_next = ac->next;
3325 ac = ac_next;
rf_netbsdkintf.c 3280 RF_AutoConfig_t *ac_next; local in function:rf_create_auto_sets
3291 ac_next = ac->next;
3325 ac = ac_next;

Completed in 28 milliseconds