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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c108 int stat_error; local
171 stat_error = stat64(fname, &statbuf);
175 stat_error = fstat64(fd, &statbuf);
188 if (stat_error == 0) {
252 int stat_error; local
257 stat_error = stat64(acl_inp->file, &statbuf);
258 if (stat_error)
262 stat_error = fstat64(acl_inp->fd, &statbuf);
263 if (stat_error)
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c591 E1000G_STAT(rx_ring->stat_error);
H A De1000g_stat.c181 e1000g_ksp->rx_error.value.ul = rx_ring->stat_error;
H A De1000g_sw.h804 uint32_t stat_error; member in struct:_e1000g_rx_ring

Completed in 372 milliseconds