Home
last modified time | relevance | path

Searched refs:labelp (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dfd.c1877 struct dk_label *labelp) in fd_build_label_vtoc() argument
1947 labelp->dkl_vtoc.v_bootinfo[0] = (uint32_t)vtocp->v_bootinfo[0]; in fd_build_label_vtoc()
1948 labelp->dkl_vtoc.v_bootinfo[1] = (uint32_t)vtocp->v_bootinfo[1]; in fd_build_label_vtoc()
1949 labelp->dkl_vtoc.v_bootinfo[2] = (uint32_t)vtocp->v_bootinfo[2]; in fd_build_label_vtoc()
1951 labelp->dkl_vtoc.v_sanity = vtocp->v_sanity; in fd_build_label_vtoc()
1952 labelp->dkl_vtoc.v_version = vtocp->v_version; in fd_build_label_vtoc()
1954 bcopy(vtocp->v_volume, labelp->dkl_vtoc.v_volume, LEN_DKL_VVOL); in fd_build_label_vtoc()
1956 labelp->dkl_vtoc.v_nparts = vtocp->v_nparts; in fd_build_label_vtoc()
1958 bcopy(vtocp->v_reserved, labelp->dkl_vtoc.v_reserved, in fd_build_label_vtoc()
1959 sizeof (labelp->dkl_vtoc.v_reserved)); in fd_build_label_vtoc()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c322 static int add_intermediate_nodes(picl_nodehdl_t *nodep, char *labelp,
324 static int add_intermediate_location(picl_nodehdl_t *nodep, char *labelp,
879 char *labelp; in add_location_node() local
901 labelp = label; in add_location_node()
902 while ((ptr = strchr(labelp, '/')) != NULL) { in add_location_node()
911 if (IS_PROC_NODE(labelp)) { in add_location_node()
912 err = add_intermediate_nodes(&parh, labelp, &tblhdl, in add_location_node()
915 err = add_intermediate_nodes(&parh, labelp, &tblhdl, in add_location_node()
924 if (IS_PROC_NODE(labelp)) { in add_location_node()
925 err = create_cpu_references(labelp, parh, tblhdl); in add_location_node()
[all …]
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A Dxaui.c281 char **labelp) in xaui_get_pri_label() argument
367 *labelp = topo_mod_strdup(mod, pstr); in xaui_get_pri_label()
/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c289 ghd_register(char *labelp, in ghd_register() argument
308 cccp->ccc_label = labelp; in ghd_register()
/titanic_50/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c1026 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, in encode_bitsring() argument
1122 **labelp = DNS_LABELTYPE_BITSTRING; in encode_bitsring()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c1526 char *labelp; in logprintf_hub_devices() local
1541 err = picldiag_get_label(parenth, &labelp); in logprintf_hub_devices()
1543 log_printf("%s\n", labelp); in logprintf_hub_devices()
1544 free(labelp); in logprintf_hub_devices()
/titanic_50/usr/src/uts/common/os/
H A Dcred.c921 cred2uclabel(const cred_t *cr, bslabel_t *labelp) in cred2uclabel() argument
926 bcopy(&tslp->tsl_label, labelp, sizeof (bslabel_t)); in cred2uclabel()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c1619 char *labelp; in logprintf_hub_devices() local
1634 err = picldiag_get_label(parenth, &labelp); in logprintf_hub_devices()
1636 log_printf("%s\n", labelp); in logprintf_hub_devices()
1637 free(labelp); in logprintf_hub_devices()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvds.c228 #define VD_DSKIMG_LABEL_READ(vd, labelp) \ argument
229 vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BREAD, (caddr_t)labelp, \
233 #define VD_DSKIMG_LABEL_WRITE(vd, labelp) \ argument
234 vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BWRITE, (caddr_t)labelp, \