Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils-24.c620 struct obj_section *sec);
632 static void *obj_extend_section(struct obj_section *sec, unsigned long more);
2153 obj_insert_section_load_order(struct obj_file *f, struct obj_section *sec) in obj_insert_section_load_order() argument
2156 int prio = obj_load_order_prio(sec); in obj_insert_section_load_order()
2160 sec->load_next = *p; in obj_insert_section_load_order()
2161 *p = sec; in obj_insert_section_load_order()
2170 struct obj_section *sec; in helper_create_alloced_section() local
2173 f->sections[newidx] = sec = arch_new_section(); in helper_create_alloced_section()
2175 sec->header.sh_type = SHT_PROGBITS; in helper_create_alloced_section()
2176 sec->header.sh_flags = SHF_WRITE | SHF_ALLOC; in helper_create_alloced_section()
[all …]
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal5.right4 2 sec passed, sending USR1 to parent
8 3 sec passed, sending USR1 to parent
Dsignal5.tests5 echo "$1 sec passed, sending USR1 to parent"
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal5.right4 2 sec passed, sending USR1 to parent
8 3 sec passed, sending USR1 to parent
Dsignal5.tests5 echo "$1 sec passed, sending USR1 to parent"
/busybox-1.35.0/procps/
Diostat.c150 unsigned long sec, dec; in get_smp_uptime() local
154 if (fscanf(fp, "%lu.%lu", &sec, &dec) != 2) in get_smp_uptime()
159 return (cputime_t)sec * G.clk_tck + dec * G.clk_tck / 100; in get_smp_uptime()
/busybox-1.35.0/miscutils/
Dhdparm.c1484 unsigned sec = elapsed_us / 1000000; local
1488 m, sec, hs,
/busybox-1.35.0/libbb/
DConfig.src48 value user times (sec) text size (386)
/busybox-1.35.0/shell/
Dhush.c12143 unsigned sec, frac; in builtin_times() local
12146 sec = t / clk_tck; in builtin_times()
12149 sec / 60, sec % 60, in builtin_times()
Dash.c14127 unsigned sec, frac; in timescmd() local
14130 sec = t / clk_tck; in timescmd()
14133 sec / 60, sec % 60, in timescmd()