Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh159 pnm=$(/usr/bin/basename $ZONEPATH)
160 /usr/sbin/zfs create "$zds/$pnm"
163 DATASET="$zds/$pnm"
166 log "$f_zfs" "$zds/$pnm"
/titanic_41/usr/src/cmd/idmap/idmap/
H A Didmap.c1134 print_mapping_fini(print_handle_t *pnm) in print_mapping_fini() argument
1139 switch (pnm->format) { in print_mapping_fini()
1141 if (pnm->last->unixname != NULL) { in print_mapping_fini()
1142 (void) fprintf(pnm->file, "\n"); in print_mapping_fini()
1146 if (pnm->last->unixname == NULL) in print_mapping_fini()
1148 rc = name_mapping_format(pnm->last, &out); in print_mapping_fini()
1150 (void) fprintf(pnm->file, "%s", out); in print_mapping_fini()
1158 name_mapping_fini(pnm->last); in print_mapping_fini()
1159 free(pnm); in print_mapping_fini()
1191 print_mapping(print_handle_t *pnm, name_mapping_t *nm) in print_mapping() argument
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c1158 pnm_rec_t *pnm, in process_toplevel_devices() argument
1175 process_toplevel_softparts(mdimpp, indent, pnm); in process_toplevel_devices()
1206 tmp_tl_list->mdrec->dfunc(mdimpp, indent, pnm, in process_toplevel_devices()
1838 pnm_rec_t **pnm, in report_metastat_info() argument
1866 process_toplevel_devices(&mdimp, *pnm, MDDB_F_SOFTPART); in report_metastat_info()
1867 process_toplevel_devices(&mdimp, *pnm, MDDB_F_TRANS_MASTER); in report_metastat_info()
1868 process_toplevel_devices(&mdimp, *pnm, MDDB_F_MIRROR); in report_metastat_info()
1869 process_toplevel_devices(&mdimp, *pnm, MDDB_F_RAID); in report_metastat_info()
1870 process_toplevel_devices(&mdimp, *pnm, MDDB_F_STRIPE); in report_metastat_info()
1871 process_toplevel_devices(&mdimp, *pnm, MDDB_F_HOTSPARE_POOL); in report_metastat_info()
[all …]
H A Dmeta_import.c572 pnm_rec_t **pnm, in append_pnm_rec() argument
596 if (*pnm == NULL) { in append_pnm_rec()
598 *pnm = tmp_pnm; in append_pnm_rec()
600 tmp_pnm->next = *pnm; in append_pnm_rec()
601 *pnm = tmp_pnm; in append_pnm_rec()
612 free_pnm_rec_list(pnm_rec_t **pnm) in free_pnm_rec_list() argument
616 for (tmp_pnm = *pnm; tmp_pnm != NULL; ) { in free_pnm_rec_list()
622 *pnm = NULL; in free_pnm_rec_list()
638 pnm_rec_t **pnm, in get_disks_from_didnamespace() argument
903 append_pnm_rec(pnm, min->min_key, in get_disks_from_didnamespace()
[all …]
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c519 nvlist_t *pfmri, tnode_t *ptn, const char *gnm, const char *pnm, in prop_create() argument
532 "prop = %s)\n", gnm, pnm); in prop_create()
585 e = topo_prop_set_int32(ptn, gnm, pnm, flag, i32, &err); in prop_create()
588 e = topo_prop_set_uint32(ptn, gnm, pnm, flag, ui32, &err); in prop_create()
591 e = topo_prop_set_int64(ptn, gnm, pnm, flag, i64, &err); in prop_create()
594 e = topo_prop_set_uint64(ptn, gnm, pnm, flag, ui64, &err); in prop_create()
597 e = topo_prop_set_fmri(ptn, gnm, pnm, flag, fmri, &err); in prop_create()
600 e = topo_prop_set_string(ptn, gnm, pnm, flag, str, &err); in prop_create()
603 e = topo_prop_set_int32_array(ptn, gnm, pnm, flag, i32arr, in prop_create()
607 e = topo_prop_set_uint32_array(ptn, gnm, pnm, flag, ui32arr, in prop_create()
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c278 di_uintprop_get(topo_mod_t *mod, di_node_t n, const char *pnm, uint_t *pv) in di_uintprop_get() argument
280 if (hwprop2uint(n, pnm, pv) < 0) in di_uintprop_get()
281 if (promprop2uint(mod, n, pnm, pv) < 0) in di_uintprop_get()
287 di_bytes_get(topo_mod_t *mod, di_node_t n, const char *pnm, int *sz, in di_bytes_get() argument
299 if (strcmp(di_prop_name(hp), pnm) == 0) { in di_bytes_get()
308 if (strcmp(di_prom_prop_name(pp), pnm) == 0) { in di_bytes_get()
H A Dpcibus.c618 pciexbus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, in pciexbus_enum() argument
639 "Unable to proceed with %s enumeration.\n", pnm, PCIEX_BUS); in pciexbus_enum()
655 pcibus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, in pcibus_enum() argument
684 "to %s instance %d.\n", pnm, PCI_BUS, min); in pcibus_enum()