Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsysproto.h937 struct nnpfs_syscall_args { struct
938 char operation_l_[PADL_(int)]; int operation; char operation_r_[PADR_(int)];
939 char a_pathP_l_[PADL_(char *)]; char * a_pathP; char a_pathP_r_[PADR_(char *)];
940 char a_opcode_l_[PADL_(int)]; int a_opcode; char a_opcode_r_[PADR_(int)];
941 char a_paramsP_l_[PADL_(void *)]; void * a_paramsP; char a_paramsP_r_[PADR_(void *)];
942 char a_followSymlinks_l_[PADL_(int)]; int a_followSymlinks; char a_followSymlinks_r_[PADR_(int)];