HomeSort by relevance Sort by last modified time
    Searched refs:cstatus (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
status.c 51 *cstatus = 0; variable
340 CSTATUS *pcs;
357 if (!cstatus)
358 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
360 if ((fd = open_locked(cstatus, "r", 0)) >= 0) {
361 char *tmp = cstatus; /* not NULL */
416 note("Had trouble reading file %s", cstatus);
438 note("Had trouble reading file %s", cstatus);
444 for (i = 0; CStatus != NULL && CStatus[i] != NULL; i++
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/common/
update_mdconf.c 248 convflag_t cstatus = MD_STR_NOTFOUND; local
263 cstatus = MD_STR_START;
270 if (cstatus == MD_STR_START) {
272 cstatus = MD_STR_DONE;
299 if (cstatus == MD_STR_NOTFOUND || cstatus == MD_STR_START)
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/srpt/
srpt_mod.c 401 stmf_change_status_t cstatus; local
432 cstatus.st_completion_status = STMF_SUCCESS;
433 cstatus.st_additional_info = NULL;
436 tgt->tp_lport, &cstatus);
srpt_stp.c 996 stmf_change_status_t cstatus; local
1015 cstatus.st_completion_status = STMF_SUCCESS;
1016 cstatus.st_additional_info = NULL;
1036 cstatus.st_completion_status = STMF_BUSY;
1039 cstatus.st_completion_status = STMF_ALREADY;
1041 cstatus.st_completion_status = STMF_INVALID_ARG;
1047 cstatus.st_completion_status = STMF_INVALID_ARG;
1060 (u_longlong_t)cstatus.st_completion_status);
1062 &cstatus);
1087 cstatus.st_completion_status = STMF_ALREADY
    [all...]
srpt_ioc.c 535 stmf_change_status_t cstatus; local
582 cstatus.st_completion_status = STMF_SUCCESS;
583 cstatus.st_additional_info = "port active";
592 ret = stmf_ctl(STMF_CMD_LPORT_ONLINE, tgt->tp_lport, &cstatus);
618 stmf_change_status_t cstatus; local
669 cstatus.st_completion_status = STMF_SUCCESS;
670 cstatus.st_additional_info = "no ports active";
679 ret = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/saf/
sacadm.c 1280 int cstatus; /* status of child process */ local
1291 if (waitpid(cpid, &cstatus, 0) == -1)
1294 return ((WIFEXITED(cstatus) == 0) ? 99 : WEXITSTATUS(cstatus));
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
ptrace.c 67 typedef struct cstatus { struct
68 struct cstatus *next; /* linked list */
215 /* find the cstatus structure corresponding to pid */
402 * Find the cstatus structure corresponding to pid.
  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
ptrace.c 67 typedef struct cstatus { struct
68 struct cstatus *next; /* linked list */
215 /* find the cstatus structure corresponding to pid */
410 * Find the cstatus structure corresponding to pid.
  /onnv/onnv-gate/usr/src/cmd/cpio/
cpio.c 2671 int cstatus = 0; local
3244 int cstatus; local
    [all...]

Completed in 600 milliseconds