Searched refs:call_daemon (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | uuidd.c | 141 static int call_daemon(const char *socket_path, int op, char *buf, in call_daemon() function 266 ret = call_daemon(socket_path, 0, reply_buf, sizeof(reply_buf), 0, 0); in server_loop() 529 ret = call_daemon(socket_path, do_type+2, buf, in main() 558 ret = call_daemon(socket_path, do_type, (char *) &uu, in main() 578 ret = call_daemon(socket_path, 0, buf, sizeof(buf), 0, 0); in main()
|