Searched refs:M_PINSYSCALL (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/sys/ |
H A D | malloc.h | 137 #define M_PINSYSCALL 100 /* pinsyscall */ macro
|
/openbsd/sys/kern/ |
H A D | kern_exec.c | 509 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 D | kern_fork.c | 256 sizeof(u_int), M_PINSYSCALL, M_WAITOK); in process_new() 262 sizeof(u_int), M_PINSYSCALL, M_WAITOK); in process_new()
|
H A D | exec_elf.c | 305 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 D | kern_exit.c | 233 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 D | uvm_mmap.c | 630 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()
|