Searched refs:terminating (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dvterminate.cc45 // more information about the terminating exception (if any) on
49 static bool terminating; local
50 if (terminating)
55 terminating = true;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c271 nfsrvd_cbinit(int terminating) argument
276 if (terminating) {
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-channel.h359 int terminating; member in struct:__anon11196
H A Dxgehal-device.h345 volatile int terminating; member in struct:__anon11198
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Dndis_events.c33 int terminating; member in struct:ndis_events_data
309 if (events->terminating) {
311 "indication - terminating");
440 events->terminating = 1;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c552 nfsrvd_init(int terminating) argument
557 if (terminating) {
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-channel-fp.c41 if (channel->terminating) {
H A Dxgehal-channel.c405 channel->terminating = 0;
H A Dxgehal-device-fp.c449 if (hldev->terminating)
481 if (hldev->terminating)
H A Dxgehal-device.c3018 hldev->terminating = 0;
5426 * xge_hal_device_terminating - Mark the device as 'terminating'.
5429 * Mark the device as 'terminating', going to terminate. Can be used
5456 channel->terminating = 1;
5465 hldev->terminating = 1;
5485 hldev->terminating = 1;
5496 xge_debug_device(XGE_TRACE, "device "XGE_OS_LLXFMT" is terminating",
6782 hldev->terminating ||
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm103 ! plus the null word terminating the arg vector) further up the stack,
H A Dsol2-gc1.asm116 ! plus the null word terminating the arg vector) further up the stack,
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h2970 * @terminating: Flag to specify if the device is terminating
3003 volatile u32 terminating; member in struct:vxge_hal_device_t
3552 * vxge_hal_device_terminating - Mark the device as 'terminating'.
3555 * Mark the device as 'terminating', going to terminate. Can be used
3564 ((vxge_hal_device_t *) devh)->terminating = 1;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c934 hldev->header.terminating = 0;
2888 hldev->header.terminating = 1;
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex451 value is the given string, including terminating NULL. C-style
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3430 // This function, and several others, may or may not write the terminating

Completed in 192 milliseconds