OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/atactl/
atactl.c
849
device_smart_temp(const struct ata_smart_attr *attr, uint64_t
raw_value
)
852
if (attr->raw[0] !=
raw_value
)
867
uint64_t
raw_value
;
local in function:print_smart_status
953
for (j = 0,
raw_value
= 0; j < 6; j++)
954
raw_value
+= ((uint64_t)attr->raw[j]) << (8*j);
957
(*special)(attr,
raw_value
);
959
printf("%" PRIu64,
raw_value
);
atactl.c
849
device_smart_temp(const struct ata_smart_attr *attr, uint64_t
raw_value
)
852
if (attr->raw[0] !=
raw_value
)
867
uint64_t
raw_value
;
local in function:print_smart_status
953
for (j = 0,
raw_value
= 0; j < 6; j++)
954
raw_value
+= ((uint64_t)attr->raw[j]) << (8*j);
957
(*special)(attr,
raw_value
);
959
printf("%" PRIu64,
raw_value
);
Completed in 22 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025