Searched refs:filepath (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/tools/snapshots/ |
| HD | dobuild | 84 set filepath = $snapshots/$arch 86 bzip2 < $build/root/usr/obj/release/dfly.iso > $filepath/images/$basename.iso.bz2 87 bzip2 < $build/root/usr/obj/release/dfly.img > $filepath/images/$basename.img.bz2 88 (cd $build/root/usr/obj/release/root; tar cf - boot | bzip2 > $filepath/kernels/$basename.boot.tar.… 89 chmod 644 $filepath/images/$basename.iso.bz2 90 chmod 644 $filepath/images/$basename.img.bz2 91 chmod 644 $filepath/kernels/$basename.boot.tar.bz2 94 pushd $filepath/images 100 pushd $filepath/kernels 110 pushd $filepath
|
| /dragonfly/stand/boot/efi/boot1/ |
| HD | ufs_module.c | 124 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) in load() argument 132 DPRINTF("Loading '%s' from %s\n", filepath, devpath_str(dev->devpath)); in load() 139 if ((ino = lookup(filepath)) == 0) { in load() 140 DPRINTF("Failed to lookup '%s' (file not found?)\n", filepath); in load() 145 printf("Failed to read size of '%s' ino: %d\n", filepath, ino); in load() 152 size, filepath, status); in load() 158 printf("Failed to read '%s' (%zd != %zu)\n", filepath, read, in load()
|
| HD | boot_module.h | 88 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo,
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | hardlink.c | 62 lookup_file_by_inode (const char *filepath) in lookup_file_by_inode() argument 70 file = strrchr (filepath, '/'); in lookup_file_by_inode() 74 file = filepath; in lookup_file_by_inode() 110 p = findnode (hp->data, filepath); in lookup_file_by_inode() 115 p->key = xstrdup (filepath); in lookup_file_by_inode()
|
| /dragonfly/usr.bin/rev/ |
| HD | rev.c | 89 dorev(FILE *fp, const char *filepath) in dorev() argument 103 warn("%s", filepath); in dorev()
|
| /dragonfly/libexec/rbootd/ |
| HD | rmpproto.c | 282 char *filename, filepath[RMPBOOTDATA+1]; in SendBootRepl() local 313 dst1 = filepath; in SendBootRepl() 327 if ((filename = strrchr(filepath, '/')) != NULL) in SendBootRepl() 330 filename = filepath; in SendBootRepl()
|