Home
last modified time | relevance | path

Searched refs:mode_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c34 static const mode_t mode_flags[] = { variable
63 if (mode & mode_flags[i+j]) { in bb_mode_string()
68 if (mode & mode_flags[i+j]) { in bb_mode_string()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c153 int mode_flags; in rkvop_mode_set() local
165 mode_flags = 0; /* RGB888 */ in rkvop_mode_set()
168 mode_flags = 15; /* RGBaaa */ in rkvop_mode_set()
171 V_DSP_OUT_MODE(mode_flags)); in rkvop_mode_set()
/openbmc/qemu/linux-user/
H A Dstrace.c1064 UNUSED static const struct flags mode_flags[] = { variable
1631 for (m = &mode_flags[0]; m->f_string != NULL; m++) { in print_file_mode()