Searched defs:execute_command (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-fstest.c | 47 execute_command (char *name, int n, char **args) function 331 if (execute_command ("loopback", 2, argv)) 342 if (execute_command ("cryptomount", 1, argv)) 359 execute_command ("ls", n, args); 362 execute_command ("zfsinfo", n, args); 380 execute_command ("blocklist", n, args); 383 execute_command ("testload", n, args); 404 execute_command ("xnu_uuid", 2, argv); 421 execute_command ("loopback", 2, argv);
|
H A D | grub-mount.c | 58 execute_command (char *name, int n, char **args) function 350 if (execute_command ("loopback", 2, argv)) 360 if (execute_command ("cryptomount", 1, argv)) 398 execute_command ("loopback", 2, argv);
|
Completed in 82 milliseconds