Home | History | Annotate | Download | only in fstat

Lines Matching defs:ntnode

53 	struct ntnode ntnode;
57 /* to get the ntnode, we have to go in two steps - firstly
59 * of ntnode and reading its contents */
64 if (!KVM_READ(FTONT(&fn), &ntnode, sizeof (ntnode))) {
65 dprintf("can't read ntnode at %p for pid %d", FTONT(&fn), Pid);
68 if (!KVM_READ(ntnode.i_mp, &ntm, sizeof (ntm))) {
74 fsp->fsid = ntnode.i_dev & 0xffff;
75 fsp->fileid = ntnode.i_number;