Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c194 struct componentname *cnp, user_addr_t fsmountargs,
226 … const char *fsname, vfs_context_t ctx, boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_i…
674 struct componentname *cnp, user_addr_t fsmountargs, int flags, uint32_t internal_flags, in mount_common() argument
988 …_Static_assert(sizeof(char **) == sizeof(fsmountargs), "fsmountargs should fit a (kernel) address"… in mount_common()
989 char **devnamepp = (char **)fsmountargs; in mount_common()
993 fsmountargs = USER_ADDR_NULL; in mount_common()
1002 if ((error = copyin(fsmountargs, (caddr_t)&devpath, sizeof(devpath)))) { in mount_common()
1005 fsmountargs += sizeof(devpath); in mount_common()
1008 if ((error = copyin(fsmountargs, (caddr_t)&tmp, sizeof(tmp)))) { in mount_common()
1013 fsmountargs += sizeof(tmp); in mount_common()
[all …]