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

  /src/sys/compat/linux/common/
linux_fcntl.h 183 struct LINUX##_##FLOCK lfl; \
186 if ((fl_error = copyin(arg, &lfl, sizeof lfl))) \
188 LINUX##_to_bsd_##FLOCK(&bfl, &lfl); \
192 bsd_to_##LINUX##_##FLOCK(&lfl, &bfl); \
193 return copyout(&lfl, arg, sizeof lfl); \
197 struct LINUX##_##FLOCK lfl; \
200 if ((fl_error = copyin(arg, &lfl, sizeof lfl))) \
    [all...]
linux_socket.c 194 int lfl; member in struct:__anon2344
264 int i, lfl, bfl; local
272 lfl = bsd_to_linux_msg_flags_[i].lfl;
274 if (lfl == 0)
277 if (lflag & lfl) {
291 int i, lfl, bfl; local
299 lfl = bsd_to_linux_msg_flags_[i].lfl;
305 if (lfl < 0
    [all...]
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 185 int lfl; member in struct:__anon7512
208 int bfl, lfl; local
216 lfl = bsd_to_native_msg_flags_[i].lfl;
218 if (lflag & lfl) {
219 lflag ^= lfl;
240 lflag |= bsd_to_native_msg_flags_[i].lfl;
  /src/external/bsd/pcc/dist/pcc/
configure 4795 for ac_lib in '' -lfl -ll; do
  /src/external/bsd/flex/dist/
configure 1489 --disable-libfl do not build -lfl runtime support library
14418 for ac_lib in '' -lfl -ll; do
  /src/external/bsd/libpcap/dist/
configure 9360 for ac_cv_lib_lex in 'none needed' -lfl -ll 'not found'; do
  /src/external/bsd/nsd/dist/
configure 5737 for ac_cv_lib_lex in 'none needed' -lfl -ll 'not found'; do
  /src/external/gpl3/binutils/dist/binutils/
configure 13003 for ac_lib in '' -lfl -ll; do
  /src/external/gpl3/binutils/dist/gas/
configure 13499 for ac_lib in '' -lfl -ll; do
  /src/external/gpl3/binutils/dist/ld/
configure 18519 for ac_lib in '' -lfl -ll; do
  /src/external/gpl3/binutils.old/dist/binutils/
configure 12629 for ac_lib in '' -lfl -ll; do
  /src/external/gpl3/binutils.old/dist/gas/
configure 13136 for ac_lib in '' -lfl -ll; do
  /src/external/gpl3/binutils.old/dist/ld/
configure 18116 for ac_lib in '' -lfl -ll; do
  /src/crypto/external/bsd/heimdal/dist/
configure 15789 for ac_cv_lib_lex in 'none needed' -lfl -ll 'not found'; do
  /src/external/bsd/unbound/dist/
configure 7407 for ac_cv_lib_lex in 'none needed' -lfl -ll 'not found'; do
  /src/external/lgpl3/gmp/dist/
configure 27906 for ac_lib in '' -lfl -ll; do

Completed in 191 milliseconds