Home
last modified time | relevance | path

Searched refs:sbuf2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1589 struct stat sbuf2; in lock() local
1634 if (fstat(fd, &sbuf2) == -1) { in lock()
1637 if (sbuf1.st_dev != sbuf2.st_dev || in lock()
1638 sbuf1.st_ino != sbuf2.st_ino) { in lock()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9699 struct stat sbuf2; local
9766 if (fstat(fd, &sbuf2) == -1) {
9772 if (sbuf1.st_dev != sbuf2.st_dev ||
9773 sbuf1.st_ino != sbuf2.st_ino) {