Home
last modified time | relevance | path

Searched refs:M_PINSYSCALL (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/sys/
H A Dmalloc.h137 #define M_PINSYSCALL 100 /* pinsyscall */ macro
/openbsd/sys/kern/
H A Dkern_exec.c509 free(pr->ps_pin.pn_pins, M_PINSYSCALL, in sys_execve()
523 free(pr->ps_libcpin.pn_pins, M_PINSYSCALL, in sys_execve()
769 free(pack.ep_pins, M_PINSYSCALL, pack.ep_npins * sizeof(u_int)); in sys_execve()
H A Dkern_fork.c256 sizeof(u_int), M_PINSYSCALL, M_WAITOK); in process_new()
262 sizeof(u_int), M_PINSYSCALL, M_WAITOK); in process_new()
H A Dexec_elf.c305 syscalls = malloc(pp->p_filesz, M_PINSYSCALL, M_WAITOK); in elf_read_pintable()
325 pins = mallocarray(npins, sizeof(u_int), M_PINSYSCALL, M_WAITOK|M_ZERO); in elf_read_pintable()
337 free(syscalls, M_PINSYSCALL, nsyscalls * sizeof(*syscalls)); in elf_read_pintable()
338 free(pins, M_PINSYSCALL, npins * sizeof(u_int)); in elf_read_pintable()
H A Dkern_exit.c233 free(pr->ps_pin.pn_pins, M_PINSYSCALL, in exit1()
235 free(pr->ps_libcpin.pn_pins, M_PINSYSCALL, in exit1()
/openbsd/sys/uvm/
H A Duvm_mmap.c630 pins = malloc(npins * sizeof(u_int), M_PINSYSCALL, M_WAITOK|M_ZERO); in sys_pinsyscalls()
648 free(pins, M_PINSYSCALL, npins * sizeof(u_int)); in sys_pinsyscalls()