Searched refs:parse_opts (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1884 static void parse_opts(smallint *get, smallint *set, unsigned long *value, int min, int max) function
1941 if (c == 'u') parse_opts(&get_unmask, &set_unmask, &unmask, 0, 1);
1942 USE_FEATURE_HDPARM_HDIO_GETSET_DMA(if (c == 'd') parse_opts(&get_dma, &set_dma, &dma, 0, 9));
1943 if (c == 'n') parse_opts(&get_nowerr, &set_nowerr, &nowerr, 0, 1);
1945 if (c == 'r') parse_opts(&get_readonly, &set_readonly, &readonly, 0, 1);
1946 if (c == 'm') parse_opts(&get_mult, &set_mult, &mult, 0, INT_MAX /*32*/);
1947 if (c == 'c') parse_opts(&get_io32bit, &set_io32bit, &io32bit, 0, INT_MAX /*8*/);
1948 if (c == 'k') parse_opts(&get_keep, &set_keep, &keep, 0, 1);
1949 if (c == 'a') parse_opts(&get_readahead, &set_readahead, &Xreadahead, 0, INT_MAX);
1950 if (c == 'B') parse_opts(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c244 static int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask, function
398 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, &conv,
478 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, &conv,

Completed in 50 milliseconds