Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 32) sorted by relevance

12

/xen/tools/libfsimage/fat/
A Dfsys_fat.c278 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; in fat_dir() local
327 for (rest = dirname; (ch = *rest) && !isspace ((uint8_t)ch) && ch != '/'; rest++); in fat_dir()
329 *rest = 0; in fat_dir()
354 *rest = ch; in fat_dir()
460 *(dirname = rest) = ch; in fat_dir()
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c627 char *rest; in ext2fs_dir() local
812 for (rest = dirname; (ch = *rest) && !isspace ((uint8_t)ch) && ch != '/'; in ext2fs_dir()
813 rest++); in ext2fs_dir()
817 *rest = 0; in ext2fs_dir()
824 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir()
840 *rest = ch; in ext2fs_dir()
859 *rest = ch; in ext2fs_dir()
899 *(dirname = rest) = ch; in ext2fs_dir()
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c543 char *rest, *name, ch; in xfs_dir() local
590 for (rest = dirname; (ch = *rest) in xfs_dir()
591 && !isspace ((uint8_t)ch) && ch != '/'; rest++); in xfs_dir()
592 *rest = 0; in xfs_dir()
608 *(dirname = rest) = ch; in xfs_dir()
617 *rest = ch; in xfs_dir()
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c986 char *rest, ch; in reiserfs_dir() local
1111 for (rest = dirname; (ch = *rest) && ! isspace ((uint8_t)ch) && ch != '/'; rest++); in reiserfs_dir()
1112 *rest = 0; in reiserfs_dir()
1188 *rest = ch; in reiserfs_dir()
1193 *rest = ch; in reiserfs_dir()
1194 dirname = rest; in reiserfs_dir()
/xen/docs/figs/
A Dnetwork-basic.fig29 4 0 0 50 -1 0 16 0.0000 4 240 1815 1080 4590 interface, to rest\001
/xen/xen/arch/x86/boot/
A Dbuild32.mk20 while read idx name sz rest; do \
A Dbuild32.lds55 * error. Also keep the rest of the control sections to match GNU LD behavior.
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst87 xen.efi does contain all MB1/MB2/PVH tags included in the rest of the
100 5/16ths of the first page of RAM, with the rest free to use, Xen assumes the
/xen/docs/man/
A Dxen-vbd-interface.7.pandoc119 supply as few hd* devices as possible, and for the rest of the disks,
127 directly to the Linux guest's device number and throw away the rest;
A Dxl-disk-configuration.5.pod82 syntax in the configuration file, it consumes the whole rest of the
A Dxen-tscmode.7.pod104 To understand this in more detail, the rest of this document must
/xen/xen/
A DRules.mk188 $(OBJDUMP) -h $< | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
A DCOPYING254 be a consequence of the rest of this License.
/xen/stubdom/grub.patches/
A D60ext4.diff468 + *rest = ch;
474 *rest = ch;
A D61btrfs.diff3050 + /* fill the rest of linkbuf with the content */
3109 + char *rest;
3115 + for (rest = *dirname;
3116 + (ch = *rest) && !isspace(ch) && ch != '/';
3117 + rest++);
3118 + *rest = 0; /* for substrung() */
3234 + *rest = ch;
3237 + *rest = ch;
3238 + *dirname = rest;
/xen/m4/
A Dpkg.m422 # the same distribution terms that you use for the rest of that program.
/xen/
A DREADME107 untar into xen-unstable. The rest of the instructions
A DSUPPORT.md574 prevent a compromised device model from attacking the rest of the
A DCOPYING304 be a consequence of the rest of this License.
/xen/docs/misc/
A Dnetif-staging-grants.pandoc190 remaining slots as frags for the rest of the data ]
371 region of the packet metadata structure (skb). The rest of the pages
/xen/xen/xsm/flask/policy/
A Daccess_vectors476 # can bypass the rest of the security policy.
/xen/tools/xenmon/
A DCOPYING227 be a consequence of the rest of this License.
/xen/tools/libxc/
A DCOPYING412 be a consequence of the rest of this License.
/xen/tools/libacpi/
A DCOPYING413 be a consequence of the rest of this License.
/xen/xen/common/libelf/
A DCOPYING412 be a consequence of the rest of this License.

Completed in 30 milliseconds

12