Home
last modified time | relevance | path

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; 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()
339 (uint_t)estp->st_ino, (uint_t)estp->st_mtime, in mark_cb()
350 (uint_t)estp->st_ino, (uint_t)estp->st_mtime, in mark_cb()
364 (uint_t)estp->st_ino, in mark_cb()
369 (uint_t)estp->st_ino, in mark_cb()
740 struct stat64 *pstp, *estp; in marklbrv3_cb() local
787 estp = enp->tn_st; in marklbrv3_cb()
[all …]
H A Dndmpd_tar3.c1852 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c378 leaky_subr_estimate(size_t *estp) in leaky_subr_estimate() argument
399 if (mdb_walk("kmem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) { in leaky_subr_estimate()
404 if (*estp == 0) { in leaky_subr_estimate()
409 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) { in leaky_subr_estimate()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c704 leaky_subr_estimate(size_t *estp) in leaky_subr_estimate() argument
724 if (mdb_walk("umem_cache", (mdb_walk_cb_t)leaky_estimate, estp) == -1) { in leaky_subr_estimate()
729 if (mdb_walk("vmem", (mdb_walk_cb_t)leaky_estimate_vmem, estp) == -1) { in leaky_subr_estimate()
734 if (*estp == 0) { in leaky_subr_estimate()
742 estp) == -1) { in leaky_subr_estimate()