Home
last modified time | relevance | path

Searched refs:erc (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Ddepchk.c89 depckError_t *erc; in depchkReportErrors() local
96 erc = a_dck[i].record; in depchkReportErrors()
97 if (erc->er_numEntries == 0) { in depchkReportErrors()
101 for (j = 0; j < erc->er_numEntries; j++) { in depchkReportErrors()
110 eir = &erc->er_theEntries[j]; in depchkReportErrors()
181 depckErrorRecord_t *erc; in depchkRecordError() local
218 erc = &a_erc->er_theEntries[i]; in depchkRecordError()
220 if (strcmp(erc->ier_packageName, a_pkginst) != 0) { in depchkRecordError()
225 a_value, erc->ier_packageName, erc->ier_numZones, in depchkRecordError()
226 erc->ier_zones[0]); in depchkRecordError()
[all …]
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c356 int erc; in tar_getdir() local
405 &erc, &actual_size, local_commands); in tar_getdir()
560 erc = create_hard_link( in tar_getdir()
563 if (ERROR_IS_FATAL(erc)) { in tar_getdir()
564 rv = erc; in tar_getdir()
567 if (erc == 0) { in tar_getdir()
738 int erc; in tar_getdir() local
743 erc = dtree_pop(stp); in tar_getdir()
744 if (ERROR_IS_FATAL(erc)) { in tar_getdir()
745 rv = erc; in tar_getdir()
[all …]
/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c439 int erc; in get_acl_info() local
443 erc = lstat64(name, &tlm_acls->acl_attr); in get_acl_info()
444 if (erc != 0) { in get_acl_info()
446 erc = TLM_NO_SOURCE_FILE; in get_acl_info()
447 return (erc); in get_acl_info()
449 erc = acl_get(name, ACL_NO_TRIVIAL, &aclp); in get_acl_info()
450 if (erc != 0) { in get_acl_info()
453 erc = TLM_NO_SOURCE_FILE; in get_acl_info()
454 return (erc); in get_acl_info()
463 return (erc); in get_acl_info()
[all …]
/titanic_44/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c54 static int smb_msgbuf_chkerc(char *text, int erc);
674 smb_msgbuf_chkerc(char *text, int erc) in smb_msgbuf_chkerc() argument
677 int erc; in smb_msgbuf_chkerc() member
690 if (etable[i].erc == erc) { in smb_msgbuf_chkerc()
696 return (erc); in smb_msgbuf_chkerc()
/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1695 int erc; in post_root() local
1698 erc = 0; in post_root()
1703 erc++; in post_root()
1713 erc++; in post_root()
1717 erc++; in post_root()
1722 return(erc ? 0 : 1); in post_root()