Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
iovec Struct Reference

#include <syscall.h>

Data Fields

void * iov_base
 
int iov_len
 

Detailed Description

Definition at line 43 of file syscall.h.

Field Documentation

◆ iov_base

void* iovec::iov_base

Definition at line 44 of file syscall.h.

Referenced by syscall_writev().

◆ iov_len

int iovec::iov_len

Definition at line 45 of file syscall.h.

Referenced by syscall_writev().


The documentation for this struct was generated from the following file: