Symbol: plimit
sys/compat/linprocfs/linprocfs.c
1888
struct plimit *limp;
sys/dev/ntb/ntb.c
383
bus_addr_t *plimit)
sys/dev/ntb/ntb.c
388
base, vbase, size, align, align_size, plimit));
sys/dev/ntb/ntb.h
215
bus_addr_t *plimit);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
344
bus_addr_t *plimit)
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
369
if (plimit != NULL) {
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
376
*plimit = BUS_SPACE_MAXADDR_32BIT;
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
378
*plimit = BUS_SPACE_MAXADDR;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3553
bus_addr_t *plimit)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3589
if (plimit != NULL)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3590
*plimit = limit;
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
639
bus_addr_t *plimit)
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
699
if (plimit != NULL)
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
700
*plimit = mw->mw_64bit ? BUS_SPACE_MAXADDR :
sys/fs/procfs/procfs_rlimit.c
66
struct plimit *limp;
sys/kern/kern_resource.c
1319
struct plimit *
sys/kern/kern_resource.c
1322
struct plimit *limp;
sys/kern/kern_resource.c
1324
limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK);
sys/kern/kern_resource.c
1329
struct plimit *
sys/kern/kern_resource.c
1330
lim_hold(struct plimit *limp)
sys/kern/kern_resource.c
1337
struct plimit *
sys/kern/kern_resource.c
1342
struct plimit *oldlimit;
sys/kern/kern_resource.c
1372
lim_free(struct plimit *limp)
sys/kern/kern_resource.c
1380
lim_freen(struct plimit *limp, int n)
sys/kern/kern_resource.c
1390
struct plimit *limp;
sys/kern/kern_resource.c
1419
lim_copy(struct plimit *dst, struct plimit *src)
sys/kern/kern_resource.c
656
struct plimit *newlim, *oldlim, *oldlim_td;
sys/kern/kern_thread.c
897
struct plimit *oldlimit;
sys/sys/proc.h
287
struct plimit *td_limit; /* (k) Resource limits. */
sys/sys/proc.h
662
struct plimit *p_limit; /* (c) Resource limits. */
sys/sys/resourcevar.h
155
struct plimit
sys/sys/resourcevar.h
157
void lim_copy(struct plimit *dst, struct plimit *src);
sys/sys/resourcevar.h
174
void lim_free(struct plimit *limp);
sys/sys/resourcevar.h
175
void lim_freen(struct plimit *limp, int n);
sys/sys/resourcevar.h
176
struct plimit
sys/sys/resourcevar.h
177
*lim_hold(struct plimit *limp);
sys/sys/resourcevar.h
178
struct plimit
sys/sys/resourcevar.h
83
struct plimit *limp;