HomeSort by: relevance | last modified time | path
    Searched refs:bma (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_misc.c 67 struct sys___msync13_args bma; local
74 SCARG(&bma, addr) = SCARG(uap, addr);
75 SCARG(&bma, len) = SCARG(uap, len);
76 SCARG(&bma, flags) = SCARG(uap, flags);
77 return sys___msync13(l, &bma, retval);
92 struct sys_mmap_args bma; local
120 SCARG(&bma, addr) = SCARG(uap, addr);
121 SCARG(&bma, len) = SCARG(uap, len);
122 SCARG(&bma, prot) = prot;
123 SCARG(&bma, flags) = flags
    [all...]
  /src/sys/compat/linux/common/
linux_ipccall.c 220 struct sys_msgsnd_args bma; local
222 SCARG(&bma, msqid) = SCARG(uap, a1);
223 SCARG(&bma, msgp) = SCARG(uap, ptr);
224 SCARG(&bma, msgsz) = SCARG(uap, a2);
225 SCARG(&bma, msgflg) = SCARG(uap, a3);
227 return sys_msgsnd(l, &bma, retval);
233 struct sys_msgrcv_args bma; local
240 SCARG(&bma, msqid) = SCARG(uap, a1);
241 SCARG(&bma, msgp) = kluge.msg;
242 SCARG(&bma, msgsz) = SCARG(uap, a2)
252 struct sys_msgget_args bma; local
    [all...]
linux_file.c 713 struct sys_mkfifoat_args bma; local
715 SCARG(&bma, fd) = SCARG(uap, fd);
716 SCARG(&bma, path) = SCARG(uap, path);
717 SCARG(&bma, mode) = SCARG(uap, mode);
718 return sys_mkfifoat(l, &bma, retval);
  /src/sys/compat/linux32/common/
linux32_ipccall.c 382 struct netbsd32_msgsnd_args bma; local
384 SCARG(&bma, msqid) = SCARG(uap, a1);
385 SCARG(&bma, msgp) = SCARG(uap, ptr);
386 SCARG(&bma, msgsz) = SCARG(uap, a2);
387 SCARG(&bma, msgflg) = SCARG(uap, a3);
389 return netbsd32_msgsnd(l, &bma, retval);
404 struct netbsd32_msgrcv_args bma; local
411 SCARG(&bma, msqid) = SCARG(uap, a1);
412 SCARG(&bma, msgp) = kluge.msg;
413 SCARG(&bma, msgsz) = SCARG(uap, a2)
423 struct sys_msgget_args bma; local
    [all...]

Completed in 21 milliseconds