HomeSort by: relevance | last modified time | path
    Searched refs:plimit (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
resourcevar.h 80 struct plimit { struct
87 struct plimit * pl_sv_limit;
114 struct plimit *lim_copy(struct plimit *);
115 void lim_addref(struct plimit *);
118 void lim_free(struct plimit *);
proc.h 244 struct plimit *p_limit; /* :: Process limits */
  /src/sys/compat/netbsd32/
netbsd32_rlimit.c 125 struct plimit *lim;
135 * that might happen if the plimit structure is shared writable
  /src/sys/kern/
kern_resource.c 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
    [all...]
kern_core.c 129 struct plimit *lim;
kern_fork.c 260 struct plimit *p1_lim;
kern_proc.c 205 struct plimit limit0;
1817 /* Reset what needs to be reset in plimit. */
  /src/sys/dev/pci/
pci_subr.c 4834 uint64_t pbase, plimit; local in function:pci_conf_print_type1
4927 plimit = PCI_BRIDGE_PREFETCHMEM_LIMIT_ADDR(rval);
4930 plimit |= (uint64_t)limit_h << 32;
4932 if (pbase < plimit) {
4935 "\n", pbase, plimit);
4938 (uint32_t)pbase, (uint32_t)plimit);

Completed in 133 milliseconds