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

/freebsd-10.0-release/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-10.0-release/sys/fs/nfsclient/
H A Dnfs_clkrpc.c271 nfsrvd_cbinit(int terminating) argument
276 if (terminating) {
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-channel.h359 int terminating; member in struct:__anon9075
H A Dxgehal-device.h345 volatile int terminating; member in struct:__anon9077
/freebsd-10.0-release/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-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c480 nfsrvd_init(int terminating) argument
485 if (terminating) {
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_srvkrpc.c519 nfsrv_init(int terminating) argument
524 if (terminating) {
/freebsd-10.0-release/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;
5427 * xge_hal_device_terminating - Mark the device as 'terminating'.
5430 * Mark the device as 'terminating', going to terminate. Can be used
5457 channel->terminating = 1;
5466 hldev->terminating = 1;
5486 hldev->terminating = 1;
5497 xge_debug_device(XGE_TRACE, "device "XGE_OS_LLXFMT" is terminating",
6783 hldev->terminating ||
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c934 hldev->header.terminating = 0;
2888 hldev->header.terminating = 1;
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex451 value is the given string, including terminating NULL. C-style

Completed in 135 milliseconds