| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event-read.c | 52 static int do_read(void *data, int size) in do_read() function 76 do_read(buf, r); in skip() 85 if (do_read(&data, 4) < 0) in read4() 94 if (do_read(&data, 8) < 0) in read8() 180 if (do_read(buf, size) < 0) { in read_ftrace_printk() 200 if (do_read(buf, 12) < 0) in read_header_files() 214 if (do_read(header_page, size) < 0) { in read_header_files() 230 if (do_read(buf, 13) < 0) in read_header_files() 255 ret = do_read(buf, size); in read_ftrace_file() 281 ret = do_read(buf, size); in read_event_file() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0014-CVE-2019-1010204.patch | 4 Subject: [PATCH] Have gold's File_read::do_read() function check the start 8 * fileread.cc (File_read::do_read): Check start parameter before 27 + * fileread.cc (File_read::do_read): Check start parameter before 37 @@ -385,6 +385,12 @@ File_read::do_read(off_t start, section_
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb.c | 964 static int usb_setup_descriptor(struct usb_device *dev, bool do_read) in usb_setup_descriptor() argument 992 if (do_read && dev->speed == USB_SPEED_FULL) { in usb_setup_descriptor() 1039 static int usb_prepare_device(struct usb_device *dev, int addr, bool do_read, in usb_prepare_device() argument 1055 err = usb_setup_descriptor(dev, do_read); in usb_prepare_device() 1079 if (!do_read) { in usb_prepare_device() 1171 int usb_setup_device(struct usb_device *dev, bool do_read, in usb_setup_device() argument 1181 ret = usb_prepare_device(dev, addr, do_read, parent); in usb_setup_device() 1199 bool do_read = true; in usb_new_device() local 1209 do_read = false; in usb_new_device() 1211 err = usb_setup_device(dev, do_read, dev->parent); in usb_new_device()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | read.c | 15 int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function 78 read, 6, 0, do_read,
|
| H A D | pmic.c | 110 static int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function 184 U_BOOT_CMD_MKENT(read, 2, 1, do_read, "", ""),
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | formats_i.c | 417 #define do_read(type, f, n) do { \ in lsx_read_fields() macro 446 case 'b': do_read(uint8_t, b, r); break; in lsx_read_fields() 447 case 'h': do_read(uint16_t, w, r); break; in lsx_read_fields() 448 case 'i': do_read(uint32_t, dw, r); break; in lsx_read_fields() 449 case 'q': do_read(uint64_t, qw, r); break; in lsx_read_fields() 467 #undef do_read in lsx_read_fields()
|
| /OK3568_Linux_fs/kernel/tools/spi/ |
| H A D | spidev_fdx.c | 18 static void do_read(int fd, int len) in do_read() function 155 do_read(fd, readcount); in main()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | r852.c | 172 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() argument 181 dev->dma_dir = do_read; in r852_do_dma() 185 dbg_verbose("doing dma %s ", do_read ? "read" : "write"); in r852_do_dma() 189 dev->dma_state = do_read ? DMA_INTERNAL : DMA_MEMORY; in r852_do_dma() 198 do_read ? DMA_FROM_DEVICE : DMA_TO_DEVICE); in r852_do_dma() 206 if (!do_read) in r852_do_dma() 223 if (do_read && bounce) in r852_do_dma()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | subpage_prot.c | 52 static inline void do_read(const volatile void *addr) in do_read() function 122 do_read(addr); in run_test()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | stresstest.c | 74 static int do_read(void) in do_read() function 131 return do_read(); in do_operation()
|
| /OK3568_Linux_fs/kernel/drivers/net/appletalk/ |
| H A D | ltpc.c | 244 static int do_read(struct net_device *dev, void *cbuf, int cbuflen, 672 static int do_read(struct net_device *dev, void *cbuf, int cbuflen, in do_read() function 707 return do_read(dev, &c, sizeof(c.getflags),&c,0); in read_30() 839 aa->s_node = do_read(dev,&c,sizeof(c),&c,0); in ltpc_ioctl()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.su | |
| H A D | f_mass_storage.c | 685 static int do_read(struct fsg_common *common) in do_read() function 1880 reply = do_read(common); in do_scsi_command() 1890 reply = do_read(common); in do_scsi_command() 1900 reply = do_read(common); in do_scsi_command()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 359 static int do_read(const char *path, const char *expected) in do_read() function 397 err = do_read(path, "abcd"); in test_file_iter() 414 do_read(path, "ABCD"); in test_file_iter()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_comp.c | 340 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read() function 586 state = do_read(qp, pkt, wqe); in rxe_completer()
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 733 self.do_read = True 780 self.do_read = False 786 self.do_read = True 807 if not self.do_read:
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cavium.c | 298 static void do_read(struct cvm_mmc_host *host, struct mmc_request *req, in do_read() function 473 do_read(host, req, rsp_sts & MIO_EMM_RSP_STS_DBUF); in cvm_mmc_interrupt()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 820 int usb_setup_device(struct usb_device *dev, bool do_read,
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | apm_32.c | 1462 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in do_read() function 1907 .read = do_read,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 620 static int do_read(struct fsg_common *common) in do_read() function 1931 reply = do_read(common); in do_scsi_command() 1942 reply = do_read(common); in do_scsi_command() 1953 reply = do_read(common); in do_scsi_command()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_attr.c | 895 goto do_read; in qla2x00_sysfs_read_xgmac_stats() 906 do_read: in qla2x00_sysfs_read_xgmac_stats() 949 goto do_read; in qla2x00_sysfs_read_dcbx_tlv() 965 do_read: in qla2x00_sysfs_read_dcbx_tlv()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |