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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c156 * bpf_dtab holds pointer to the descriptors, indexed by minor device #
165 * The value stored in bpf_dtab[n] represent three states:
170 static struct bpf_d **bpf_dtab = NULL; variable in typeref:struct:bpf_d
430 /* need to grow bpf_dtab first */
439 printf("bpf_make_dev_t: malloc bpf_dtab failed\n");
442 if (bpf_dtab) {
443 bcopy(bpf_dtab, new_dtab,
448 old_dtab = bpf_dtab;
449 bpf_dtab = new_dtab;
654 if (bpf_dtab[mino
[all...]

Completed in 11 milliseconds