Lines Matching refs:plimit
672 * lim_copy: make a copy of the plimit structure.
676 struct plimit *
677 lim_copy(struct plimit *lim)
679 struct plimit *newlim;
729 lim_addref(struct plimit *lim)
735 * lim_privatise: give a process its own private plimit structure.
740 struct plimit *lim = p->p_limit, *newlim;
769 struct plimit *lim;
789 lim_free(struct plimit *lim)
791 struct plimit *sv_lim;
913 struct plimit *lim;
977 /* Allocate, copy and set the new core name for plimit structure. */