Searched refs:SCFGA_LOCK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c37 #define SCFGA_LOCK "/var/run/cfgadm_scsi" macro
1083 *fdp = open(SCFGA_LOCK, O_RDWR|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR);
1094 cfga_err(errstring, 0, ERRARG_QUIESCE_LOCK, SCFGA_LOCK, 0);
1097 cfga_err(errstring, errno, ERRARG_QUIESCE_LOCK, SCFGA_LOCK, 0);
1102 s_getpid(), SCFGA_LOCK));
1117 s_getpid(), SCFGA_LOCK));
1128 s_getpid(), SCFGA_LOCK));
1136 s_getpid(), SCFGA_LOCK));
1142 cfga_err(errstring, errno, ERRARG_LOCK, SCFGA_LOCK, 0);
1145 s_getpid(), SCFGA_LOCK));
[all...]

Completed in 58 milliseconds