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

  /src/sys/external/bsd/gnu-efi/dist/lib/
lock.c 13 Implements FLOCK
27 IN OUT FLOCK *Lock,
45 Lock - The FLOCK structure to initialize
64 IN FLOCK *Lock
89 IN FLOCK *Lock
  /src/sys/compat/linux/common/
linux_fcntl.h 41 * The arguments in the flock structure have a different order from the
142 * The next two functions take care of converting the flock
148 #define conv_linux_flock(LINUX, FLOCK) \
150 bsd_to_##LINUX##_##FLOCK(struct LINUX##_##FLOCK *lfp, const struct flock *bfp) \
154 LINUX##_to_bsd_##FLOCK(struct flock *bfp, const struct LINUX##_##FLOCK *lfp) \
182 #define do_linux_getlk(fd, cmd, arg, LINUX, FLOCK) do {
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtlock.c 13 Implements FLOCK
31 IN FLOCK *Lock
70 IN FLOCK *Lock
  /src/sys/external/bsd/gnu-efi/dist/inc/
efirtlib.h 185 IN FLOCK *Lock
191 IN FLOCK *Lock
efilink.h 181 } FLOCK;
efilib.h 463 IN OUT FLOCK *Lock,
469 IN FLOCK *Lock
474 IN FLOCK *Lock
  /src/lib/librumphijack/
hijack.c 330 { DUALCALL_FLOCK, "flock", RSYS_NAME(FLOCK) },
1636 flock(int fd, int operation) function
1640 DPRINTF(("flock -> %d (operation %d)\n", fd, operation));
1644 op_flock = GETSYSCALL(rump, FLOCK);
1646 op_flock = GETSYSCALL(host, FLOCK);
  /src/external/gpl3/gcc/dist/libgomp/
configure 660 FLOCK
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flock implementation" >&5
16596 $as_echo "$as_me: checking for flock implementation" >&6;}
16597 for ac_prog in flock
16606 if test -n "$FLOCK"; then
16607 ac_cv_prog_FLOCK="$FLOCK" # Let the user override the test.
16626 FLOCK=$ac_cv_prog_FLOCK
16627 if test -n "$FLOCK"; then
16628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLOCK" >&5
16629 $as_echo "$FLOCK" >&6;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
configure 659 FLOCK
16667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flock implementation" >&5
16668 $as_echo "$as_me: checking for flock implementation" >&6;}
16669 for ac_prog in flock
16678 if test -n "$FLOCK"; then
16679 ac_cv_prog_FLOCK="$FLOCK" # Let the user override the test.
16698 FLOCK=$ac_cv_prog_FLOCK
16699 if test -n "$FLOCK"; then
16700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLOCK" >&5
16701 $as_echo "$FLOCK" >&6;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 190 deprecated("internal alias FLOCK was unintentionally available from "
192 alias FLOCK = __fp_lock;
236 deprecated("internal alias FLOCK was unintentionally available from "
238 alias FLOCK = _lock_file;
270 deprecated("internal alias FLOCK was unintentionally available from "
272 alias FLOCK = core.sys.posix.stdio.flockfile;
340 deprecated("internal alias FLOCK was unintentionally available from "
342 alias FLOCK = core.sys.posix.stdio.flockfile;
1483 import core.sys.posix.fcntl : fcntl, flock, off_t;
1487 flock fl = void
    [all...]

Completed in 58 milliseconds