Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/mac/
Dmac_label.c79 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()
Dmac_internal.h155 int l_flags; member
/freebsd-12-stable/sys/compat/linux/
Dlinux_file.c88 linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mode) in linux_common_open() argument
96 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 …]
/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h383 unsigned long l_flags; member
393 unsigned char l_flags[4]; member
/freebsd-12-stable/sys/sys/
Delf32.h83 Elf32_Word l_flags; /* Flags (LL_*). */ member
Delf64.h92 Elf64_Word l_flags; /* Flags (LL_*). */ member
/freebsd-12-stable/sys/dev/bwi/
Dif_bwi.c3813 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()
Dif_bwivar.h315 uint8_t l_flags; /* BWI_LED_F_ */ member
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c8670 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()
DChangeLog-9899968 * readelf.c (process_mips_specific): Print l_flags in liblist in
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2444 Elf32_Word l_flags; /* Flags (LL_*). */ member
2453 Elf64_Word l_flags; /* Flags (LL_*). */ member
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c4169 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()