Lines Matching full:cell
58 .Fn k_afs_cell_of_file "const char *path" "char *cell" "int len"
72 .Fn kafs_settoken_rxkad "const char *cell" "struct ClearToken *token" "void *ticket" "size_t ticket…
74 .Fn kafs_settoken "const char *cell" "uid_t uid" "CREDENTIALS *c"
75 .Fn krb_afslog "char *cell" "char *realm"
77 .Fn krb_afslog_uid "char *cell" "char *realm" "uid_t uid"
79 .Fn krb5_afslog_uid "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm re…
81 .Fn kafs_settoken5 "const char *cell" "uid_t uid" "krb5_creds *c"
83 .Fn krb5_afslog "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm"
119 .Fa cell .
133 .Fa cell
137 .Fa cell
140 the local cell is used. If
144 the function tries to guess what realm to use. Unless you have some good knowledge of what cell or…
177 use the Kerberos 5 ticket directly, can be used with if the afs cell
199 The (uppercased) cell name is used as the realm to the
212 .Fa cell
213 return the cell of a specified file, no more than
216 .Fa cell .
257 will obtain a new PAG and tokens for the local cell and the cell of
261 char cell[64];
263 if(k_afs_cell_of_file(pwd->pw_dir, cell, sizeof(cell)) == 0)
264 krb_afslog(cell, NULL);