| /src/games/hals_end/ |
| hals_end.c | 27 void dying(void); 113 dying(void) function in typeref:typename:void 143 dying();
|
| /src/sys/external/bsd/common/linux/ |
| linux_rcu.c | 75 bool dying; member in struct:__anonacf366960108 247 * If no work, then either stop, if we're dying, or 251 if (gc.dying) 337 gc.dying = false; 358 gc.dying = true;
|
| /src/sys/dev/ |
| sequencervar.h | 82 int dying; member in struct:sequencer_softc
|
| midi.c | 189 sc->dying = 1; 208 sc->dying = 1; 288 sc->dying = 0; 813 if (sc->dying) { 886 if (sc->dying) 919 if (sc->dying) { 976 if (sc->dying) { 989 if (sc->dying) { 1016 if (sc->dying) { 1034 if (sc->dying || !sc->isopen) [all...] |
| midivar.h | 188 int dying; member in struct:midi_softc
|
| sequencer.c | 320 if (sc->dying) {
|
| /src/sys/dev/audio/ |
| audiodef.h | 216 bool dying; member in struct:audio_file
|
| audio.c | 1427 atomic_store_relaxed(&file->dying, true); 1659 bool dying; local in function:audio_sc_acquire_fromfile 1665 dying = atomic_load_relaxed(&file->dying); 1666 if (dying) { 2563 * audiodetach() may already have set file->dying for all sc_files
|
| /src/sys/external/bsd/dwc2/ |
| dwc2.c | 509 * If we're dying, skip the hardware action and just notify the 513 DPRINTFN(4, "xfer %p dying 0x%08x", xfer, xfer->ux_status); 514 goto dying; 525 dying:
|
| /src/sys/dev/usb/ |
| motg.c | 2186 * If we're dying, skip the hardware action and just notify the 2190 goto dying; 2219 dying:
|
| ehci.c | 2282 DPRINTF("dying", 0, 0, 0, 0); 3405 * If we're dying, skip the hardware action and just notify the 3409 goto dying; 3496 dying: 3546 * If we're dying, skip the hardware action and just notify the 3550 goto dying; 3596 dying:
|
| ohci.c | 2282 * If we're dying, skip the hardware action and just notify the 2286 DPRINTFN(4, "xfer %#jx dying %ju", (uintptr_t)xfer, 2288 goto dying; 2397 DPRINTFN(4, "xfer %#jx dying %ju", (uintptr_t)xfer, 2399 goto dying; 2434 dying:
|
| uhci.c | 2356 * If we're dying, skip the hardware action and just notify the 2360 DPRINTFN(4, "xfer %#jx dying %ju", (uintptr_t)xfer, 2362 goto dying; 2389 dying:
|