Lines Matching defs:phys_path
154 char phys_path[PATH_MAX];
266 (void) strncpy((char *)phys_path, &pcibus_list[i][0],
269 strtok((char *)phys_path, ":")) != NULL)) {
1057 char phys_path[PATH_MAX], *path;
1191 (void) strcpy(phys_path, "/devices");
1192 (void) strncat(phys_path, path, strlen(path));
1196 (char *)phys_path) != NULL)) {
1199 phys_path);
1205 (void) strncat(phys_path, ":", 1);
1206 (void) strncat(phys_path,
1213 phys_path);
1216 if ((fd = open(phys_path, O_RDWR)) < 0) {
1219 "with errno %d\n"), phys_path, errno);
1273 if (fcode_load_file(fcode_fd, phys_path,
1277 phys_path);
1280 phys_path);
1589 handle_emulex_error(int fcio_errno, char *phys_path) {
1604 phys_path);