Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/boot/
A Dbuild32.mk20 while read idx name sz rest; do \
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vbd-interface.markdown.7119 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.pod.582 syntax in the configuration file, it consumes the whole rest of the
A Dxen-tscmode.pod.7102 To understand this in more detail, the rest of this document must
/xen-4.10.0-shim-comet/xen/
A DRules.mk190 $(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-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff468 + *rest = ch;
474 *rest = ch;
A D61btrfs.diff3061 + /* fill the rest of linkbuf with the content */
3120 + char *rest;
3126 + for (rest = *dirname;
3127 + (ch = *rest) && !isspace(ch) && ch != '/';
3128 + rest++);
3129 + *rest = 0; /* for substrung() */
3245 + *rest = ch;
3248 + *rest = ch;
3249 + *dirname = rest;
/xen-4.10.0-shim-comet/m4/
A Dpkg.m422 # the same distribution terms that you use for the rest of that program.
/xen-4.10.0-shim-comet/
A DREADME106 untar into xen-unstable. The rest of the instructions
A DCOPYING302 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/xsm/flask/policy/
A Daccess_vectors485 # can bypass the rest of the security policy.
/xen-4.10.0-shim-comet/tools/xenmon/
A DCOPYING227 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/tools/libacpi/
A DCOPYING413 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/tools/libxc/
A DCOPYING412 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/xen/common/libelf/
A DCOPYING412 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/tools/xenstore/
A DCOPYING411 be a consequence of the rest of this License.
/xen-4.10.0-shim-comet/tools/ocaml/
A DLICENSE146 This section is intended to make thoroughly clear what is believed to be a consequence of the rest
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DCOPYING403 be a consequence of the rest of this License.

Completed in 31 milliseconds

12