Searched refs:brk (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/sys/arm64/arm64/
H A Dlocore.S145 brk 0
/freebsd-11-stable/sys/dev/usb/serial/
H A Duslcom.c719 uint16_t brk = onoff ? USLCOM_SET_BREAK_ON : USLCOM_SET_BREAK_OFF; local
723 USETW(req.wValue, brk);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c1316 SCMP_SYS(brk),
1355 SCMP_SYS(brk),
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c70 static void digibreak(struct tty *tp, int brk);
966 digibreak(struct tty *tp, int brk) argument
976 if (brk)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c271 if (brk((void *)((((uintptr_t)sbrk(0) - 1) & ~(big - 1)) + big)) != 0)
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c807 * It is assumed that sbrk() and brk() manipulate the high end.
947 brk((char *)(q+1));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp149 if (!(cursor = ReadPointer(cursor, &info.brk)))
/freebsd-11-stable/sys/dev/rc/
H A Drc.c1084 rc_break(struct tty *tp, int brk) argument
1090 if (brk)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h605 #define __sanitizer_syscall_pre_brk(brk) \
606 __sanitizer_syscall_pre_impl_brk((long)(brk))
607 #define __sanitizer_syscall_post_brk(res, brk) \
608 __sanitizer_syscall_post_impl_brk(res, (long)(brk))
2348 void __sanitizer_syscall_pre_impl_brk(long brk);
2349 void __sanitizer_syscall_post_impl_brk(long res, long brk);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h136 extern int brk(void *);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c240 if (ldebug(brk))
241 printf(ARGS(brk, "%p"), (void *)(uintptr_t)args->dsend);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h7985 uint64_t brk : 1; /**< Break Control bit */ member in struct:cvmx_mio_uartx_lcr::cvmx_mio_uartx_lcr_s
7997 uint64_t brk : 1;
9126 uint64_t brk : 1; /**< Break Control bit */ member in struct:cvmx_mio_uart2_lcr::cvmx_mio_uart2_lcr_s
9138 uint64_t brk : 1;

Completed in 197 milliseconds

12