Searched defs:lom_device_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c124 static char lom_device_path[PATH_MAX]; variable
305 strcpy(lom_device_path, devices_path);
401 *lom_fd = open(lom_device_path, O_RDONLY);
1399 if ((lom_fd = open(lom_device_path, O_RDONLY)) < 0) {
1400 syslog(LOG_ERR, EM_SYS_ERR, lom_device_path, strerror(errno));

Completed in 60 milliseconds