Home
last modified time | relevance | path

Searched refs:parse_opts_0_1 (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dhdparm.c2076 static int parse_opts_0_1(unsigned long *value) function
2132 if (c == 'u') getset_unmask = parse_opts_0_1(&unmask);
2136 if (c == 'n') getset_nowerr = parse_opts_0_1(&nowerr);
2138 if (c == 'r') getset_readonly = parse_opts_0_1(&readonly);
2141 if (c == 'k') getset_keep = parse_opts_0_1(&keep);
2151 if (c == 'K') getset_dkeep = parse_opts_0_1(&prefetch);
2152 if (c == 'A') getset_lookahead = parse_opts_0_1(&lookahead);
2153 if (c == 'L') getset_doorlock = parse_opts_0_1(&doorlock);
2154 if (c == 'W') getset_wcache = parse_opts_0_1(&wcache);
2168 IF_FEATURE_HDPARM_HDIO_TRISTATE_HWIF(if (c == 'x') perform_tristate = parse_opts_0_1(&tristate));