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

/freebsd-11-stable/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-11-stable/sys/compat/linux/
H A Dlinux_file.c91 linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mode) argument
100 switch (l_flags & LINUX_O_ACCMODE) {
110 if (l_flags & LINUX_O_NDELAY)
112 if (l_flags & LINUX_O_APPEND)
114 if (l_flags & LINUX_O_SYNC)
116 if (l_flags & LINUX_O_NONBLOCK)
118 if (l_flags & LINUX_FASYNC)
120 if (l_flags & LINUX_O_CREAT)
122 if (l_flags & LINUX_O_TRUNC)
124 if (l_flags
[all...]
/freebsd-11-stable/sys/sys/
H A Delf64.h90 Elf64_Word l_flags; /* Flags (LL_*). */ member in struct:__anon8484
H A Delf32.h81 Elf32_Word l_flags; /* Flags (LL_*). */ member in struct:__anon8466
/freebsd-11-stable/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-11-stable/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:__anon530
393 unsigned char l_flags[4]; member in struct:__anon531
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c3816 led->l_flags |= BWI_LED_F_ACTLOW;
3824 led->l_flags |= BWI_LED_F_BLINK;
3826 led->l_flags |= BWI_LED_F_POLLABLE;
3828 led->l_flags |= BWI_LED_F_SLOW;
3832 if (led->l_flags & BWI_LED_F_SLOW)
3839 led->l_act, led->l_flags & BWI_LED_F_ACTLOW);
3847 if (led->l_flags & BWI_LED_F_ACTLOW)
3880 if ((led->l_flags & BWI_LED_F_BLINK) &&
3922 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0)
3960 if (led->l_flags
[all...]
H A Dif_bwivar.h313 uint8_t l_flags; /* BWI_LED_F_ */ member in struct:bwi_led
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl320 $ex_libs="$l_flags$ex_libs" if ($l_flags ne "");
1323 elsif (/^-[lL].*$/) { $l_flags.="$_ "; }
/freebsd-11-stable/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);
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2444 Elf32_Word l_flags; /* Flags (LL_*). */ member in struct:__anon39
2453 Elf64_Word l_flags; /* Flags (LL_*). */ member in struct:__anon40
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4149 printf("%-7d %#x", lib->l_version, lib->l_flags);
4150 if (lib->l_flags != 0) {
4154 if ((l_flag[k].value & lib->l_flags) ==

Completed in 166 milliseconds