Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c199 struct componentname *cnp, user_addr_t fsmountargs,
236 … const char *fsname, vfs_context_t ctx, boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_i…
1081 struct componentname *cnp, user_addr_t fsmountargs, int flags, uint32_t internal_flags, in mount_common() argument
1401 …_Static_assert(sizeof(char **) == sizeof(fsmountargs), "fsmountargs should fit a (kernel) address"… in mount_common()
1402 char **devnamepp = (char **)fsmountargs; in mount_common()
1406 fsmountargs = USER_ADDR_NULL; in mount_common()
1415 if ((error = copyin(fsmountargs, (caddr_t)&devpath, sizeof(devpath)))) { in mount_common()
1418 fsmountargs += sizeof(devpath); in mount_common()
1421 if ((error = copyin(fsmountargs, (caddr_t)&tmp, sizeof(tmp)))) { in mount_common()
1426 fsmountargs += sizeof(tmp); in mount_common()
[all …]