HomeSort by: relevance | last modified time | path
    Searched refs:hfs (Results 1 - 21 of 21) sorted by relevancy

  /src/sbin/mount_hfs/
mount_hfs.h 31 #include <fs/hfs/hfs.h>
mount_hfs.c 73 #include <fs/hfs/hfs.h>
  /src/sys/fs/hfs/
Makefile 3 INCSDIR= /usr/include/fs/hfs
5 INCS= hfs.h libhfs.h
hfs.h 1 /* $NetBSD: hfs.h,v 1.12 2020/07/24 05:26:37 skrll Exp $ */
49 #include <fs/hfs/libhfs.h>
107 size_t devblksz; /* device block size (NOT HFS+ allocation block size)*/
189 VFS_PROTOS(hfs);
hfs_vfsops.c 98 * Apple HFS+ filesystem
134 #include <fs/hfs/hfs.h>
135 #include <fs/hfs/libhfs.h>
137 MODULE(MODULE_CLASS_VFS, hfs, NULL);
139 MALLOC_JUSTDEFINE(M_HFSMNT, "hfs mount", "hfs mount structures");
292 printf("HFS: live remounting not yet supported!\n");
hfs_subr.c 51 #include <fs/hfs/hfs.h>
112 printf("hfs: ");
114 printf("hfs: ");
345 /* Convert from HFS+ time representation to UNIX time since epoch. */
350 * HFS+ time is calculated in seconds since midnight, Jan 1st, 1904.
hfs_vnops.c 100 * Apple HFS+ filesystem
130 #include <fs/hfs/hfs.h>
131 #include <fs/hfs/unicode.h>
319 hfs_catalog_key_t key; /* hfs+ catalog search key for requested child */
598 * XXX Cannot trust permissions/modes/flags stored in an HFS+ catalog
627 DPRINTF(("hfs+: hfs_vop_getattr(): invalid record type %i",
  /src/usr.sbin/puffs/rump_hfs/
Makefile 4 MOUNTNAME= hfs
rump_hfs.c 31 #include <fs/hfs/hfs.h>
  /src/sys/modules/hfs/
Makefile 5 .PATH: ${S}/fs/hfs
7 KMOD= hfs
  /src/tests/fs/hfs/
Makefile 6 TESTSDIR= ${TESTSBASE}/fs/hfs
10 FILES= colon.hfs.bz2.uue
t_pathconvert.c 19 #include <fs/hfs/hfs.h>
26 atf_tc_set_md_var(tc, "descr", "HFS+ colons/slashes (PR kern/44523)");
30 #define IMGNAME "colon.hfs"
43 snprintf(thecmd, sizeof(thecmd), "uudecode %s/colon.hfs.bz2.uue",
  /src/etc/etc.macppc/
Makefile.inc 19 # mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
25 -hfs -part -hide-hfs-list ${ETCMACHINEDIR}/hide-hfs.lst \
28 -boot-hfs-file ${BOOTHFS}
  /src/sys/fs/
Makefile 3 SUBDIR= adosfs autofs cd9660 efs filecorefs hfs msdosfs nilfs ntfs ptyfs \
  /src/sys/rump/fs/lib/libhfs/
Makefile 4 .PATH: ${.CURDIR}/../../../../fs/hfs
7 COMMENT=Apple HFS+
  /src/tests/fs/
Makefile 9 TESTS_SUBDIRS+= ffs fifofs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
  /src/sys/arch/macppc/stand/ofwboot/
hfs.c 1 /* $NetBSD: hfs.c,v 1.5 2005/12/11 12:18:06 christos Exp $ */
34 #include <hfs.h>
Makefile 11 SRCS= Locore.c boot.c ofdev.c hfs.c net.c netif_of.c \
ofdev.c 57 #include "hfs.h"
126 static struct fs_ops file_system_hfs = FS_OPS(hfs);
  /src/tests/lib/libc/gen/
t_humanize_number.c 119 formatflags(char *buf, size_t buflen, const struct hnflags *hfs,
133 hf = &hfs[i];
  /src/sys/modules/
Makefile 80 SUBDIR+= hfs

Completed in 32 milliseconds