Searched refs:__kbind (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/libexec/ld.so/
H A Dsyscall.h38 struct __kbind;
49 int _dl_kbind(const struct __kbind *, size_t, int64_t);
/openbsd-current/sys/sys/
H A Dunistd.h73 struct __kbind { struct
H A Dsyscallargs.h427 syscallarg(const struct __kbind *) param;
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c569 struct __kbind param[2];
572 struct __kbind *param;
657 psize = sizeof(struct __kbind) + sizeof(buf.newval[0]);
677 /* fill in the __kbind structure */
682 psize = sizeof(struct __kbind) + sizeof(buf.newval[0]);
694 psize = 2 * sizeof(struct __kbind) +
/openbsd-current/libexec/ld.so/powerpc/
H A Drtld_machine.c312 struct __kbind param;
339 register long arg2 __asm("r4") = sizeof(struct __kbind) +
/openbsd-current/libexec/ld.so/powerpc64/
H A Drtld_machine.c308 struct __kbind param;
335 register long arg2 __asm("r4") = sizeof(struct __kbind) +
/openbsd-current/libexec/ld.so/mips64/
H A Drtld_machine.c243 struct __kbind param;
/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c184 struct __kbind param;
/openbsd-current/libexec/ld.so/m88k/
H A Drtld_machine.c300 struct __kbind param;
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c334 struct __kbind param;
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c269 struct __kbind param;
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c322 struct __kbind param;
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c319 struct __kbind param;
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c268 struct __kbind param;
/openbsd-current/sys/uvm/
H A Duvm_mmap.c1146 syscallarg(const struct __kbind *) param;
1150 const struct __kbind *paramp;
1152 struct __kbind uk[KBIND_BLOCK_MAX];
1209 if (psize < sizeof(struct __kbind) || psize > sizeof(param))
1215 * The param argument points to an array of __kbind structures
1217 * that the sizes in the __kbind structures add up to the total
/openbsd-current/libexec/ld.so/hppa/
H A Drtld_machine.c417 struct __kbind param;
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c597 struct __kbind param;

Completed in 187 milliseconds