Lines Matching refs:r_status
104 * r_status - [RO, *RW] - (int *)
125 * Look at r_status for results of Unix command
127 * r_status and r_results have no meaning;
128 * r_status will be -1
133 * NOTE: If 0 is returned, 'r_status' must be queried to
141 z_ExecCmdArray(int *r_status, char **r_results,
156 assert(r_status != NULL);
167 *r_status = -1;
257 *r_status = -1;
345 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1;
623 * r_status - [RO, *RW] - (int *)
654 * Look at r_status for results of Unix command
656 * r_status and r_results have no meaning;
657 * r_status will be -1
673 _z_zone_exec(int *r_status, char **r_results, char *a_inputFile,
721 return (z_ExecCmdArray(r_status, r_results, a_inputFile,
731 *r_status = -1; /* -1 : failure to exec process */
993 *r_status = WEXITSTATUS(status);
994 if ((_z_global_data._z_SigReceived != 0) && (*r_status == 0)) {
995 *r_status = 1;
998 *r_status = -1; /* -1 : failure to exec process */
1065 * r_status - [RO, *RW] - (int *)
1083 * Look at r_status for results of Unix command
1085 * r_status and r_results have no meaning
1089 * NOTE: If LU_SUCCESS is returned, 'r_status' must be queried to
1095 z_ExecCmdList(int *r_status, char **r_results,
1118 return (z_ExecCmdArray(r_status, r_results, a_inputFile,