Searched refs:ary (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c77 lic->head = retval->ary[0];
79 retval->ary[0] = NULL;
140 cacheval->ary[0] = lic->head;
184 iln = il->ary[0];
203 if (il->ary[i])
204 idr_remove_layer(il->ary[i], layer - 1);
238 il = il->ary[idx];
250 res = il->ary[idx];
251 il->ary[idx] = NULL;
281 il = il->ary[idr_po
[all...]
/freebsd-current/sys/netgraph/
H A Dng_bridge.c636 struct ng_bridge_host_ary *ary; local
640 NG_MKRESPONSE(resp, msg, sizeof(*ary)
641 + (priv->numHosts * sizeof(*ary->hosts)), M_NOWAIT);
646 ary = (struct ng_bridge_host_ary *)resp->data;
647 ary->numHosts = priv->numHosts;
650 memcpy(ary->hosts[i].addr,
652 sizeof(ary->hosts[i].addr));
653 ary->hosts[i].age = host->age;
654 ary->hosts[i].staleness = host->staleness;
655 strncpy(ary
[all...]
H A Dng_nat.c658 struct ng_nat_list_redirects *ary; local
661 NG_MKRESPONSE(resp, msg, sizeof(*ary) +
668 ary = (struct ng_nat_list_redirects *)resp->data;
669 ary->total_count = priv->rdrcount;
672 bcopy(&entry->rdr, &ary->redirects[i++],
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Didr.h54 struct idr_layer *ary[IDR_SIZE]; member in struct:idr_layer
/freebsd-current/contrib/lib9p/
H A Dpack.c47 #define N(ary) (sizeof(ary) / sizeof(*ary))
H A Dutils.c52 #define N(ary) (sizeof(ary) / sizeof(*ary))

Completed in 114 milliseconds