Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 11 of 11) sorted by relevance

/tools/libfsimage/xfs/
A Dfsys_xfs.c407 #define tail ((xfs_dir2_block_tail_t *)dirbuf) in first_dentry() macro
408 filepos = xfs.dirbsize - sizeof(*tail); in first_dentry()
409 xfs_read (ffi, dirbuf, sizeof(*tail)); in first_dentry()
410 xfs.dirmax = le32 (tail->count) - le32 (tail->stale); in first_dentry()
411 #undef tail in first_dentry()
/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub2215 # the 'exec tail' line above.
223 # the 'exec tail' line above.
A Ddebian-wheezy-hvm.grub297 # the 'exec tail' line above.
A Dfedora-19.grub2108 # the 'exec tail' line above.
A Drhel-7-beta.grub2109 # the 'exec tail' line above.
A Dfedora-16-with-xen.grub2102 # the 'exec tail' line above.
/tools/xl/
A Dcheck-xl-vcpupin-parse144 awk '{print $4}' | uniq -c | tail -1 | awk '{print $1}'`
/tools/ocaml/xenstored/
A Dtrie.mli56 as one may wants to remove value associated to a key. This function is not tail-recursive. *)
/tools/ocaml/libs/xc/
A Dxenctrl.ml234 * except it is tail recursive, whereas [List.concat] isn't.
/tools/xentrace/
A Dxenalyze.c1881 struct cr3_value_struct *head, **tail; member
1893 struct interval_list *head, **tail; member
2479 *P.interval.list.tail = p; in interval_list_add()
2482 P.interval.list.tail = &p->next; in interval_list_add()
3939 *P.cr3.tail = p; in cr3_switch()
3942 P.cr3.tail = &p->gnext; in cr3_switch()
/tools/
A Dconfigure6483 OCAMLLIB=`$OCAMLC -where 2>/dev/null || $OCAMLC -v|tail -1|cut -d ' ' -f 4`

Completed in 45 milliseconds