Lines Matching defs:handle
306 uintptr_t dst, partition, handle;
338 rc = io_open(rcar_handle, rcar_spec, &handle);
345 rc = io_seek(handle, IO_SEEK_SET, offset);
359 rc = io_read(handle, dst, len, &cnt);
373 io_close(handle);
384 uintptr_t handle;
401 rc = io_open(rcar_handle, rcar_spec, &handle);
421 rc = io_seek(handle, IO_SEEK_SET, offset);
427 rc = io_read(handle, (uintptr_t) &header, sizeof(header), &cnt);
449 rc = io_seek(handle, IO_SEEK_SET, offset + RCAR_SECTOR6_CERT_OFFSET);
455 rc = io_read(handle, RCAR_SDRAM_certESS,
474 io_close(handle);
552 uintptr_t handle;
567 rc = io_open(rcar_handle, rcar_spec, &handle);
573 rc = io_seek(handle, IO_SEEK_SET, offset);
587 rc = io_read(handle, buffer, length, cnt);
594 io_close(handle);
603 io_close(handle);