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