| /src/external/gpl2/lvm2/dist/include/ |
| activate.h | 25 int suspended; member in struct:lvinfo 111 * Returns 1 if mapped device is not suspended.
|
| libdevmapper.h | 120 int suspended; member in struct:dm_info
|
| /src/external/gpl2/lvm2/dist/lib/activate/ |
| activate.h | 25 int suspended; member in struct:lvinfo 111 * Returns 1 if mapped device is not suspended.
|
| /src/external/gpl2/xcvs/dist/lib/ |
| nanosleep.c | 55 static sig_atomic_t volatile suspended; variable 62 suspended = 1; 111 suspended = 0; 115 if (suspended) 126 return suspended;
|
| /src/sys/dev/raidframe/ |
| rf_states.c | 100 int suspended = RF_FALSE; local 115 suspended = rf_State_Quiesce(desc); 118 suspended = rf_State_IncrAccessCount(desc); 121 suspended = rf_State_Map(desc); 124 suspended = rf_State_Lock(desc); 127 suspended = rf_State_CreateDAG(desc); 130 suspended = rf_State_ExecuteDAG(desc); 133 suspended = rf_State_ProcessDAG(desc); 136 suspended = rf_State_Cleanup(desc); 139 suspended = rf_State_DecrAccessCount(desc) 280 int suspended = RF_FALSE; local 372 int suspended = RF_FALSE; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_runtime_pm.h | 56 bool suspended; member in struct:intel_runtime_pm 100 WARN_ONCE(rpm->suspended, 101 "Device suspended during HW access\n"); 137 * reference, while keeping the device-not-suspended checks still enabled.
|
| i915_gpu_error.h | 168 bool suspended; member in struct:i915_gpu_coredump
|
| /src/external/cddl/osnet/lib/libzfs/ |
| thread_pool.c | 153 /* can't abandon a suspended pool */ 381 int suspended; local 384 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; 387 return (suspended);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat.h | 179 /* True if this task is suspended. */ 180 bool suspended = false; member in struct:darwin_inferior
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat.h | 179 /* True if this task is suspended. */ 180 bool suspended = false; member in struct:darwin_inferior
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_status.c | 205 uint64_t suspended; local 263 * Check whether the pool has suspended due to failed I/O. 266 &suspended) == 0) { 267 if (suspended == ZIO_FAILURE_MODE_CONTINUE)
|
| /src/dist/pf/sbin/pflogd/ |
| pflogd.c | 107 static int suspended = -1; variable 127 if (suspended == s) 130 suspended = s; 132 suspended ? "suspended" : "running", 474 if (suspended) { 516 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno)); 531 logmsg(LOG_ERR, "Logging suspended: ftello: %s", 538 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", 585 if (suspended) { [all...] |
| /src/external/bsd/libevent/dist/ |
| bufferevent_ratelim.c | 363 and sees that its group is suspended.) 570 int reinit = 0, suspended = 0; local 620 suspended=1; 626 suspended = 1; 629 if (suspended)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_ratelim.c | 363 and sees that its group is suspended.) 570 int reinit = 0, suspended = 0; local 620 suspended=1; 626 suspended = 1; 629 if (suspended)
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| lvm-functions.c | 63 static int suspended = 0; variable 364 /* If it's suspended then resume it */ 368 if (lvi.suspended) 500 suspended++; 507 suspended--; 697 /* States: s:suspended a:active S:dropped snapshot I:invalid snapshot */ 699 (flags[4] == 'a' || flags[4] == 's') && /* is it active or suspended? */ 781 DEBUGLOG("Triggering backup of VG metadata for %s. suspended=%d\n", vgname, suspended);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.h | 814 int suspended = 0; member in struct:lwp_info
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| windows-nat.h | 48 /* Ensure that this thread has been suspended. */ 51 /* Resume the thread if it has been suspended. */ 70 explicitly not suspended, 1 means it was called, and 0 means it 72 int suspended = 0; member in struct:windows_nat::windows_thread_info 160 on a thread that has been ostensibly suspended. We believe what 164 leaving all other threads suspended -- and then seeing a stop in 182 controls whether the thread is suspended, and whether the context
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.h | 811 int suspended = 0; member in struct:lwp_info
|
| /src/bin/ps/ |
| ps.c | 554 int i, onproc, running, sleeping, stopped, suspended; local 568 onproc = running = sleeping = stopped = suspended = -1; 584 suspended = i; 596 if (suspended != -1) 597 return &kl[suspended];
|
| /src/sys/arch/zaurus/dev/ |
| zapm.c | 58 volatile int suspended; member in struct:zapm_softc 853 if (do_suspend && sc->suspended) { 856 DPRINTF(("zapm_poll: suspended %lu %lu\n",
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| windows-nat.h | 54 /* Ensure that this thread has been suspended. */ 57 /* Resume the thread if it has been suspended. */ 76 explicitly not suspended, 1 means it was called, and 0 means it 78 int suspended = 0; member in struct:windows_nat::windows_thread_info 166 on a thread that has been ostensibly suspended. We believe what 170 leaving all other threads suspended -- and then seeing a stop in 188 controls whether the thread is suspended, and whether the context
|
| /src/sys/kern/ |
| kern_pmf.c | 511 "%s: %s-suspended by %s (delegator %s) already\n", 534 "%s: newly %s-suspended by %s (delegator %s)\n", 585 bool suspended = false; local 589 PMF_SUSPENSOR_PRINTF(("%s: %s is suspended by %s " 595 suspended = true; 598 return suspended;
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdevmapper.h | 120 int suspended; member in struct:dm_info
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| i915_drv.h | 287 int suspended; member in struct:drm_i915_private::__anon4217
|
| /src/usr.bin/make/ |
| job.c | 202 bool suspended; member in struct:Job 771 * SIGCHLD for any processes that actually suspended themselves. 778 * collect the child 'suspended' events. 1961 (void)printf("*** [%s] Suspended\n", 1972 job->suspended = true; 1990 if (job->suspended) { 1993 job->suspended = false; 2006 (make_suspended || job->suspended))
|