Home
last modified time | relevance | path

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

/illumos-gate/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"
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1139 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()
1158 name_mapping_fini(pnm->last); in print_mapping_fini()
1159 free(pnm); in print_mapping_fini()
1197 FILE *f = pnm->file; in print_mapping()
1199 switch (pnm->format) { in print_mapping()
1209 if (pnm->format == MAPPING_ID) { in print_mapping()
1250 if (pnm->file != f) { in print_mapping()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c535 "prop = %s)\n", gnm, pnm); in prop_create()
592 e = topo_prop_set_int32(ptn, gnm, pnm, flag, i32, &err); in prop_create()
598 e = topo_prop_set_int64(ptn, gnm, pnm, flag, i64, &err); in prop_create()
604 e = topo_prop_set_double(ptn, gnm, pnm, flag, dbl, &err); in prop_create()
607 e = topo_prop_set_fmri(ptn, gnm, pnm, flag, fmri, &err); in prop_create()
610 e = topo_prop_set_string(ptn, gnm, pnm, flag, str, &err); in prop_create()
629 e = topo_prop_set_string_array(ptn, gnm, pnm, flag, in prop_create()
633 e = topo_prop_set_fmri_array(ptn, gnm, pnm, flag, in prop_create()
648 "failed %s/%s:%s\n", gnm, pnm, topo_strerror(err)); in prop_create()
660 char *pnm; in props_create() local
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c317 di_uintprop_get(topo_mod_t *mod, di_node_t n, const char *pnm, uint_t *pv) in di_uintprop_get() argument
319 if (hwprop2uint(n, pnm, pv) < 0) in di_uintprop_get()
320 if (promprop2uint(mod, n, pnm, pv) < 0) in di_uintprop_get()
326 di_bytes_get(topo_mod_t *mod, di_node_t n, const char *pnm, int *sz, in di_bytes_get() argument
338 if (strcmp(di_prop_name(hp), pnm) == 0) { in di_bytes_get()
347 if (strcmp(di_prom_prop_name(pp), pnm) == 0) { in di_bytes_get()
H A Dpcibus.c795 pciexbus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, in pciexbus_enum() argument
816 "Unable to proceed with %s enumeration.\n", pnm, PCIEX_BUS); in pciexbus_enum()
832 pcibus_enum(topo_mod_t *mp, tnode_t *ptn, char *pnm, topo_instance_t min, in pcibus_enum() argument
861 "to %s instance %" PRIu64 ".\n", pnm, PCI_BUS, min); in pcibus_enum()