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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nfs.c1135 const struct nfs_fattr *fap; local
1137 fap = (const struct nfs_fattr *)dp;
1138 ND_TCHECK_4(fap->fa_gid);
1148 GET_BE_U_4(fap->fa_type)),
1149 GET_BE_U_4(fap->fa_mode),
1150 GET_BE_S_4(fap->fa_uid),
1151 GET_BE_S_4(fap->fa_gid));
1154 GET_BE_U_8(fap->fa3_size));
1156 ND_PRINT(" sz %u", GET_BE_U_4(fap->fa2_size));
1162 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 193 milliseconds