Searched defs:ids_name (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h46 char ids_name[32]; /* string name of idspace for debug */ member in struct:fmd_idspace
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c101 static char *ids_name, *ods_name; variable
339 ids_name = NULL;
351 ids_name = srcdev.cdevice;
355 ids_name = srcdev.cdevice;
357 ids_name = srcdev.pathname;
358 if (access(ids_name, 0) == -1) {
365 if (!ids_name && device2 == (char *)0) {
375 if (ids_name && device2 == (char *)0) {
415 if (ids_name) {
451 if (ids_name) {
[all...]
H A Dpkgweb.c509 * ids_name - name of package stream, for error reporting
521 get_signature(PKG_ERR *err, char *ids_name, struct pkgdev *devp, PKCS7 **result) argument
537 pkgerr_add(err, PKGERR_WEB, gettext(ERR_LEN), ids_name);
589 ids_name);
753 * ids_name - Pathname to stream to validate
765 char *ids_name, PKCS7 *p7, STACK_OF(X509) *cas,
774 ids_name);
782 ids_name);
790 ids_name);
796 (BIO_ds_dump(err, ids_name, p7_bi
764 ds_validate_signature(PKG_ERR *err, struct pkgdev *pkgdev, char **pkgs, char *ids_name, PKCS7 *p7, STACK_OF(X509) *cas, url_hport_t *proxy, int nointeract) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c129 static char *ids_name = NULL; /* name of data stream device */ variable
1279 &repeat, &ids_name, tmpdir,
1282 quitSetIdsName(ids_name);
1313 ids_name = NULL;
1314 quitSetIdsName(ids_name);
1325 &repeat, &ids_name, tmpdir,
1328 quitSetIdsName(ids_name);
1341 keystore_file, ids_name, &repeat);
1387 b = add_packages(pkglist, uri, ids_name, repeat,
1394 if (ids_name) {
[all...]

Completed in 315 milliseconds