Searched refs:fap (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nfs.c1144 const struct nfs_fattr *fap; local
1146 fap = (const struct nfs_fattr *)dp;
1147 ND_TCHECK_4(fap->fa_gid);
1157 GET_BE_U_4(fap->fa_type)),
1158 GET_BE_U_4(fap->fa_mode),
1159 GET_BE_S_4(fap->fa_uid),
1160 GET_BE_S_4(fap->fa_gid));
1163 GET_BE_U_8(fap->fa3_size));
1165 ND_PRINT(" sz %u", GET_BE_U_4(fap->fa2_size));
1171 ND_TCHECK_8(&fap
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c114 netbsd32_posix_spawn_fa_alloc(struct posix_spawn_file_actions **fap, argument
171 *fap = fa;
/netbsd-current/sys/kern/
H A Dkern_exec.c2460 posix_spawn_fa_alloc(struct posix_spawn_file_actions **fap, argument
2502 *fap = fa;

Completed in 132 milliseconds