Searched refs:estp (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 256 struct stat64 *pstp, *estp; in mark_cb() local 308 estp = enp->tn_st; in mark_cb() 311 if (estp->st_ino > bl) { in mark_cb() 313 (uint_t)estp->st_ino); in mark_cb() 316 if (estp->st_ino != efhp->fh_fid) { in mark_cb() 317 NDMP_LOG(LOG_DEBUG, "Entry ino mismatch %u %u", estp->st_ino, in mark_cb() 325 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb() 333 } else if (estp->st_mtime > ddate) { in mark_cb() 334 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb() 339 (uint_t)estp->st_ino, (uint_t)estp->st_mtime, in mark_cb() [all …]
|
H A D | ndmpd_tar3.c | 1852 struct stat64 *estp; in shouldskip() local 1861 estp = pnp->tn_st; in shouldskip() 1864 estp = enp->tn_st; in shouldskip() 1872 if (!dbm_getone(bpp->bp_nlp->nlp_bkmap, (u_longlong_t)estp->st_ino)) { in shouldskip() 1874 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0; in shouldskip() 1879 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0; in shouldskip() 1884 *errp = S_ISDIR(estp->st_mode) ? FST_SKIP : 0; in shouldskip() 1887 } else if (!S_ISDIR(estp->st_mode) && in shouldskip()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 380 leaky_subr_estimate(size_t *estp) in leaky_subr_estimate() argument 401 if (mdb_walk("kmem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) { in leaky_subr_estimate() 406 if (*estp == 0) { in leaky_subr_estimate() 411 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) { in leaky_subr_estimate()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 706 leaky_subr_estimate(size_t *estp) in leaky_subr_estimate() argument 726 if (mdb_walk("umem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) { in leaky_subr_estimate() 731 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) { in leaky_subr_estimate() 736 if (*estp == 0) { in leaky_subr_estimate() 744 estp) == -1) { in leaky_subr_estimate()
|