Searched refs:mi_path (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_dbm.c | 190 len1 = strlen(mi->mi_path); in stats_dbm_fetch_byvfsp() 191 len2 = strlen(mi->mi_path + len1 + 1); in stats_dbm_fetch_byvfsp() 192 size = sizeof (*rc) + len1 + len2 - CLPAD(mount_info, mi_path); in stats_dbm_fetch_byvfsp() 223 len1 = strlen(mi->mi_path); in stats_dbm_store_byvfsp() 224 len2 = strlen(mi->mi_path + len1 + 1); in stats_dbm_store_byvfsp() 228 CLPAD(mount_info, mi_path); in stats_dbm_store_byvfsp() 291 cacheid = mi->mi_path + strlen(mi->mi_path) + 1; in stats_dbm_attrcache_addsize()
|
H A D | stats.h | 152 char mi_path[2]; member
|
H A D | stats_log.c | 1682 mi = malloc(sizeof (*mi) - sizeof (mi->mi_path) + MI_MAX_MI_PATH); in stats_log_compute_wssize() 1708 len1 = strlen(mip->mi_path); in stats_log_compute_wssize() 1709 len2 = strlen(mip->mi_path + len1 + 1); in stats_log_compute_wssize() 1711 len1 + len2 - CLPAD(mount_info, mi_path)); in stats_log_compute_wssize() 1714 string1 = mi->mi_path + len1 + 1; in stats_log_compute_wssize() 1738 len1 = strlcpy(mi->mi_path, mountp->path, maxlen); in stats_log_compute_wssize() 1745 len1 = strlen(mi->mi_path); in stats_log_compute_wssize() 1747 len2 = strlcpy(mi->mi_path + len1 + 1, in stats_log_compute_wssize()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 528 file = info->mi_path; in import_manifest_file() 551 info->mi_path); in import_manifest_file() 554 "import of %s failed.\n"), info->mi_path); in import_manifest_file() 565 semerr(gettext("Import of %s failed.\n"), info->mi_path); in import_manifest_file() 568 "of %s failed.\n"), info->mi_path); in import_manifest_file() 582 "%s\n"), info->mi_path, errstr); in import_manifest_file() 586 info->mi_path); in import_manifest_file() 861 if (lxml_get_bundle_file(b, info->mi_path, SVCCFG_OP_APPLY) != 0) { in apply_profile() 871 if (lscf_bundle_apply(b, info->mi_path) != 0) { in apply_profile() 883 if (mhash_store_entry(g_hndl, info->mi_prop, info->mi_path, in apply_profile() [all …]
|
H A D | svccfg_libscf.c | 16518 if (lxml_get_bundle_file(b, (*entry)->mi_path, in create_manifest_tree() 16535 (*entry)->mi_path); in create_manifest_tree()
|
/titanic_41/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 108 info->mi_path = uu_strdup(fn); in add_pointer() 109 if (info->mi_path == NULL) { in add_pointer() 303 uu_free((void *) info->mi_path); in free_manifest_array()
|
H A D | manifest_find.h | 43 const char *mi_path; /* Path of manifest file */ member
|
/titanic_41/usr/src/cmd/svc/mfstscan/ |
H A D | mfstscan.c | 129 (*entry)->mi_path); in main()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefswssize/ |
H A D | cachefswssize.c | 157 printf("\n %s\n", mip->mi_path); in main()
|