Lines Matching refs:pname

330 	char		*pname, *nodename, *devfs_path;  in add_sensor_nodes_and_props()  local
368 pname = PICL_PROP_DEVFS_PATH; in add_sensor_nodes_and_props()
369 err = add_regular_prop(cnodeh, pname, in add_sensor_nodes_and_props()
379 pname = PICL_PROP_TEMPERATURE; in add_sensor_nodes_and_props()
380 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
449 char *pname, *nodename, *devfs_path; in add_fan_nodes_and_props() local
489 pname = PICL_PROP_DEVFS_PATH; in add_fan_nodes_and_props()
490 err = add_regular_prop(cnodeh, pname, in add_fan_nodes_and_props()
502 pname = PICL_PROP_FAN_SPEED; in add_fan_nodes_and_props()
503 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
515 pname = PICL_PROP_FAN_SPEED_UNIT; in add_fan_nodes_and_props()
516 err = add_regular_prop(cnodeh, pname, in add_fan_nodes_and_props()
592 char pname[PATH_MAX]; in env_parse_tunables() local
595 (void) snprintf(pname, PATH_MAX, PICLD_PLAT_PLUGIN_DIRF, nmbuf); in env_parse_tunables()
596 (void) strlcat(pname, TUNABLE_CONF_FILE, PATH_MAX); in env_parse_tunables()
597 if (access(pname, R_OK) == 0) { in env_parse_tunables()
598 (void) picld_pluginutil_parse_config_file(rooth, pname); in env_parse_tunables()
667 char pname[PATH_MAX]; in get_envmodel_conf_file() local
670 (void) snprintf(pname, PATH_MAX, PICLD_PLAT_PLUGIN_DIRF, nmbuf); in get_envmodel_conf_file()
671 (void) strlcat(pname, ENV_CONF_FILE, PATH_MAX); in get_envmodel_conf_file()
672 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
673 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()
679 (void) snprintf(pname, PATH_MAX, PICLD_PLAT_PLUGIN_DIRF, nmbuf); in get_envmodel_conf_file()
680 (void) strlcat(pname, ENV_CONF_FILE, PATH_MAX); in get_envmodel_conf_file()
681 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
682 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()
687 (void) snprintf(pname, PATH_MAX, "%s/%s", PICLD_COMMON_PLUGIN_DIR, in get_envmodel_conf_file()
690 if (access(pname, R_OK) == 0) { in get_envmodel_conf_file()
691 (void) strlcpy(outfilename, pname, PATH_MAX); in get_envmodel_conf_file()