Searched refs:a_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafslib.c41 aix_pioctl(char *a_path, argument
46 return lpioctl(a_path, o_opcode, a_paramsP, a_followSymlinks);
H A Dafssys.c226 k_pioctl(char *a_path, argument
238 a_path, o_opcode, a_paramsP, a_followSymlinks);
243 a_path, o_opcode, a_paramsP, a_followSymlinks);
247 data.param1 = (unsigned long)a_path;
257 data.param1 = (unsigned long)a_path;
270 return Pioctl(a_path, o_opcode, a_paramsP, a_followSymlinks);
H A Dkafs.h123 int k_pioctl (char *a_path,
/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.c385 struct ib_user_path_rec *a_path; local
415 a_path = alloca(sizeof(*a_path));
416 if (!a_path)
419 ibv_copy_path_rec_to_kern(a_path, param->alternate_path);
420 cmd->alternate_path = (uintptr_t) a_path;

Completed in 218 milliseconds