Searched refs:l_flags (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/security/mac/
H A Dmac_label.c79 label->l_flags = MAC_FLAG_INITIALIZED;
86 KASSERT(label->l_flags & MAC_FLAG_INITIALIZED,
92 label->l_flags &= ~MAC_FLAG_INITIALIZED;
H A Dmac_internal.h155 int l_flags; member in struct:label
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_file.c93 linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mode) argument
102 switch (l_flags & LINUX_O_ACCMODE) {
112 if (l_flags & LINUX_O_NDELAY)
114 if (l_flags & LINUX_O_APPEND)
116 if (l_flags & LINUX_O_SYNC)
118 if (l_flags & LINUX_O_NONBLOCK)
120 if (l_flags & LINUX_FASYNC)
122 if (l_flags & LINUX_O_CREAT)
124 if (l_flags & LINUX_O_TRUNC)
126 if (l_flags
[all...]
/freebsd-10.2-release/crypto/openssl/util/pl/
H A DVC-32.pl27 $l_flags =~ s/-L("\[^"]+")/\/libpath:$1/g;
28 $l_flags =~ s/-L(\S+)/\/libpath:$1/g;
/freebsd-10.2-release/contrib/binutils/include/elf/
H A Dmips.h385 unsigned long l_flags;
395 unsigned char l_flags[4];
398 /* The l_flags field of an Elf32_Lib structure may contain the
383 unsigned long l_flags; member in struct:__anon538
393 unsigned char l_flags[4]; member in struct:__anon539
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwi.c3866 led->l_flags |= BWI_LED_F_ACTLOW;
3874 led->l_flags |= BWI_LED_F_BLINK;
3876 led->l_flags |= BWI_LED_F_POLLABLE;
3878 led->l_flags |= BWI_LED_F_SLOW;
3882 if (led->l_flags & BWI_LED_F_SLOW)
3889 led->l_act, led->l_flags & BWI_LED_F_ACTLOW);
3897 if (led->l_flags & BWI_LED_F_ACTLOW)
3931 if ((led->l_flags & BWI_LED_F_BLINK) &&
3973 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0)
4011 if (led->l_flags
[all...]
H A Dif_bwivar.h313 uint8_t l_flags; /* BWI_LED_F_ */ member in struct:bwi_led
/freebsd-10.2-release/crypto/openssl/util/
H A Dmk1mf.pl303 $ex_libs="$l_flags$ex_libs" if ($l_flags ne "");
1228 elsif (/^-[lL].*$/) { $l_flags.="$_ "; }
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c8673 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
8689 if (liblist.l_flags == 0)
8707 int flags = liblist.l_flags;
9057 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
9073 liblist.l_version, liblist.l_flags);

Completed in 139 milliseconds