| /OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 375 char *startp, *endp; in parse_cmdline_cpu() local 387 for (startp = s; startp && *startp;) { in parse_cmdline_cpu() 389 if (*startp == ',') { in parse_cmdline_cpu() 390 startp++; in parse_cmdline_cpu() 394 if (*startp == '-') { in parse_cmdline_cpu() 397 startp++; in parse_cmdline_cpu() 398 end_cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu() 399 if (startp == endp) in parse_cmdline_cpu() 408 startp = endp; in parse_cmdline_cpu() 412 if (strncmp(startp, "all", 3) == 0) { in parse_cmdline_cpu() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | execvp.c | 66 char *startp; in execvp_noalloc() local 78 startp = name + 1; in execvp_noalloc() 80 startp = memcpy(name - (p - path), path, p - path); in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | mmap.c | 202 u64 *startp, u64 end) in perf_mmap__read() argument 206 int diff = end - *startp; in perf_mmap__read() 211 event = (union perf_event *)&data[*startp & map->mask]; in perf_mmap__read() 221 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) { in perf_mmap__read() 222 unsigned int offset = *startp; in perf_mmap__read() 237 *startp += size; in perf_mmap__read()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | 8390.c | 83 void NS8390_init(struct net_device *dev, int startp) in NS8390_init() argument 85 __NS8390_init(dev, startp); in NS8390_init()
|
| H A D | 8390p.c | 88 void NS8390p_init(struct net_device *dev, int startp) in NS8390p_init() argument 90 __NS8390_init(dev, startp); in NS8390p_init()
|
| H A D | 8390.h | 33 void NS8390_init(struct net_device *dev, int startp); 51 void NS8390p_init(struct net_device *dev, int startp);
|
| H A D | lib8390.c | 113 static void __NS8390_init(struct net_device *dev, int startp); 1015 static void __NS8390_init(struct net_device *dev, int startp) in __NS8390_init() argument 1062 if (startp) { in __NS8390_init()
|
| H A D | axnet_cs.c | 103 static void AX88190_init(struct net_device *dev, int startp); 1626 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init() argument 1676 if (startp) in AX88190_init()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | eth-uclass.c | 102 const char *startp = NULL; in eth_get_dev_by_name() local 109 startp = devname + len; in eth_get_dev_by_name() 110 seq = simple_strtoul(startp, &endp, 10); in eth_get_dev_by_name() 127 (endp > startp && it->seq == seq)) in eth_get_dev_by_name()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmxtlv.c | 306 uint8 *startp; in bcm_pack_xtlv_buf() local 315 startp = buf; in bcm_pack_xtlv_buf() 337 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 480 u32 *startp = start; in do_checksum32() local 483 sum += *startp; in do_checksum32() 484 startp++; in do_checksum32()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmxtlv.c | 454 uint8 *startp; in bcm_pack_xtlv_buf() local 464 startp = buf; in bcm_pack_xtlv_buf() 487 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmxtlv.c | 454 uint8 *startp; in bcm_pack_xtlv_buf() local 464 startp = buf; in bcm_pack_xtlv_buf() 487 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmxtlv.c | 454 uint8 *startp; in bcm_pack_xtlv_buf() local 464 startp = buf; in bcm_pack_xtlv_buf() 487 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmxtlv.c | 473 uint8 *startp; in bcm_pack_xtlv_buf() local 483 startp = buf; in bcm_pack_xtlv_buf() 506 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmxtlv.c | 473 uint8 *startp; in bcm_pack_xtlv_buf() local 483 startp = buf; in bcm_pack_xtlv_buf() 506 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0010-sunrpc-Adjust-RPC-function-declarations-to-match-Sun.patch | 41 static service_user *startp;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ncr53c8xx.c | 1572 u32 startp; /* Initial data pointer */ member 4332 cp->startp = cp->phys.header.savep; in ncr_queue_command() 6541 u32 startp; in ncr_sir_to_redo() local 6589 cp->phys.header.savep = cp->startp; in ncr_sir_to_redo() 6640 startp = cpu_to_scr(NCB_SCRIPTH_PHYS (np, sdata_in)); in ncr_sir_to_redo() 6642 cp->phys.header.savep = startp; in ncr_sir_to_redo() 6643 cp->phys.header.goalp = startp + 24; in ncr_sir_to_redo() 6644 cp->phys.header.lastp = startp; in ncr_sir_to_redo() 6645 cp->phys.header.wgoalp = startp + 24; in ncr_sir_to_redo() 6646 cp->phys.header.wlastp = startp; in ncr_sir_to_redo()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 3032 u32 startp; local 3143 startp = SCRIPTB_BA(np, sdata_in); 3145 cp->phys.head.savep = cpu_to_scr(startp); 3146 cp->phys.head.lastp = cpu_to_scr(startp); 3147 cp->startp = cpu_to_scr(startp); 3148 cp->goalp = cpu_to_scr(startp + 16); 3876 if (cp->startp == cp->phys.head.lastp ||
|
| H A D | sym_hipd.h | 776 u32 startp; /* Initial data pointer */ member
|
| H A D | sym_glue.c | 388 cp->startp = cp->phys.head.savep; in sym_setup_data_and_start()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 60 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull() argument 68 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull() 69 prefix_chars = cp - startp; in simple_strntoull() 76 cp = startp + max_chars; in simple_strntoull()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 1612 static void get_function_bounds(unsigned long pc, unsigned long *startp, in get_function_bounds() argument 1618 *startp = *endp = 0; in get_function_bounds() 1626 *startp = pc - offset; in get_function_bounds()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |