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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1588 struct stat sbuf1; local
1612 if (lstat(LOCK_FILE, &sbuf1) == -1) {
1620 if (!S_ISREG(sbuf1.st_mode) ||
1621 sbuf1.st_nlink != 1 ||
1622 sbuf1.st_uid != 0 ||
1623 sbuf1.st_size != 0) {
1637 if (sbuf1.st_dev != sbuf2.st_dev ||
1638 sbuf1.st_ino != sbuf2.st_ino) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9698 struct stat sbuf1; local
9738 if (lstat(IPQOS_CONF_LOCK_FILE, &sbuf1) == -1) {
9749 if (!S_ISREG(sbuf1.st_mode) ||
9750 sbuf1.st_nlink != 1 ||
9751 sbuf1.st_uid != 0 ||
9752 sbuf1.st_size != 0) {
9772 if (sbuf1.st_dev != sbuf2.st_dev ||
9773 sbuf1.st_ino != sbuf2.st_ino) {

Completed in 88 milliseconds