Home
last modified time | relevance | path

Searched refs:unrhdr (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_unit.c144 struct unrhdr;
311 clean_unrhdrl(struct unrhdr *uh) in clean_unrhdrl()
326 clean_unrhdr(struct unrhdr *uh) in clean_unrhdr()
359 struct unrhdr *
362 struct unrhdr *uh; in new_unrhdr()
370 delete_unrhdr(struct unrhdr *uh) in delete_unrhdr()
382 clear_unrhdr(struct unrhdr *uh) in clear_unrhdr()
417 optimize_unr(struct unrhdr *uh) in optimize_unr()
602 alloc_unrl(struct unrhdr *uh) in alloc_unrl()
650 alloc_unr(struct unrhdr *uh) in alloc_unr()
[all …]
H A Dtty_pts.c79 static struct unrhdr *pts_pool;
H A Dsys_socket.c448 static struct unrhdr *soaio_kproc_unr;
H A Duipc_mqueue.c125 struct unrhdr *mi_unrhdr;
296 struct unrhdr *up; in mqfs_fileno_init()
308 struct unrhdr *up; in mqfs_fileno_uninit()
H A Dkern_cpuset.c131 static struct unrhdr *cpuset_unr;
H A Dvfs_aio.c308 static struct unrhdr *aiod_unr;
/f-stack/freebsd/sys/
H A Dsystm.h577 struct unrhdr;
578 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
579 void init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex);
580 void delete_unrhdr(struct unrhdr *uh);
581 void clear_unrhdr(struct unrhdr *uh);
582 void clean_unrhdr(struct unrhdr *uh);
583 void clean_unrhdrl(struct unrhdr *uh);
584 int alloc_unr(struct unrhdr *uh);
585 int alloc_unr_specific(struct unrhdr *uh, u_int item);
586 int alloc_unrl(struct unrhdr *uh);
[all …]
H A D_unrhdr.h40 struct unrhdr { struct
/f-stack/freebsd/net/
H A Dif_tuntap.c270 struct unrhdr *unrhdr; member
535 if (alloc_unr_specific(drv->unrhdr, unit) == -1) in tun_clone_create()
538 unit = alloc_unr(drv->unrhdr); in tun_clone_create()
643 free_unr(tp->tun_drv->unrhdr, TUN2IFP(tp)->if_dunit); in tun_destroy()
722 delete_unrhdr(drv->unrhdr); in tun_uninit()
759 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
H A Dif_clone.c68 struct unrhdr *ifc_unrhdr; /* (c) alloc_unr(9) header */
/f-stack/freebsd/netgraph/
H A Dng_device.c107 static struct unrhdr *ngd_unit;
H A Dng_eiface.c124 VNET_DEFINE_STATIC(struct unrhdr *, ng_eiface_unit);
H A Dng_iface.c208 VNET_DEFINE_STATIC(struct unrhdr *, ng_iface_unit);
/f-stack/freebsd/x86/iommu/
H A Dintel_dmar.h147 struct unrhdr *domids;
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c207 static struct unrhdr *vpid_unr;