HomeSort by: relevance | last modified time | path
    Searched defs:testd (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
subr.c 265 struct psshfs_dir *olddir, *testd; local in function:sftp_readdir
362 testd = lookup(olddir, nent, psn->dir[idx].entryname);
363 if (testd) {
364 psn->dir[idx].entry = testd->entry;
369 if (testd->entry) {
370 setpnva(pu, testd->entry,
373 = testd->entry->pn_va.va_fileid;
389 = testd->va.va_fileid;
390 testd->va = psn->dir[idx].va;
subr.c 265 struct psshfs_dir *olddir, *testd; local in function:sftp_readdir
362 testd = lookup(olddir, nent, psn->dir[idx].entryname);
363 if (testd) {
364 psn->dir[idx].entry = testd->entry;
369 if (testd->entry) {
370 setpnva(pu, testd->entry,
373 = testd->entry->pn_va.va_fileid;
389 = testd->va.va_fileid;
390 testd->va = psn->dir[idx].va;
subr.c 265 struct psshfs_dir *olddir, *testd; local in function:sftp_readdir
362 testd = lookup(olddir, nent, psn->dir[idx].entryname);
363 if (testd) {
364 psn->dir[idx].entry = testd->entry;
369 if (testd->entry) {
370 setpnva(pu, testd->entry,
373 = testd->entry->pn_va.va_fileid;
389 = testd->va.va_fileid;
390 testd->va = psn->dir[idx].va;
subr.c 265 struct psshfs_dir *olddir, *testd; local in function:sftp_readdir
362 testd = lookup(olddir, nent, psn->dir[idx].entryname);
363 if (testd) {
364 psn->dir[idx].entry = testd->entry;
369 if (testd->entry) {
370 setpnva(pu, testd->entry,
373 = testd->entry->pn_va.va_fileid;
389 = testd->va.va_fileid;
390 testd->va = psn->dir[idx].va;

Completed in 48 milliseconds