Searched refs:muap (Results 1 – 2 of 2) sorted by relevance
394 struct __mac_mount_args muap; in mount() local396 muap.type = uap->type; in mount()397 muap.path = uap->path; in mount()398 muap.flags = uap->flags; in mount()399 muap.data = uap->data; in mount()400 muap.mac_p = USER_ADDR_NULL; in mount()401 return __mac_mount(p, &muap, retval); in mount()3369 struct __mac_getfsstat_args muap; in getfsstat() local3371 muap.buf = uap->buf; in getfsstat()3372 muap.bufsize = uap->bufsize; in getfsstat()[all …]
4488 struct __mac_execve_args muap; in execve() local4493 muap.fname = uap->fname; in execve()4494 muap.argp = uap->argp; in execve()4495 muap.envp = uap->envp; in execve()4496 muap.mac_p = USER_ADDR_NULL; in execve()4497 err = __mac_execve(p, &muap, retval); in execve()