Searched refs:l_flags (Results 1 – 9 of 9) sorted by relevance
77 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()
150 int l_flags; member
108 linux_common_openflags(int l_flags) in linux_common_openflags() argument113 switch (l_flags & LINUX_O_ACCMODE) { in linux_common_openflags()123 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()131 if (l_flags & LINUX_O_NONBLOCK) 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()[all …]
81 Elf32_Word l_flags; /* Flags (LL_*). */ member
90 Elf64_Word l_flags; /* Flags (LL_*). */ member
3806 led->l_flags |= BWI_LED_F_ACTLOW; in bwi_led_attach()3814 led->l_flags |= BWI_LED_F_BLINK; in bwi_led_attach()3816 led->l_flags |= BWI_LED_F_POLLABLE; in bwi_led_attach()3818 led->l_flags |= BWI_LED_F_SLOW; in bwi_led_attach()3822 if (led->l_flags & BWI_LED_F_SLOW) in bwi_led_attach()3829 led->l_act, led->l_flags & BWI_LED_F_ACTLOW); in bwi_led_attach()3837 if (led->l_flags & BWI_LED_F_ACTLOW) in bwi_led_onoff()3870 if ((led->l_flags & BWI_LED_F_BLINK) && in bwi_led_newstate()3912 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0) in bwi_led_event()3950 if (led->l_flags & BWI_LED_F_SLOW) { in bwi_led_blink_start()
314 uint8_t l_flags; /* BWI_LED_F_ */ member
2448 Elf32_Word l_flags; /* Flags (LL_*). */ member2457 Elf64_Word l_flags; /* Flags (LL_*). */ member
4245 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()