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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c64 * (bpf_hash) that is index'd by the minor device number for each open file.
116 static mod_hash_t *bpf_hash = NULL; variable
400 bpf_hash = mod_hash_create_idhash("bpf_dev_tab", 31,
402 if (bpf_hash == NULL)
414 mod_hash_destroy_idhash(bpf_hash);
415 bpf_hash = NULL;
440 mod_hash_destroy_idhash(bpf_hash);
441 bpf_hash = NULL;
1855 (void) mod_hash_find(bpf_hash, (mod_hash_key_t)(uintptr_t)minor,
1864 (void) mod_hash_insert(bpf_hash, (mod_hash_key_
[all...]

Completed in 51 milliseconds