Lines Matching refs:pname

472 	char		*pname, *nodename, *refnode, *devfs_path;  in add_sensor_nodes_and_props()  local
531 pname = PICL_PROP_DEVFS_PATH; in add_sensor_nodes_and_props()
532 err = add_regular_prop(cnodeh, pname, in add_sensor_nodes_and_props()
542 pname = PICL_PROP_TEMPERATURE; in add_sensor_nodes_and_props()
543 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
561 pname = PICL_PROP_TARGET_TEMPERATURE; in add_sensor_nodes_and_props()
562 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
579 pname = snodep->sdev_pname; in add_sensor_nodes_and_props()
580 if (refnode == NULL || pname == NULL) in add_sensor_nodes_and_props()
585 err = add_volatile_prop(refnodeh, pname, in add_sensor_nodes_and_props()
661 char *pname, *nodename, *devfs_path; in add_fan_nodes_and_props() local
706 pname = PICL_PROP_DEVFS_PATH; in add_fan_nodes_and_props()
707 err = add_regular_prop(cnodeh, pname, in add_fan_nodes_and_props()
718 pname = PICL_PROP_FAN_SPEED; in add_fan_nodes_and_props()
719 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
730 pname = PICL_PROP_FAN_SPEED_UNIT; in add_fan_nodes_and_props()
731 err = add_regular_prop(cnodeh, pname, in add_fan_nodes_and_props()
786 char pname[PATH_MAX]; in get_envmodel_conf_file() local
789 (void) snprintf(pname, PATH_MAX, PICLD_PLAT_PLUGIN_DIRF, nmbuf); in get_envmodel_conf_file()
790 (void) strlcat(pname, ENVMODEL_CONF_FILE, PATH_MAX); in get_envmodel_conf_file()
791 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
792 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()
798 (void) snprintf(pname, PATH_MAX, PICLD_PLAT_PLUGIN_DIRF, nmbuf); in get_envmodel_conf_file()
799 (void) strlcat(pname, ENVMODEL_CONF_FILE, PATH_MAX); in get_envmodel_conf_file()
800 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
801 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()
806 (void) snprintf(pname, PATH_MAX, "%s/%s", PICLD_COMMON_PLUGIN_DIR, in get_envmodel_conf_file()
809 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
810 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()