Searched refs:ac_next (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libc/rpc/
H A Drpcb_clnt.c101 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
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dipmon.h57 struct ipmon_action *ac_next; member in struct:ipmon_action
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
H A Dadremap.c55 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;
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon_y.y424 a->ac_next = alist;
461 for (a = alist; a != NULL; a = a->ac_next) {
648 a->ac_next = NULL;
693 alist = a->ac_next;
723 for (a = alist; a != NULL; a = a->ac_next) {
827 for (a = alist; a != NULL; a = a->ac_next) {
/netbsd-current/sys/dev/raidframe/
H A Drf_netbsdkintf.c3280 RF_AutoConfig_t *ac_next; local
3291 ac_next = ac->next;
3325 ac = ac_next;

Completed in 220 milliseconds