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

/freebsd-11-stable/sys/sys/
H A D_unrhdr.h36 /* Header element for a unr number space. */
39 TAILQ_HEAD(unrhd,unr) head;
47 TAILQ_HEAD(unrfr,unr) ppfree; /* Items to be freed after mtx
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_gem_names.h51 struct unrhdr *unr; member in struct:drm_gem_names
H A Ddrm_gem_names.c50 names->unr = new_unrhdr(1, INT_MAX, NULL); /* XXXKIB */
72 delete_unrhdr(names->unr);
159 np->name = alloc_unr(names->unr);
179 free_unr(names->unr, np->name);
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c177 * The bitmap is the same size as struct unr to optimize memory management.
179 struct unr { struct
180 TAILQ_ENTRY(unr) list;
186 bitstr_t map[sizeof(struct unr) / sizeof(bitstr_t)];
189 CTASSERT((sizeof(struct unr) % sizeof(bitstr_t)) == 0);
225 struct unr *up;
291 struct unr *up;
301 struct unr *up;
370 is_bitmap(struct unrhdr *uh, struct unr *up)
387 struct unr *u
[all...]
/freebsd-11-stable/contrib/ipfilter/rules/
H A DBASIC_2.FW72 block return-icmp(net-unr) in proto udp all group 100
H A DBASIC_1.FW99 block return-icmp(net-unr) in proto udp all group 100
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c159 static struct unrhdr *unr; variable in typeref:struct:unrhdr
1166 nf_priv->unit = alloc_unr(unr);
1556 free_unr(unr, nf_priv->unit);
1589 unr = new_unrhdr(0, INT_MAX, NULL);
1593 delete_unrhdr(unr);
/freebsd-11-stable/share/man/man9/
H A DMakefile298 unr.9 \
414 MLINKS= unr.9 alloc_unr.9 \
415 unr.9 alloc_unrl.9 \
416 unr.9 alloc_unr_specific.9 \
417 unr.9 delete_unrhdr.9 \
418 unr.9 free_unr.9 \
419 unr.9 new_unrhdr.9

Completed in 90 milliseconds