Home
last modified time | relevance | path

Searched refs:new_unrhdr (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_device.c148 ngd_unit = new_unrhdr(0, MAX_NGD, NULL); in ng_device_mod_event()
H A Dng_eiface.c673 V_ng_eiface_unit = new_unrhdr(0, 0xffff, NULL); in vnet_ng_eiface_init()
H A Dng_iface.c806 V_ng_iface_unit = new_unrhdr(0, 0xffff, NULL); in vnet_ng_iface_init()
/f-stack/freebsd/kern/
H A Dsubr_unit.c360 new_unrhdr(int low, int high, struct mtx *mutex) in new_unrhdr() function
1047 uh = new_unrhdr(0, count - 1, NULL); in main()
H A Dtty_pts.c874 pts_pool = new_unrhdr(0, INT_MAX, NULL); in pts_init()
H A Dsys_socket.c589 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL); in soaio_init()
H A Dkern_cpuset.c1639 cpuset_unr = new_unrhdr(3, INT_MAX, NULL); in cpuset_thread0()
H A Duipc_mqueue.c298 up = new_unrhdr(1, INT_MAX, NULL); in mqfs_fileno_init()
H A Dvfs_aio.c414 aiod_unr = new_unrhdr(1, INT_MAX, NULL); in aio_onceonly()
/f-stack/freebsd/net/
H A Dif_clone.c363 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
H A Dif_tuntap.c759 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
/f-stack/freebsd/sys/
H A Dsystm.h578 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
/f-stack/freebsd/x86/iommu/
H A Dintel_drv.c471 unit->domids = new_unrhdr(0, dmar_nd2mask(DMAR_CAP_ND(unit->hw_cap)), in dmar_attach()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c588 vpid_unr = new_unrhdr(VM_MAXCPU + 1, 0xffff, NULL); in vpid_init()