Searched defs:r_status (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Druncmd.c289 * r_status - [RO, *RW] - (int *)
310 * Look at r_status for results of Unix command
312 * r_status and r_results have no meaning;
313 * r_status will be -1
318 * NOTE: If 0 is returned, 'r_status' must be queried to
326 e_ExecCmdArray(int *r_status, char **r_results, argument
345 *r_status = -1;
519 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1;
543 * r_status - [RO, *RW] - (int *)
561 * Look at r_status fo
572 e_ExecCmdList(int *r_status, char **r_results, char *a_inputFile, char *a_cmd, ...) argument
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_exec.c103 * r_status - [RO, *RW] - (int *)
124 * Look at r_status for results of Unix command
126 * r_status and r_results have no meaning;
127 * r_status will be -1
132 * NOTE: If 0 is returned, 'r_status' must be queried to
140 z_ExecCmdArray(int *r_status, char **r_results, argument
155 assert(r_status != NULL);
166 *r_status = -1;
256 *r_status = -1;
344 *r_status
672 _z_zone_exec(int *r_status, char **r_results, char *a_inputFile, char *a_path, char *a_argv[], const char *a_zoneName, int *a_fds) argument
[all...]

Completed in 17 milliseconds