Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_label.c77 label->l_flags = MAC_FLAG_INITIALIZED; in mac_init_label()
84 KASSERT(label->l_flags & MAC_FLAG_INITIALIZED, in mac_destroy_label()
90 label->l_flags &= ~MAC_FLAG_INITIALIZED; in mac_destroy_label()
H A Dmac_internal.h157 int l_flags; member
/freebsd/sys/compat/linux/
H A Dlinux_file.c123 if (l_flags & LINUX_O_NDELAY) in linux_common_openflags()
125 if (l_flags & LINUX_O_APPEND) in linux_common_openflags()
127 if (l_flags & LINUX_O_SYNC) in linux_common_openflags()
129 if (l_flags & LINUX_O_CLOEXEC) in linux_common_openflags()
133 if (l_flags & LINUX_O_ASYNC) in linux_common_openflags()
135 if (l_flags & LINUX_O_CREAT) in linux_common_openflags()
137 if (l_flags & LINUX_O_TRUNC) in linux_common_openflags()
139 if (l_flags & LINUX_O_EXCL) in linux_common_openflags()
141 if (l_flags & LINUX_O_NOCTTY) in linux_common_openflags()
143 if (l_flags & LINUX_O_DIRECT) in linux_common_openflags()
[all …]
/freebsd/sys/sys/
H A Delf32.h81 Elf32_Word l_flags; /* Flags (LL_*). */ member
H A Delf64.h90 Elf64_Word l_flags; /* Flags (LL_*). */ member
/freebsd/sys/dev/bwi/
H A Dif_bwi.c3811 led->l_flags |= BWI_LED_F_ACTLOW; in bwi_led_attach()
3819 led->l_flags |= BWI_LED_F_BLINK; in bwi_led_attach()
3821 led->l_flags |= BWI_LED_F_POLLABLE; in bwi_led_attach()
3823 led->l_flags |= BWI_LED_F_SLOW; in bwi_led_attach()
3827 if (led->l_flags & BWI_LED_F_SLOW) in bwi_led_attach()
3834 led->l_act, led->l_flags & BWI_LED_F_ACTLOW); in bwi_led_attach()
3842 if (led->l_flags & BWI_LED_F_ACTLOW) in bwi_led_onoff()
3875 if ((led->l_flags & BWI_LED_F_BLINK) && in bwi_led_newstate()
3917 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0) in bwi_led_event()
3955 if (led->l_flags & BWI_LED_F_SLOW) { in bwi_led_blink_start()
H A Dif_bwivar.h314 uint8_t l_flags; /* BWI_LED_F_ */ member
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2448 Elf32_Word l_flags; /* Flags (LL_*). */ member
2457 Elf64_Word l_flags; /* Flags (LL_*). */ member
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4245 printf("%-7d %#x", lib->l_version, lib->l_flags); in dump_liblist()
4246 if (lib->l_flags != 0) { in dump_liblist()
4250 if ((l_flag[k].value & lib->l_flags) == in dump_liblist()