Searched defs:cstatus (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dupdate_mdconf.c248 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)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c49 *cstatus = 0; variable
355 if (!cstatus)
356 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
358 if ((fd = open_locked(cstatus, "r", 0)) >= 0) {
359 char *tmp = cstatus; /* not NULL */
414 note("Had trouble reading file %s", cstatus);
436 note("Had trouble reading file %s", cstatus);
659 if (!cstatus)
660 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
661 if ((fd = open_locked(cstatus, "
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c67 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.
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c67 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.
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c1280 int cstatus; /* status of child process */ local
1291 if (waitpid(cpid, &cstatus, 0) == -1)
1294 return ((WIFEXITED(cstatus) == 0) ? 99 : WEXITSTATUS(cstatus));
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c454 stmf_change_status_t cstatus; local
476 cstatus.st_completion_status = STMF_SUCCESS;
477 cstatus.st_additional_info = NULL;
479 status = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus);
1040 stmf_change_status_t cstatus; local
1059 cstatus.st_completion_status = STMF_SUCCESS;
1060 cstatus.st_additional_info = NULL;
1080 cstatus.st_completion_status = STMF_BUSY;
1083 cstatus.st_completion_status = STMF_ALREADY;
1085 cstatus
[all...]
H A Dsrpt_ioc.c734 stmf_change_status_t cstatus; local
781 cstatus.st_completion_status = STMF_SUCCESS;
782 cstatus.st_additional_info = "port active";
791 ret = stmf_ctl(STMF_CMD_LPORT_ONLINE, tgt->tp_lport, &cstatus);
817 stmf_change_status_t cstatus; local
868 cstatus.st_completion_status = STMF_SUCCESS;
869 cstatus.st_additional_info = "no ports active";
878 ret = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1785 uint32_t cstatus = 0; local
1905 cstatus = write_obj->params.response.change_status;
1910 "OBJ File: Download complete. (cstatus=%d)",
1911 cstatus);
1914 *change_status = cstatus;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2675 int cstatus = 0; local
2777 cstatus = close(Ofile);
2779 if (cstatus != 0) {
2801 cstatus = close(Ofile);
2804 if (cstatus != 0) {
3248 int cstatus; local
3258 cstatus = close(Ofile);
3261 if (cstatus != 0) {
3273 cstatus = close(Ofile);
3275 if (cstatus !
[all...]

Completed in 76 milliseconds