Searched refs:parse_opts (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | ftracetest | 44 parse_opts() { # opts function 100 parse_opts $*
|
/linux-4.1.27/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.1.27/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.1.27/fs/hpfs/ |
D | super.c | 293 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() function 442 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 556 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
|
/linux-4.1.27/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 | 172 static int parse_opts(char *params, struct p9_rdma_opts *opts) in parse_opts() function 653 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()
|