Searched refs:ViceIoctl (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | afssys.c | 81 static int (*Pioctl)(char*, int, struct ViceIoctl*, int); 119 struct ViceIoctl*, int))dlsym(ptr, "aix_pioctl"); in try_aix() 228 struct ViceIoctl *a_paramsP, in k_pioctl() 284 struct ViceIoctl parms; in k_afs_cell_of_file() 295 struct ViceIoctl parms; in k_unlog() 362 struct ViceIoctl parms; in try_one() 388 struct ViceIoctl parms; in try_two()
|
H A D | kafs.h | 49 #define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl)) 50 #define _AFSCIOCTL(id) ((unsigned int ) _IOW('C', id, struct ViceIoctl)) 90 struct ViceIoctl { struct 125 struct ViceIoctl *a_paramsP,
|
H A D | afslib.c | 43 struct ViceIoctl *a_paramsP, in aix_pioctl()
|
H A D | kafs_locl.h | 154 int aix_pioctl(char*, int, struct ViceIoctl*, int);
|
H A D | common.c | 73 struct ViceIoctl parms; in kafs_settoken_rxkad()
|
/freebsd/crypto/heimdal/kuser/ |
H A D | klist.c | 382 struct ViceIoctl parms; in display_tokens()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ls.c | 422 struct ViceIoctl a_params; in lstat_file()
|