OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/canconfig/
canconfig.c
331
valid_timings(struct can_link_timecaps *cltc, struct can_link_timings *
clt
)
333
if (
clt
->clt_brp < cltc->cltc_brp_min ||
334
clt
->clt_brp > cltc->cltc_brp_max)
337
if (
clt
->clt_prop < cltc->cltc_prop_min ||
338
clt
->clt_prop > cltc->cltc_prop_max)
341
if (
clt
->clt_ps1 < cltc->cltc_ps1_min ||
342
clt
->clt_ps1 > cltc->cltc_ps1_max)
345
if (
clt
->clt_ps2 < cltc->cltc_ps2_min ||
346
clt
->clt_ps2 > cltc->cltc_ps2_max)
356
struct can_link_timings
clt
;
local
[
all
...]
/src/external/ibm-public/postfix/dist/src/postconf/
postconf_builtin.c
373
CONFIG_LONG_TABLE *
clt
= (CONFIG_LONG_TABLE *) ptr;
local
375
return (STR(vstring_sprintf(pcf_param_string_buf, "%ld",
clt
->defval)));
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026