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;157 int l_flags; global() member
108 linux_common_openflags(int l_flags) in linux_common_openflags() argument 113 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 in linux_common_openflags() 156 linux_common_open(struct thread * td,int dirfd,const char * path,int l_flags,int mode,enum uio_seg seg) linux_common_open() argument [all...]
81 Elf32_Word l_flags; /* Flags (LL_*). */ member
90 Elf64_Word l_flags; /* Flags (LL_*). */ member
3811 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()
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()