Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c195 struct componentname *cnp, user_addr_t fsmountargs,
227 … const char *fsname, vfs_context_t ctx, boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_i…
1000 struct componentname *cnp, user_addr_t fsmountargs, int flags, uint32_t internal_flags, in mount_common() argument
1314 …_Static_assert(sizeof(char **) == sizeof(fsmountargs), "fsmountargs should fit a (kernel) address"… in mount_common()
1315 char **devnamepp = (char **)fsmountargs; in mount_common()
1319 fsmountargs = USER_ADDR_NULL; in mount_common()
1328 if ((error = copyin(fsmountargs, (caddr_t)&devpath, sizeof(devpath)))) { in mount_common()
1331 fsmountargs += sizeof(devpath); in mount_common()
1334 if ((error = copyin(fsmountargs, (caddr_t)&tmp, sizeof(tmp)))) { in mount_common()
1339 fsmountargs += sizeof(tmp); in mount_common()
[all …]