Home
last modified time | relevance | path

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

/system/core/userboot/
A Dstart.c99 static noreturn void bootstrap(zx_handle_t log, zx_handle_t bootstrap_pipe) { in bootstrap() argument
104 zx_status_t status = zxr_message_size(bootstrap_pipe, &nbytes, &nhandles); in bootstrap()
113 status = zxr_processargs_read(bootstrap_pipe, in bootstrap()
119 zx_handle_close(bootstrap_pipe); in bootstrap()
357 zx_handle_t bootstrap_pipe = (uintptr_t)start_arg; in _start() local
358 bootstrap(log, bootstrap_pipe); in _start()

Completed in 4 milliseconds