HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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...]

Completed in 57 milliseconds