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