OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sd_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c
122
static volatile unsigned int
sd_state
= SD_OFF;
variable
473
if (SD_OFF != __collector_cas_32 (&
sd_state
, SD_OFF, SD_PENDING))
506
if (SD_PENDING != __collector_cas_32 (&
sd_state
, SD_PENDING, SD_COMPLETE))
512
if (SD_COMPLETE != __collector_cas_32 (&
sd_state
, SD_COMPLETE, SD_OFF))
514
TprintfT (0, "hwprofile: ERROR: unexpected
sd_state
in real_detach_experiment()\n");
515
sd_state
= SD_OFF;
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c
122
static volatile unsigned int
sd_state
= SD_OFF;
variable
473
if (SD_OFF != __collector_cas_32 (&
sd_state
, SD_OFF, SD_PENDING))
506
if (SD_PENDING != __collector_cas_32 (&
sd_state
, SD_PENDING, SD_COMPLETE))
512
if (SD_COMPLETE != __collector_cas_32 (&
sd_state
, SD_COMPLETE, SD_OFF))
514
TprintfT (0, "hwprofile: ERROR: unexpected
sd_state
in real_detach_experiment()\n");
515
sd_state
= SD_OFF;
/src/sys/dev/ic/
mlxreg.h
327
u_int8_t
sd_state
;
member in struct:mlx_enq_sys_drive
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026