Searched refs:l_flags (Results 1 – 12 of 12) sorted by relevance
79 label->l_flags = MAC_FLAG_INITIALIZED; in mac_init_label()86 KASSERT(label->l_flags & MAC_FLAG_INITIALIZED, in mac_destroy_label()92 label->l_flags &= ~MAC_FLAG_INITIALIZED; in mac_destroy_label()
155 int l_flags; member
88 linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mode) in linux_common_open() argument96 switch (l_flags & LINUX_O_ACCMODE) { in linux_common_open()106 if (l_flags & LINUX_O_NDELAY) in linux_common_open()108 if (l_flags & LINUX_O_APPEND) in linux_common_open()110 if (l_flags & LINUX_O_SYNC) in linux_common_open()112 if (l_flags & LINUX_O_CLOEXEC) in linux_common_open()114 if (l_flags & LINUX_O_NONBLOCK) in linux_common_open()116 if (l_flags & LINUX_O_ASYNC) in linux_common_open()118 if (l_flags & LINUX_O_CREAT) in linux_common_open()120 if (l_flags & LINUX_O_TRUNC) in linux_common_open()[all …]
383 unsigned long l_flags; member393 unsigned char l_flags[4]; member
83 Elf32_Word l_flags; /* Flags (LL_*). */ member
92 Elf64_Word l_flags; /* Flags (LL_*). */ member
3813 led->l_flags |= BWI_LED_F_ACTLOW; in bwi_led_attach()3821 led->l_flags |= BWI_LED_F_BLINK; in bwi_led_attach()3823 led->l_flags |= BWI_LED_F_POLLABLE; in bwi_led_attach()3825 led->l_flags |= BWI_LED_F_SLOW; in bwi_led_attach()3829 if (led->l_flags & BWI_LED_F_SLOW) in bwi_led_attach()3836 led->l_act, led->l_flags & BWI_LED_F_ACTLOW); in bwi_led_attach()3844 if (led->l_flags & BWI_LED_F_ACTLOW) in bwi_led_onoff()3877 if ((led->l_flags & BWI_LED_F_BLINK) && in bwi_led_newstate()3919 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0) in bwi_led_event()3957 if (led->l_flags & BWI_LED_F_SLOW) { in bwi_led_blink_start()
315 uint8_t l_flags; /* BWI_LED_F_ */ member
8670 liblist.l_flags = BYTE_GET (elib[cnt].l_flags); in process_mips_specific()8686 if (liblist.l_flags == 0) in process_mips_specific()8704 int flags = liblist.l_flags; in process_mips_specific()9054 liblist.l_flags = BYTE_GET (elib[cnt].l_flags); in process_gnu_liblist()9070 liblist.l_version, liblist.l_flags); in process_gnu_liblist()
968 * readelf.c (process_mips_specific): Print l_flags in liblist in
2444 Elf32_Word l_flags; /* Flags (LL_*). */ member2453 Elf64_Word l_flags; /* Flags (LL_*). */ member
4169 printf("%-7d %#x", lib->l_version, lib->l_flags); in dump_liblist()4170 if (lib->l_flags != 0) { in dump_liblist()4174 if ((l_flag[k].value & lib->l_flags) == in dump_liblist()