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

/freebsd-10.0-release/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-10.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc542 Path::set(StringRef a_path) {
543 if (a_path.empty())
546 path = a_path;
/freebsd-10.0-release/contrib/ofed/libibcm/src/
H A Dcm.c398 struct ibv_kern_path_rec *a_path; local
434 a_path = alloca(sizeof(*a_path));
435 if (!a_path)
438 ibv_copy_path_rec_to_kern(a_path, param->alternate_path);
439 cmd->alternate_path = (uintptr_t) a_path;

Completed in 87 milliseconds