Searched refs:pstp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c256 struct stat64 *pstp, *estp; local
285 pstp = pnp->tn_st;
288 if (pstp->st_ino > bl) {
290 (uint_t)pstp->st_ino);
293 if (pstp->st_ino != pfhp->fh_fid) {
295 (uint_t)pstp->st_ino, (uint_t)pfhp->fh_fid);
303 (void) dbm_setone(bmd, pstp->st_ino);
326 (void) dbm_setone(bmd, (u_longlong_t)pstp->st_ino);
335 (void) dbm_setone(bmd, (u_longlong_t)pstp->st_ino);
338 "m(%u,%u,%u,%u)", (uint_t)pstp
740 struct stat64 *pstp, *estp; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c1483 struct idnstr *stp, **pstp; local
1492 pstp = &idn.strup;
1515 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp) {
1544 stp->ss_nextp = *pstp;
1545 *pstp = stp;
1582 struct idnstr *stp, **pstp; local
1599 pstp = &idn.strup;
1600 for (stp = *pstp; st
[all...]

Completed in 67 milliseconds