Home
last modified time | relevance | path

Searched refs:ids_name (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c109 ids->ids_name, id, delta)); in fmd_timerq_install()
165 ids->ids_name, id, delta > 0 ? delta : 0LL)); in fmd_timerq_remove()
217 tp->tmr_ids->ids_name, -tp->tmr_id, tp->tmr_hrt)); in fmd_timerq_exec()
222 tp->tmr_ids->ids_name, -tp->tmr_id)); in fmd_timerq_exec()
H A Dfmd_idspace.c56 (void) strlcpy(ids->ids_name, name, sizeof (ids->ids_name)); in fmd_idspace_create()
161 (void *)ids, ids->ids_name, id); in fmd_idspace_setspecific()
195 (void *)ids, ids->ids_name); in fmd_idspace_xalloc_locked()
H A Dfmd_idspace.h46 char ids_name[32]; /* string name of idspace for debug */ member
H A Dfmd_mdb.c1427 t.tmr_ids + OFFSETOF(fmd_idspace_t, ids_name)) <= 0) in fmd_timer()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgtrans.c101 static char *ids_name, *ods_name; variable
339 ids_name = NULL; in _pkgtrans()
351 ids_name = srcdev.cdevice; in _pkgtrans()
355 ids_name = srcdev.cdevice; in _pkgtrans()
357 ids_name = srcdev.pathname; in _pkgtrans()
358 if (access(ids_name, 0) == -1) { in _pkgtrans()
365 if (!ids_name && device2 == (char *)0) { in _pkgtrans()
375 if (ids_name && device2 == (char *)0) { in _pkgtrans()
415 if (ids_name) { in _pkgtrans()
451 if (ids_name) { in _pkgtrans()
[all …]
H A Dpkgweb.c521 get_signature(PKG_ERR *err, char *ids_name, struct pkgdev *devp, PKCS7 **result) in get_signature() argument
537 pkgerr_add(err, PKGERR_WEB, gettext(ERR_LEN), ids_name); in get_signature()
589 ids_name); in get_signature()
765 char *ids_name, PKCS7 *p7, STACK_OF(X509) *cas, in ds_validate_signature() argument
774 ids_name); in ds_validate_signature()
782 ids_name); in ds_validate_signature()
790 ids_name); in ds_validate_signature()
796 (BIO_ds_dump(err, ids_name, p7_bio) != 0)) { in ds_validate_signature()
803 if (!validate_signature(err, ids_name, p7_bio, p7, cas, in ds_validate_signature()
811 (void) ds_init(ids_name, pkgs, pkgdev->norewind); in ds_validate_signature()
/titanic_44/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, in main()
1282 quitSetIdsName(ids_name); in main()
1313 ids_name = NULL; in main()
1314 quitSetIdsName(ids_name); in main()
1325 &repeat, &ids_name, tmpdir, in main()
1328 quitSetIdsName(ids_name); in main()
1341 keystore_file, ids_name, &repeat); in main()
1387 b = add_packages(pkglist, uri, ids_name, repeat, in main()
1394 if (ids_name) { in main()
[all …]