Searched defs:l_errno (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c31 int l_errno; member in struct:__anon2416
50 int l_errno; member in struct:__anon2419
160 SCFGA_WALK_MINOR, &pmt.l_errno);
173 *l_errnop = pmt.l_errno;
435 SCFGA_WALK_NODE, &dpt.l_errno);
448 *l_errnop = dpt.l_errno;
490 dptp->l_errno = errno;
768 dyntp->l_errno = 0;
783 dyntp->l_errno = errno;
819 dyntp->l_errno
[all...]
H A Dcfga_list.c37 int l_errno; member in struct:__anon2421
97 int n = -1, l_errno = 0, limited_bus_stat; local
110 ret = make_hba_logid(apidp->hba_phys, &larg.hba_logp, &l_errno);
112 cfga_err(errstring, l_errno, ERR_LIST, 0);
161 cfga_err(errstring, larg.l_errno, ERR_LIST, 0);
194 SCFGA_WALK_PATH, &larg.l_errno);
205 SCFGA_WALK_NODE, &larg.l_errno);
221 SCFGA_WALK_PATH, &larg.l_errno);
227 cfga_err(errstring, larg.l_errno, ERR_LIST, 0);
345 lap->l_errno
603 int l_errno = 0; local
[all...]
H A Dcfga_ctl.c68 int l_errno = 0, force; local
90 &l_errno) != SCFGA_OK) {
91 cfga_err(errstring, l_errno, ERR_BUS_GETSTATE, 0);
183 ret = devctl_cmd(apidp->path, cmd, NULL, &l_errno);
189 if (cmd == SCFGA_BUS_UNCONFIGURE && l_errno == EIO)
192 cfga_err(errstring, l_errno, errid, 0);
207 &l_errno);
256 int l_errno = 0; local
276 &l_errno) != SCFGA_OK) {
277 cfga_err(errstring, l_errno, ERR_BUS_GETSTAT
384 int proceed, l_errno = 0; local
495 int proceed, l_errno = 0; local
549 int proceed, l_errno = 0; local
661 int l_errno = 0; local
960 int l_errno; local
1194 int l_errno; local
[all...]
H A Dcfga_utils.c63 static void msg_common(char **err_msgpp, int append_newline, int l_errno,
335 int l_errno = 0; local
339 if ((hba_phys = pathdup(ap_id, &l_errno)) == NULL) {
340 cfga_err(errstring, l_errno, ERR_OP_FAILED, 0);
373 &l_errno)) != SCFGA_OK) {
374 cfga_err(errstring, l_errno, ERR_OP_FAILED, 0);
569 cfga_err(char **errstring, int l_errno, ...) argument
584 va_start(ap, l_errno);
585 msg_common(errstring, append_newline, l_errno, ap);
598 int append_newline = 0, l_errno local
649 int l_errno = 0; local
660 msg_common(char **msgpp, int append_newline, int l_errno, va_list ap) argument
[all...]
H A Dcfga_scsi.h172 int l_errno; member in struct:__anon2430
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h88 int l_errno; member in struct:__anon2449
H A Dcfga_usb.c325 usb_err_msg(char **errstring, cfga_usb_ret_t rv, const char *ap_id, int l_errno) argument
377 char *errno_str = l_errno ? strerror(l_errno) : "";
380 l_errno ? "\n" : "", NULL);
387 char *errno_str = l_errno ? strerror(l_errno) : "";
390 errno_str, l_errno ? "\n" : "", NULL);
1466 int l_errno; local
1524 &ap_id_log, &l_errno, MATCH_MINOR_NAME);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c697 int i, l_errno, num_luns = 0; local
729 &num_luns, &resp_buf, &sense, &l_errno)) != FPCFGA_OK) {
H A Dcfga_utils.c70 static void msg_common(char **err_msgpp, int append_newline, int l_errno,
413 int l_errno = 0; local
417 if ((xport_phys = pathdup(ap_id, &l_errno)) == NULL) {
418 cfga_err(errstring, l_errno, ERR_OP_FAILED, 0);
445 &lunlistp, &l_errno);
447 cfga_err(errstring, l_errno, ERR_OP_FAILED, 0);
643 cfga_err(char **errstring, int l_errno, ...) argument
659 va_start(ap, l_errno);
660 msg_common(&tmp_err_str, append_newline, l_errno, ap);
695 int append_newline = 0, l_errno local
723 int l_errno = 0; local
734 msg_common(char **msgpp, int append_newline, int l_errno, va_list ap) argument
1248 int count, retry = 0, l_errno = 0; local
[all...]
H A Dcfga_fp.h184 int l_errno; member in struct:__anon2387
H A Dcfga_list.c40 int l_errno; member in struct:__anon2393
97 const ldata_list_t *listp, ldata_list_t **matchldpp, int *l_errno);
173 int n = -1, l_errno = 0, limited_stat; local
192 ret = make_xport_logid(apidp->xport_phys, &larg.xport_logp, &l_errno);
194 cfga_err(errstring, l_errno, ERR_LIST, 0);
228 cfga_err(errstring, larg.l_errno, ERR_LIST, 0);
295 cfga_err(errstring, larg.l_errno,
310 larg.l_errno, ERR_LIST, 0);
371 cvt_lawwn_to_dyncomp(&pwwn, &dyncomp, &l_errno);
373 cfga_err(errstring, l_errno, ERR_LIS
486 int n = -1, l_errno = 0, limited_stat, len; local
1435 int l_errno = 0; local
1578 int l_errno = 0; local
2465 int l_errno = 0, *lun_nump; local
3687 int num_luns = 0, ret, l_errno; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c461 int l_errno)
527 char *errno_str = l_errno ? strerror(l_errno) : "";
530 l_errno ? "\n" : "", NULL);
537 char *errno_str = l_errno ? strerror(l_errno) : "";
540 errno_str, l_errno ? "\n" : "", NULL);
1239 int l_errno; local
1358 minor_path, &devlink, &l_errno);
1384 minor_path, &devlink, &l_errno);
457 sata_err_msg( char **errstring, cfga_sata_ret_t rv, const char *ap_id, int l_errno) argument
1420 int l_errno; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c382 * l_errno - The "errno" to be filled in.
399 ib_err_msg(char **errstring, cfga_ib_ret_t rv, const char *ap_id, int l_errno) argument
446 errno_str = l_errno ? strerror(l_errno) : "";
448 l_errno ? "\n" : "", NULL);
458 errno_str = l_errno ? strerror(l_errno) : "";
460 errno_str, l_errno ? "\n" : "", NULL);

Completed in 102 milliseconds