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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c256 struct stat64 *pstp, *estp; local
308 estp = enp->tn_st;
311 if (estp->st_ino > bl) {
313 (uint_t)estp->st_ino);
316 if (estp->st_ino != efhp->fh_fid) {
317 NDMP_LOG(LOG_DEBUG, "Entry ino mismatch %u %u", estp->st_ino,
325 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino);
333 } else if (estp->st_mtime > ddate) {
334 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino);
339 (uint_t)estp
740 struct stat64 *pstp, *estp; local
[all...]
H A Dndmpd_tar3.c1852 struct stat64 *estp; local
1861 estp = pnp->tn_st;
1864 estp = enp->tn_st;
1872 if (!dbm_getone(bpp->bp_nlp->nlp_bkmap, (u_longlong_t)estp->st_ino)) {
1874 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0;
1879 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0;
1884 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0;
1887 } else if (!S_ISDIR(estp->st_mode) &&
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c380 leaky_subr_estimate(size_t *estp) argument
401 if (mdb_walk("kmem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) {
406 if (*estp == 0) {
411 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c706 leaky_subr_estimate(size_t *estp) argument
726 if (mdb_walk("umem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) {
731 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) {
736 if (*estp == 0) {
744 estp) == -1) {

Completed in 106 milliseconds