Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h845 struct nnpfs_syscall_args { struct
846 char operation_l_[PADL_(int)]; int operation; char operation_r_[PADR_(int)];
847 char a_pathP_l_[PADL_(char *)]; char * a_pathP; char a_pathP_r_[PADR_(char *)];
848 char a_opcode_l_[PADL_(int)]; int a_opcode; char a_opcode_r_[PADR_(int)];
849 char a_paramsP_l_[PADL_(void *)]; void * a_paramsP; char a_paramsP_r_[PADR_(void *)];
850 char a_followSymlinks_l_[PADL_(int)]; int a_followSymlinks; char a_followSymlinks_r_[PADR_(int)];