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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c265 void *tables[2]; local
277 kmemcpy((char *)&tables, nat_nlist[0].n_value, sizeof(tables));
278 nsp->ns_table[0] = tables[0];
279 nsp->ns_table[1] = tables[1];
H A Dippool.c578 iphtable_t *tables[IPL_LOGSIZE]; local
584 bzero(&tables, sizeof(tables));
585 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables)))
589 hptr = tables[role];
596 hptr = tables[role];
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c81 void **tables; local
101 /* pull out the module function tables for all of the modules */
102 tables = NULL;
105 &tables,
109 if (tables == NULL) {
117 (tables != NULL) && (tables[n_tables] != NULL);
119 table = tables[n_tables];
130 krb5int_free_plugin_dir_data(tables);
135 krb5int_free_plugin_dir_data(tables);
[all...]

Completed in 62 milliseconds