Searched defs:model (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dpk11.c72 char model[16]; member in struct:pk11_token
615 memmove(token->model, tokenInfo.model, 16);
1239 } else if (strcmp(a, "model") == 0) {
1240 /* model: CK_TOKEN_INFO model */
1245 if (pk11strcmp(v, l, token->model, 16))
1349 printf("\tmodel=%.16s\n", token->model);
/bind-9.11.3/bin/tests/db/
H A Dt_db.c35 const char *model, isc_mem_t *mctx, dns_db_t **db)
47 if (strcasecmp(model, "cache") == 0)
87 char *model; local
118 model = T_ARG(3);
154 dns_result = t_create(db_type, origin, db_class, model, mctx, &db);
739 char *model; local
764 model = T_ARG(4);
797 dns_result = t_create(db_type, origin, db_class, model, mctx, &db);
1011 char *model; local
1043 model
34 t_create(const char *db_type, const char *origin, const char *classname, const char *model, isc_mem_t *mctx, dns_db_t **db) argument
1325 char *model; local
1734 char *model; local
2408 char *model; local
2580 char *model; local
[all...]
/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11t.h133 CK_UTF8CHAR model[16]; /* blank padded */ member in struct:CK_TOKEN_INFO

Completed in 30 milliseconds