Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddepchk.c89 depckError_t *erc; in depchkReportErrors() local
96 erc = a_dck[i].record; in depchkReportErrors()
225 a_value, erc->ier_packageName, erc->ier_numZones, in depchkRecordError()
226 erc->ier_zones[0]); in depchkRecordError()
246 erc->ier_numZones++; in depchkRecordError()
247 erc->ier_zones = (char **)realloc(erc->ier_zones, in depchkRecordError()
249 (erc->ier_zones)[erc->ier_numZones-1] = strdup(a_zoneName); in depchkRecordError()
250 erc->ier_values = (char **)realloc(erc->ier_values, in depchkRecordError()
252 (erc->ier_values)[erc->ier_numZones-1] = strdup(a_value); in depchkRecordError()
283 (erc->ier_zones)[erc->ier_numZones-1] = strdup(a_zoneName); in depchkRecordError()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c356 int erc; in tar_getdir() local
738 int erc; in tar_getdir() local
745 rv = erc; in tar_getdir()
1855 int erc; in create_directory() local
1863 erc = 0; in create_directory()
1884 return (erc); in create_directory()
1894 int erc; in create_hard_link() local
1903 if (erc) { in create_hard_link()
1923 int erc; in create_sym_link() local
2092 int erc = 0; in set_attr() local
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c438 int erc; in get_acl_info() local
443 if (erc != 0) { in get_acl_info()
446 return (erc); in get_acl_info()
449 if (erc != 0) { in get_acl_info()
453 return (erc); in get_acl_info()
462 return (erc); in get_acl_info()
472 int erc; in get_dir_acl_info() local
546 int erc; in backup_dir() local
569 return (erc); in backup_dir()
584 int erc; in backup_file() local
[all …]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c54 static int smb_msgbuf_chkerc(char *text, int erc);
883 smb_msgbuf_chkerc(char *text, int erc) in smb_msgbuf_chkerc() argument
886 int erc; in smb_msgbuf_chkerc() member
899 if (etable[i].erc == erc) { in smb_msgbuf_chkerc()
905 return (erc); in smb_msgbuf_chkerc()