Searched refs:ary (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_idr.c | 77 lic->head = retval->ary[0]; in idr_preload_dequeue_locked() 79 retval->ary[0] = NULL; in idr_preload_dequeue_locked() 140 cacheval->ary[0] = lic->head; in idr_preload() 192 iln = il->ary[0]; in idr_destroy() 211 if (il->ary[i]) in idr_remove_layer() 212 idr_remove_layer(il->ary[i], layer - 1); in idr_remove_layer() 246 il = il->ary[idx]; in idr_remove_locked() 258 res = il->ary[idx]; in idr_remove_locked() 259 il->ary[idx] = NULL; in idr_remove_locked() 289 il = il->ary[idr_pos(id, layer)]; in idr_find_layer_locked() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 636 struct ng_bridge_host_ary *ary; in ng_bridge_rcvmsg() local 640 NG_MKRESPONSE(resp, msg, sizeof(*ary) in ng_bridge_rcvmsg() 641 + (priv->numHosts * sizeof(*ary->hosts)), M_NOWAIT); in ng_bridge_rcvmsg() 646 ary = (struct ng_bridge_host_ary *)resp->data; in ng_bridge_rcvmsg() 647 ary->numHosts = priv->numHosts; in ng_bridge_rcvmsg() 650 memcpy(ary->hosts[i].addr, in ng_bridge_rcvmsg() 652 sizeof(ary->hosts[i].addr)); in ng_bridge_rcvmsg() 653 ary->hosts[i].age = host->age; in ng_bridge_rcvmsg() 654 ary->hosts[i].staleness = host->staleness; in ng_bridge_rcvmsg() 655 strncpy(ary->hosts[i].hook, in ng_bridge_rcvmsg() [all …]
|
H A D | ng_nat.c | 658 struct ng_nat_list_redirects *ary; in ng_nat_rcvmsg() local 661 NG_MKRESPONSE(resp, msg, sizeof(*ary) + in ng_nat_rcvmsg() 668 ary = (struct ng_nat_list_redirects *)resp->data; in ng_nat_rcvmsg() 669 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg() 672 bcopy(&entry->rdr, &ary->redirects[i++], in ng_nat_rcvmsg()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | idr.h | 56 struct idr_layer *ary[IDR_SIZE]; member
|
/freebsd/contrib/lib9p/ |
H A D | pack.c | 47 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument
|
H A D | utils.c | 52 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoV.td | 119 // Common class of scheduling definitions for n-ary instructions.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 1942 …ection 1, inadequacies of these models are discussed. A model based on $n$-ary relations, a normal… 18709 … to be used in information retrieval systems. It has the same underlying m-ary tree structure as a… 18715 …ent systems; databases; information; information retrieval systems; key; m ary; retrieval systems;…
|
/freebsd/share/dict/ |
H A D | web2 | 13934 ary
|