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

  /src/sys/compat/linux/common/
linux_file.c 297 struct sys_fcntl_args fca; local in function:linux_sys_fcntl
324 SCARG(&fca, fd) = fd;
325 SCARG(&fca, cmd) = F_GETFL;
326 SCARG(&fca, arg) = arg;
327 if ((error = sys_fcntl(l, &fca, retval)))
366 SCARG(&fca, fd) = fd;
367 SCARG(&fca, cmd) = F_SETFL;
368 SCARG(&fca, arg) = (void *) val;
370 error = sys_fcntl(l, &fca, retval);
469 SCARG(&fca, fd) = fd
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fpsp.sa 686 dc.l $ff8460ff,$00003fca,$2f00f23c,$44803f80

Completed in 16 milliseconds