/freebsd/sys/sys/ |
H A D | resourcevar.h | 77 struct plimit { struct 83 struct plimit *limp; argument 149 struct plimit 151 void lim_copy(struct plimit *dst, struct plimit *src); 168 void lim_free(struct plimit *limp); 169 void lim_freen(struct plimit *limp, int n); 170 struct plimit 171 *lim_hold(struct plimit *limp); 172 struct plimit
|
H A D | proc.h | 287 struct plimit *td_limit; /* (k) Resource limits. */ 657 struct plimit *p_limit; /* (c) Resource limits. */
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 656 struct plimit *newlim, *oldlim, *oldlim_td; in kern_proc_setrlimit() 1316 struct plimit * 1319 struct plimit *limp; in lim_alloc() 1321 limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK); in lim_alloc() 1326 struct plimit * 1327 lim_hold(struct plimit *limp) in lim_hold() 1334 struct plimit * 1339 struct plimit *oldlimit; in lim_cowsync() 1369 lim_free(struct plimit *limp) in lim_free() 1377 lim_freen(struct plimit *limp, int n) in lim_freen() [all …]
|
H A D | kern_thread.c | 893 struct plimit *oldlimit; in thread_cow_update()
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_rlimit.c | 66 struct plimit *limp; in procfs_doprocrlimit()
|
/freebsd/sys/dev/ntb/ |
H A D | ntb.h | 215 bus_addr_t *plimit);
|
H A D | ntb.c | 383 bus_addr_t *plimit) in ntb_mw_get_range() argument 388 base, vbase, size, align, align_size, plimit)); in ntb_mw_get_range()
|
H A D | ntb_if.m | 128 bus_addr_t *plimit;
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 344 bus_addr_t *plimit) in amd_ntb_mw_get_range() argument 369 if (plimit != NULL) { in amd_ntb_mw_get_range() 376 *plimit = BUS_SPACE_MAXADDR_32BIT; in amd_ntb_mw_get_range() 378 *plimit = BUS_SPACE_MAXADDR; in amd_ntb_mw_get_range()
|
H A D | ntb_hw_plx.c | 639 bus_addr_t *plimit) in ntb_plx_mw_get_range() argument 699 if (plimit != NULL) in ntb_plx_mw_get_range() 700 *plimit = mw->mw_64bit ? BUS_SPACE_MAXADDR : in ntb_plx_mw_get_range()
|
H A D | ntb_hw_intel.c | 3553 bus_addr_t *plimit) in intel_ntb_mw_get_range() argument 3589 if (plimit != NULL) in intel_ntb_mw_get_range() 3590 *plimit = limit; in intel_ntb_mw_get_range()
|
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 212 TValue *plimit = s2v(ra + 1); in forprep() local 221 if (forlimit(L, init, plimit, &limit, step)) in forprep() 237 setivalue(plimit, l_castU2S(count)); in forprep() 242 if (l_unlikely(!tonumber(plimit, &limit))) in forprep() 243 luaG_forerror(L, plimit, "limit"); in forprep() 255 setfltvalue(plimit, limit); in forprep()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ampere-mtjade.dts | 806 /*Z0-Z7*/ "s0-plimit","s1-fault-alert","s1-fw-boot-ok","s0-rtc-lock","", 809 /*AB0-AB7*/ "s1-hightemp-n","s1-plimit","s0-ddr-addr","s1-ddr-addr","","",
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 843 const TValue *plimit = ra+1; in luaV_execute() 847 else if (!tonumber(plimit, ra+1)) in luaV_execute()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 1888 struct plimit *limp; in linprocfs_doproclimits()
|