/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 376 char *startp, *endp; in parse_cmdline_cpu() local 388 for (startp = s; startp && *startp;) { in parse_cmdline_cpu() 390 if (*startp == ',') { in parse_cmdline_cpu() 391 startp++; in parse_cmdline_cpu() 395 if (*startp == '-') { in parse_cmdline_cpu() 398 startp++; in parse_cmdline_cpu() 399 end_cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu() 400 if (startp == endp) in parse_cmdline_cpu() 409 startp = endp; in parse_cmdline_cpu() 413 if (strncmp(startp, "all", 3) == 0) { in parse_cmdline_cpu() [all …]
|
/Linux-v4.19/arch/um/os-Linux/ |
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()
|
/Linux-v4.19/tools/perf/util/ |
D | mmap.c | 25 u64 *startp, u64 end) in perf_mmap__read() argument 29 int diff = end - *startp; in perf_mmap__read() 34 event = (union perf_event *)&data[*startp & map->mask]; in perf_mmap__read() 44 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) { in perf_mmap__read() 45 unsigned int offset = *startp; in perf_mmap__read() 60 *startp += size; in perf_mmap__read()
|
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | 8390.c | 82 void NS8390_init(struct net_device *dev, int startp) in NS8390_init() argument 84 __NS8390_init(dev, startp); in NS8390_init()
|
D | 8390p.c | 87 void NS8390p_init(struct net_device *dev, int startp) in NS8390p_init() argument 89 __NS8390_init(dev, startp); in NS8390p_init()
|
D | 8390.h | 31 void NS8390_init(struct net_device *dev, int startp); 49 void NS8390p_init(struct net_device *dev, int startp);
|
D | lib8390.c | 112 static void __NS8390_init(struct net_device *dev, int startp); 1008 static void __NS8390_init(struct net_device *dev, int startp) in __NS8390_init() argument 1056 if (startp) { in __NS8390_init()
|
D | axnet_cs.c | 103 static void AX88190_init(struct net_device *dev, int startp); 1620 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init() argument 1670 if (startp) in AX88190_init()
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 1584 u32 startp; /* Initial data pointer */ member 4341 cp->startp = cp->phys.header.savep; in ncr_queue_command() 6550 u32 startp; in ncr_sir_to_redo() local 6598 cp->phys.header.savep = cp->startp; in ncr_sir_to_redo() 6649 startp = cpu_to_scr(NCB_SCRIPTH_PHYS (np, sdata_in)); in ncr_sir_to_redo() 6651 cp->phys.header.savep = startp; in ncr_sir_to_redo() 6652 cp->phys.header.goalp = startp + 24; in ncr_sir_to_redo() 6653 cp->phys.header.lastp = startp; in ncr_sir_to_redo() 6654 cp->phys.header.wgoalp = startp + 24; in ncr_sir_to_redo() 6655 cp->phys.header.wlastp = startp; in ncr_sir_to_redo()
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 3045 u32 startp; local 3155 startp = SCRIPTB_BA(np, sdata_in); 3157 cp->phys.head.savep = cpu_to_scr(startp); 3158 cp->phys.head.lastp = cpu_to_scr(startp); 3159 cp->startp = cpu_to_scr(startp); 3160 cp->goalp = cpu_to_scr(startp + 16); 3888 if (cp->startp == cp->phys.head.lastp ||
|
D | sym_hipd.h | 789 u32 startp; /* Initial data pointer */ member
|
D | sym_glue.c | 405 cp->startp = cp->phys.head.savep; in sym_setup_data_and_start()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 1474 static void get_function_bounds(unsigned long pc, unsigned long *startp, in get_function_bounds() argument 1480 *startp = *endp = 0; in get_function_bounds() 1488 *startp = pc - offset; in get_function_bounds()
|