Home
last modified time | relevance | path

Searched refs:O_READ (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/lib/debugfs/
Ddevroot.c18 {"dev", CHDIR | DEV_ROOT_QDEV, 0, O_READ},
19 {"blobs", CHDIR | DEV_ROOT_QBLOBS, 0, O_READ},
20 {"fip", CHDIR | DEV_ROOT_QFIP, 0, O_READ}
Dblobs.h10 {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ},
11 {"fip.bin", DEV_ROOT_QBLOBCTL + 1, 0x100000, O_READ, (void *)0x8000000}
Ddevfip.c165 entry.size, n, O_READ); in fipgen()
168 make_dir_entry(c, dir, unk, entry.size, n, O_READ); in fipgen()
263 cspec = path_to_channel(spec, O_READ); in fipmount()
Ddev.c78 if ((mode & O_READ) && (mode & (O_WRITE | O_RDWR))) { in is_valid_mode()
81 if ((mode & O_WRITE) && (mode & (O_READ | O_RDWR))) { in is_valid_mode()
84 if ((mode & O_RDWR) && (mode & (O_READ | O_WRITE))) { in is_valid_mode()
735 cn = path_to_channel(new, O_READ); in add_mount_point()
/external/arm-trusted-firmware/include/lib/
Ddebugfs.h39 #define O_READ (1 << 0) macro
/external/arm-trusted-firmware/docs/components/
Darm-sip-service.rst205 O_READ = 1 << 0,