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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c63 uint64_t f_idx; member in struct:fuid_domain
77 if (node1->f_idx < node2->f_idx)
79 else if (node1->f_idx > node2->f_idx)
153 domnode->f_idx = idx;
187 searchnode.f_idx = idx;
263 domnode->f_idx) == 0);
332 return (findnode->f_idx);
346 retidx = domnode->f_idx
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmdebugread.c567 int f_idx = fh - debug_info->fdr;
571 for (p = pending_list[f_idx]; p; p = p->next)
582 int f_idx = fh - debug_info->fdr;
593 p->next = pending_list[f_idx];
594 pending_list[f_idx] = p;
2232 int f_idx, s_idx;
2346 for (f_idx = -1; f_idx < hdr->ifdMax; f_idx++)
2348 fdr_to_pst[f_idx]
561 int f_idx = fh - debug_info->fdr; local
576 int f_idx = fh - debug_info->fdr; local
2224 int f_idx, s_idx; local
[all...]

Completed in 110 milliseconds