Searched refs:ap_path (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 132 char *ap_path[1]; in adjust_dynamic_ap() local 157 ap_path[0] = dev_phys; in adjust_dynamic_ap() 159 if (config_list_ext_poll(1, ap_path, &list_array, &nlist, 0) in adjust_dynamic_ap() 173 disk_ap_is_scsi(const char *ap_path) in disk_ap_is_scsi() argument 175 return (strstr(ap_path, ":scsi:") != NULL); in disk_ap_is_scsi() 191 char *ap_path[1]; in disk_ap_state_to_hotplug_state() local 199 ap_path[0] = adj_app; in disk_ap_state_to_hotplug_state() 202 rv = config_list_ext_poll(1, ap_path, &list_array, &nlist, in disk_ap_state_to_hotplug_state() 215 ap_path[0] = devices_app; in disk_ap_state_to_hotplug_state() 217 rv = config_list_ext_poll(1, ap_path, &list_array, &nlist, in disk_ap_state_to_hotplug_state() [all …]
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bay.c | 115 char *ap_path, *oc_path; in bay_pgroups() local 131 ap_path = topo_mod_alloc(mod, MAXPATHLEN); in bay_pgroups() 132 if (ap_path == NULL) { in bay_pgroups() 136 (void) snprintf(ap_path, MAXPATHLEN, "%s%s:%s", DEVICES, in bay_pgroups() 138 topo_mod_dprintf(mod, "%s: ap_path(%s)\n", f, ap_path); in bay_pgroups() 142 TOPO_PROP_IMMUTABLE, ap_path, &err); in bay_pgroups() 146 topo_mod_free(mod, ap_path, MAXPATHLEN); in bay_pgroups() 150 topo_mod_free(mod, ap_path, MAXPATHLEN); in bay_pgroups()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_bay.c | 121 char *ap_path; in pi_bay_pgroups() local 135 ap_path = topo_mod_alloc(mod, MAXPATHLEN); in pi_bay_pgroups() 136 if (ap_path == NULL) { in pi_bay_pgroups() 143 (void) snprintf(ap_path, MAXPATHLEN, "%s%s", DEVICES, in pi_bay_pgroups() 145 topo_mod_dprintf(mod, "pi_bay_pgroups: ap_path (%s)\n", ap_path); in pi_bay_pgroups() 149 TOPO_PROP_IMMUTABLE, ap_path, &err); in pi_bay_pgroups() 153 topo_mod_free(mod, ap_path, MAXPATHLEN); in pi_bay_pgroups() 157 topo_mod_free(mod, ap_path, MAXPATHLEN); in pi_bay_pgroups()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | cfg_link.c | 676 char *ap_path, int ap_pathsz, char **pathret) in pci_cfg_ap_path() argument 790 (void) strlcpy(ap_path, pathptr, ap_pathsz); in pci_cfg_ap_path() 805 (void) strlcpy(ap_path, pathend, ap_pathsz); in pci_cfg_ap_path() 824 (void) strlcpy(ap_path, buf, ap_pathsz); in pci_cfg_ap_path() 847 ap_path[ap_pathsz - 1] = '\0'; in pci_cfg_ap_path() 869 char *ap_path, int ap_pathsz) in pci_cfg_ap_legacy() argument 882 (void) strlcpy(ap_path, di_minor_name(minor), ap_pathsz); in pci_cfg_ap_legacy() 1073 #define ap_pathsz (sizeof (ap_path)) in pci_cfg_creat_cb() 1075 char ap_path[CFGA_LOG_EXT_LEN]; in pci_cfg_creat_cb() local 1108 rv = pci_cfg_ap_path(minor, node, ph, ap_path, ap_pathsz, in pci_cfg_creat_cb() [all …]
|