Searched refs:pstp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 256 struct stat64 *pstp, *estp; in mark_cb() local 285 pstp = pnp->tn_st; in mark_cb() 288 if (pstp->st_ino > bl) { in mark_cb() 290 (uint_t)pstp->st_ino); in mark_cb() 293 if (pstp->st_ino != pfhp->fh_fid) { in mark_cb() 295 (uint_t)pstp->st_ino, (uint_t)pfhp->fh_fid); in mark_cb() 303 (void) dbm_setone(bmd, pstp->st_ino); in mark_cb() 326 (void) dbm_setone(bmd, (u_longlong_t)pstp->st_ino); in mark_cb() 335 (void) dbm_setone(bmd, (u_longlong_t)pstp->st_ino); in mark_cb() 338 "m(%u,%u,%u,%u)", (uint_t)pstp->st_ino, in mark_cb() [all …]
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 1483 struct idnstr *stp, **pstp; in idnopen() local 1492 pstp = &idn.strup; in idnopen() 1515 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp) { in idnopen() 1544 stp->ss_nextp = *pstp; in idnopen() 1545 *pstp = stp; in idnopen() 1582 struct idnstr *stp, **pstp; in idnclose() local 1599 pstp = &idn.strup; in idnclose() 1600 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp) in idnclose() 1605 *pstp = stp->ss_nextp; in idnclose()
|