Home
last modified time | relevance | path

Searched refs:execute_shell (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dinit_menus.c109 execute_shell, true},
155 execute_shell, true},
188 execute_shell, true},
230 execute_shell, true},
248 execute_shell, true},
261 execute_shell, true},
276 execute_shell, true},
291 execute_shell, true},
H A Dio.h120 int execute_shell(char *, size_t);
H A Dio.c632 (void) execute_shell(shell_argv, sizeof (shell_argv)); in input()
2384 execute_shell(char *s, size_t buff_size) in execute_shell() function
H A Dmenu_scsi.c278 (void) execute_shell(&s[1], sizeof (s) - 1); in c_scsi()