Home
last modified time | relevance | path

Searched refs:write_int (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c53 static void write_int(char *path, int i) in write_int() function
77 write_int("/sys/class/leds/hp::hddprotect/brightness", on); in set_led()
84 write_int(unload_heads_path, seconds*1000); in protect()
/openbmc/linux/arch/alpha/kernel/
H A Dptrace.c168 write_int(struct task_struct *task, unsigned long addr, int data) in write_int() function
224 res = write_int(child, task_thread_info(child)->bpt_addr[i], in ptrace_set_bpt()
250 write_int(child, task_thread_info(child)->bpt_addr[i], in ptrace_cancel_bpt()
/openbmc/qemu/ui/
H A Dinput-barrier.c167 #define write_int(p, x, l) \ macro
462 write_int(p, len, avail); in writecmd()