Searched defs:fun (Results 1 – 5 of 5) sorted by relevance
248 #define MSH_OPT_ID_GET(fun) msh_cmd_opt_id_get(argc, argv, (void*) fun##_msh_options) argument249 #define MSH_OPT_DUMP(fun) msh_opt_list_dump((void*) fun##_msh_options) argument256 #define MSH_OPT_ID_GET(fun) ((int)(-1UL)) argument257 #define MSH_OPT_DUMP(fun) do{}while(0) argument
16 void ehci_pci_scan(int bus, int slot, int fun, int vector) in ehci_pci_scan()
25 void (*fun)(void *parameter); member
34 int (*fun)(int argc, char *argv[]); member
21 int (*fun)(int argc, char **argv); member
Completed in 9 milliseconds