Searched refs:parse_opts (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | ftracetest | 44 parse_opts() { # opts function 100 parse_opts $*
|
/linux-4.4.14/tools/vm/ |
D | slabinfo-gnuplot.sh | 184 parse_opts() function 247 parse_opts "$@"
|
/linux-4.4.14/tools/power/acpi/tools/ec/ |
D | ec_access.c | 54 void parse_opts(int argc, char *argv[]) in parse_opts() function 212 parse_opts(argc, argv); in main()
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 162 static void parse_opts(int argc, char *argv[]) in parse_opts() function 260 parse_opts(argc, argv); in main()
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 320 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() function 469 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 583 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 727 static int parse_opts(char *params, struct p9_fd_opts *opts) in parse_opts() function 932 err = parse_opts(args, &opts); in p9_fd_create_tcp() 1018 parse_opts(args, &opts); in p9_fd_create()
|
D | trans_rdma.c | 170 static int parse_opts(char *params, struct p9_rdma_opts *opts) in parse_opts() function 648 err = parse_opts(args, &opts); in rdma_create_trans()
|
D | client.c | 122 static int parse_opts(char *opts, struct p9_client *clnt) in parse_opts() function 1014 err = parse_opts(options, clnt); in p9_client_create()
|