Home
last modified time | relevance | path

Searched defs:ofreebsd32_getdirentries_args (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/compat/freebsd32/
HDfreebsd32_proto.h894 struct ofreebsd32_getdirentries_args { struct
895 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
896 char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
897 char count_l_[PADL_(u_int)]; u_int count; char count_r_[PADR_(u_int)];
898 char basep_l_[PADL_(uint32_t *)]; uint32_t * basep; char basep_r_[PADR_(uint32_t *)];