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