Symbol: TOKENDB_Rec
libexec/login_token/token.c
107
TOKENDB_Rec tr;
libexec/login_token/token.c
164
TOKENDB_Rec tokenrec;
libexec/login_token/token.c
256
TOKENDB_Rec tokenrec;
libexec/login_token/tokendb.c
105
tokendb_putrec(char *username, TOKENDB_Rec *tokenrec)
libexec/login_token/tokendb.c
117
data.size = sizeof(TOKENDB_Rec);
libexec/login_token/tokendb.c
251
tokendb_firstrec(int reverse_flag, TOKENDB_Rec *tokenrec)
libexec/login_token/tokendb.c
271
memcpy(tokenrec, data.data, sizeof(TOKENDB_Rec));
libexec/login_token/tokendb.c
284
tokendb_nextrec(int reverse_flag, TOKENDB_Rec *tokenrec)
libexec/login_token/tokendb.c
303
memcpy(tokenrec, data.data, sizeof(TOKENDB_Rec));
libexec/login_token/tokendb.c
315
tokendb_lockrec(char *username, TOKENDB_Rec *tokenrec, unsigned recflags)
libexec/login_token/tokendb.c
340
memcpy(tokenrec, data.data, sizeof(TOKENDB_Rec));
libexec/login_token/tokendb.c
347
data.size = sizeof(TOKENDB_Rec);
libexec/login_token/tokendb.c
71
tokendb_getrec(char *username, TOKENDB_Rec *tokenrec)
libexec/login_token/tokendb.c
93
memcpy(tokenrec, data.data, sizeof(TOKENDB_Rec));
libexec/login_token/tokendb.h
78
extern int tokendb_getrec(char *, TOKENDB_Rec *);
libexec/login_token/tokendb.h
79
extern int tokendb_putrec(char *, TOKENDB_Rec *);
libexec/login_token/tokendb.h
80
extern int tokendb_firstrec(int, TOKENDB_Rec *);
libexec/login_token/tokendb.h
81
extern int tokendb_nextrec(int, TOKENDB_Rec *);
libexec/login_token/tokendb.h
82
extern int tokendb_lockrec(char *, TOKENDB_Rec *, unsigned);
usr.sbin/tokenadm/tokenadm.c
272
TOKENDB_Rec tokenrec;
usr.sbin/tokenadm/tokenadm.c
304
TOKENDB_Rec tokenrec;
usr.sbin/tokenadm/tokenadm.c
345
TOKENDB_Rec tokenrec;
usr.sbin/tokenadm/tokenadm.c
364
print_record(TOKENDB_Rec *rec, how_t how)
usr.sbin/tokenadm/tokenadm.c
67
static void print_record(TOKENDB_Rec *, how_t);
usr.sbin/tokenadm/tokenadm.c
77
TOKENDB_Rec tokenrec;