Lines Matching refs:rpt_path
37 char rpt_path[PATH_MAX];
397 tmp->rpt_path, flags, NULL);
402 tmp->rpt_path, flags, NULL);
409 strerror(error), tmp->rpt_path);
413 retcode == 0 ? "remove" : "online", tmp->rpt_path);
446 (void) snprintf(rpt->rpt_path, sizeof (rpt->rpt_path),
451 retval = rp->rcm_offline(rp->rcm_handle, rpt->rpt_path,
459 "for: %s\n", rpt->rpt_path);
465 "RCM_SUCCESS: %s\n", rpt->rpt_path);
468 "invalid value for: %s\n", rpt->rpt_path);
473 "RCM_NO_CONSTRAINT: %s\n", rpt->rpt_path);
513 (void) strlcpy(rpt->rpt_path, path, sizeof (rpt->rpt_path));
526 "returned: RCM_FAILURE: %s\n", rpt->rpt_path);
531 "returned: RCM_SUCCESS: %s\n", rpt->rpt_path);
537 rp->rcm_retcode, rpt->rpt_path);
542 "returned: RCM_NO_CONSTRAINT: %s\n", rpt->rpt_path);
629 RIO_ASSERT(dp, p->rpt_path);
630 RIO_ASSERT(dp, strlen(p->rpt_path) > 0);
631 len += (strlen(p->rpt_path) + 1);
650 (void) strcpy(s, tmp->rpt_path);