sunos_misc.c | 139 struct sys_open_args ouap; local in function:sunos_sys_creat 141 SCARG(&ouap, path) = SCARG(uap, path); 142 SCARG(&ouap, flags) = O_WRONLY | O_CREAT | O_TRUNC; 143 SCARG(&ouap, mode) = SCARG(uap, mode); 145 return (sys_open(l, &ouap, retval)); 184 struct sys___msync13_args ouap; local in function:sunos_sys_omsync 186 SCARG(&ouap, addr) = SCARG(uap, addr); 187 SCARG(&ouap, len) = SCARG(uap, len); 188 SCARG(&ouap, flags) = SCARG(uap, flags); 190 return (sys___msync13(l, &ouap, retval)) 196 struct sys_unmount_args ouap; local in function:sunos_sys_unmount 495 struct sys_mmap_args ouap; local in function:sunos_sys_mmap [all...] |