Searched refs:rppath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c153 char *devpath, *rppath = NULL; local
184 rppath = fab_find_rppath_by_df(hdl, nvl, epkt.reserved & 0xff);
238 if (rppath == NULL && data.pcie_ue_tgt_bdf)
239 rppath = fab_find_rppath_by_devbdf(hdl, nvl,
244 if (rppath == NULL && epkt.rc_descr.M != 0) {
247 rppath = fab_find_rppath_by_devpath(hdl, devpath);
255 if (rppath) {
258 fmd_hdl_strfree(hdl, rppath);
265 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, rppath);
269 fmd_hdl_strfree(hdl, rppath);
[all...]
H A Dfx_subr.c891 char *rppath, *hbpath; local
927 rppath = (char *)xmlNodeGetContent(nodes->nodeTab[i]);
928 fmd_hdl_debug(hdl, "query result: %s\n", rppath);
933 xmlFree(rppath);
946 rppath);
951 xmlFree(rppath);
H A Dfx_fabric.c803 char *rppath = fab_get_rpdev(hdl), *str = NULL; local
806 if (!rppath) {
815 str = rppath;
830 fmd_hdl_strfree(hdl, rppath);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c942 char rppath[MAXPATHLEN]; /* resolved parent path */ local
1062 if ((res = resolvepath(ppath, rppath, sizeof (rppath))) == -1) {
1066 rppath[res] = '\0';
1067 if ((res = stat(rppath, &stbuf)) != 0) {
1068 zperror(rppath, B_FALSE);
1074 rppath);
1079 rppath);
1082 err |= bad_mode_bit(stbuf.st_mode, S_IRUSR, B_TRUE, rppath);
1083 err |= bad_mode_bit(stbuf.st_mode, S_IWUSR, B_TRUE, rppath);
[all...]

Completed in 80 milliseconds