/freebsd/sys/kern/ |
H A D | subr_unit.c | 129 struct unrhdr; 202 is_bitmap(struct unrhdr *uh, struct unr *up) in is_bitmap() 231 struct unrhdr *uh; 238 create_iter_unr(struct unrhdr *uh) in create_iter_unr() 251 next_iter_unrl(struct unrhdr *uh, struct unrhdr_iter *iter) in next_iter_unrl() 323 struct unrhdr *uh; in next_iter_unr() 355 check_unrhdr(struct unrhdr *uh, int line) in check_unrhdr() 389 check_unrhdr(struct unrhdr *uh __unused, int line __unused) in check_unrhdr() 402 new_unr(struct unrhdr *uh, void **p1, void **p2) in new_unr() 420 delete_unr(struct unrhdr *uh, void *ptr) in delete_unr() [all …]
|
H A D | kern_procctl.c | 386 struct unrhdr *pids, struct reap_kill_proc_work *w) in reap_kill_subtree_once() 493 struct unrhdr pids; in reap_kill_subtree()
|
/freebsd/sys/sys/ |
H A D | systm.h | 528 struct unrhdr; 530 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex); 531 void init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex); 532 void delete_unrhdr(struct unrhdr *uh); 533 void clear_unrhdr(struct unrhdr *uh); 534 void clean_unrhdr(struct unrhdr *uh); 535 void clean_unrhdrl(struct unrhdr *uh); 536 int alloc_unr(struct unrhdr *uh); 537 int alloc_unr_specific(struct unrhdr *uh, u_int item); 538 int alloc_unrl(struct unrhdr *uh); [all …]
|
H A D | _unrhdr.h | 38 struct unrhdr { struct
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.h | 169 extern struct unrhdr *pcmsg_unrhdr; 250 struct unrhdr *p_unr; 251 struct unrhdr *vp_unr; 252 struct unrhdr *r_unr; 253 struct unrhdr *vr_unr;
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.h | 89 struct unrhdr fidpool; /* fid handle accounting for session */ 90 struct unrhdr tagpool; /* transaction id accounting for session */
|
/freebsd/sys/dev/drm2/ |
H A D | drm_gem_names.h | 50 struct unrhdr *unr;
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_int.h | 90 extern struct unrhdr *devfs_inos;
|
H A D | devfs_vfsops.c | 49 static struct unrhdr *devfs_unr;
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 273 struct unrhdr *unrhdr; member 520 if (alloc_unr_specific(drv->unrhdr, unit) == -1) in tun_clone_create() 523 unit = alloc_unr(drv->unrhdr); in tun_clone_create() 634 free_unr(tp->tun_drv->unrhdr, TUN2IFP(tp)->if_dunit); in tun_destroy() 702 delete_unrhdr(drv->unrhdr); in tun_uninit() 739 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
|
/freebsd/sys/dev/backlight/ |
H A D | backlight.c | 45 static struct unrhdr *backlight_unit;
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_var.h | 41 struct unrhdr *ids;
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwivar.h | 138 struct unrhdr *sc_unr;
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs.h | 136 struct unrhdr *ino_unr;
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.h | 203 struct unrhdr *pi_unrhdr;
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 127 struct unrhdr *linkUnit; /* link unit number allocator */ 128 struct unrhdr *uplinkUnit; /* uplink unit number allocator */ 392 struct unrhdr *unit; in ng_bridge_newhook()
|
H A D | ng_device.c | 129 static struct unrhdr *ngd_unit;
|
H A D | ng_eiface.c | 123 VNET_DEFINE_STATIC(struct unrhdr *, ng_eiface_unit);
|
H A D | ng_iface.c | 207 VNET_DEFINE_STATIC(struct unrhdr *, ng_iface_unit);
|
/freebsd/sys/x86/iommu/ |
H A D | amd_iommu.h | 86 struct unrhdr *domids;
|
H A D | intel_dmar.h | 126 struct unrhdr *domids;
|
/freebsd/sys/dev/led/ |
H A D | led.c | 43 static struct unrhdr *led_unit;
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | dtrace_impl.h | 1147 struct unrhdr *dts_aggid_arena; /* arena for aggregation IDs */
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 97 static struct unrhdr *ipoib_unrhdr; 112 struct unrhdr *hdr; in ipoib_unrhdr_uninit()
|
/freebsd/sys/dev/usb/net/ |
H A D | usb_ethernet.c | 69 static struct unrhdr *ueunit;
|