OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/atactl/
atactl.c
850
device_smart_temp(const struct ata_smart_attr *attr, uint64_t
raw_value
)
853
if (attr->raw[0] !=
raw_value
)
868
uint64_t
raw_value
;
local
954
for (j = 0,
raw_value
= 0; j < 6; j++)
955
raw_value
+= ((uint64_t)attr->raw[j]) << (8*j);
958
(*special)(attr,
raw_value
);
960
printf("%" PRIu64,
raw_value
);
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c
4566
char *
raw_value
;
local
4628
if ((
raw_value
= split_at(attr_name, '=')) == 0 || *
raw_value
== 0) {
4633
if (strlen(
raw_value
) > 255) {
4643
attr_value = xtext_unquote(state->expand_buf,
raw_value
) ?
4644
STR(state->expand_buf) :
raw_value
;
4925
char *
raw_value
;
local
4987
if ((
raw_value
= split_at(attr_name, '=')) == 0 || *
raw_value
== 0) {
4992
if (strlen(
raw_value
) > 255)
[
all
...]
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026