Searched refs:cstatus (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/lvm/libsvm/common/ |
H A D | update_mdconf.c | 248 convflag_t cstatus = MD_STR_NOTFOUND; in snarf_n_modify_bootlist() local 263 cstatus = MD_STR_START; in snarf_n_modify_bootlist() 270 if (cstatus == MD_STR_START) { in snarf_n_modify_bootlist() 272 cstatus = MD_STR_DONE; in snarf_n_modify_bootlist() 299 if (cstatus == MD_STR_NOTFOUND || cstatus == MD_STR_START) in snarf_n_modify_bootlist()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | status.c | 49 *cstatus = 0; variable 355 if (!cstatus) in load_cstatus() 356 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0); in load_cstatus() 358 if ((fd = open_locked(cstatus, "r", 0)) >= 0) { in load_cstatus() 359 char *tmp = cstatus; /* not NULL */ in load_cstatus() 414 note("Had trouble reading file %s", cstatus); in load_cstatus() 436 note("Had trouble reading file %s", cstatus); in load_cstatus() 659 if (!cstatus) in dump_cstatus() 660 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0); in dump_cstatus() 661 if ((fd = open_locked(cstatus, "w", MODE_READ)) < 0) { in dump_cstatus() [all …]
|
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.c | 454 stmf_change_status_t cstatus; in srpt_stp_destroy_port() local 476 cstatus.st_completion_status = STMF_SUCCESS; in srpt_stp_destroy_port() 477 cstatus.st_additional_info = NULL; in srpt_stp_destroy_port() 479 status = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus); in srpt_stp_destroy_port() 1040 stmf_change_status_t cstatus; in srpt_stp_ctl() local 1059 cstatus.st_completion_status = STMF_SUCCESS; in srpt_stp_ctl() 1060 cstatus.st_additional_info = NULL; in srpt_stp_ctl() 1080 cstatus.st_completion_status = STMF_BUSY; in srpt_stp_ctl() 1083 cstatus.st_completion_status = STMF_ALREADY; in srpt_stp_ctl() 1085 cstatus.st_completion_status = STMF_INVALID_ARG; in srpt_stp_ctl() [all …]
|
H A D | srpt_ioc.c | 734 stmf_change_status_t cstatus; in srpt_ioc_port_active() local 781 cstatus.st_completion_status = STMF_SUCCESS; in srpt_ioc_port_active() 782 cstatus.st_additional_info = "port active"; in srpt_ioc_port_active() 791 ret = stmf_ctl(STMF_CMD_LPORT_ONLINE, tgt->tp_lport, &cstatus); in srpt_ioc_port_active() 817 stmf_change_status_t cstatus; in srpt_ioc_port_down() local 868 cstatus.st_completion_status = STMF_SUCCESS; in srpt_ioc_port_down() 869 cstatus.st_additional_info = "no ports active"; in srpt_ioc_port_down() 878 ret = stmf_ctl(STMF_CMD_LPORT_OFFLINE, tgt->tp_lport, &cstatus); in srpt_ioc_port_down()
|
/titanic_41/usr/src/cmd/saf/ |
H A D | sacadm.c | 1280 int cstatus; /* status of child process */ in invoke_rm() local 1291 if (waitpid(cpid, &cstatus, 0) == -1) in invoke_rm() 1294 return ((WIFEXITED(cstatus) == 0) ? 99 : WEXITSTATUS(cstatus)); in invoke_rm()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 67 typedef struct cstatus { struct 68 struct cstatus *next; /* linked list */ argument
|
/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 67 typedef struct cstatus { struct 68 struct cstatus *next; /* linked list */ argument
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 2675 int cstatus = 0; in data_in() local 2777 cstatus = close(Ofile); in data_in() 2779 if (cstatus != 0) { in data_in() 2801 cstatus = close(Ofile); in data_in() 2804 if (cstatus != 0) { in data_in() 3248 int cstatus; in data_pass() local 3258 cstatus = close(Ofile); in data_pass() 3261 if (cstatus != 0) { in data_pass() 3273 cstatus = close(Ofile); in data_pass() 3275 if (cstatus != 0) { in data_pass() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 1785 uint32_t cstatus = 0; in emlxs_obj_flash_image() local 1905 cstatus = write_obj->params.response.change_status; in emlxs_obj_flash_image() 1911 cstatus); in emlxs_obj_flash_image() 1914 *change_status = cstatus; in emlxs_obj_flash_image()
|