Searched defs:ftable (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c50 pt_parse_flag(const ptflags_t ftable[], const char *arg, uint32_t *flag) argument
54 for (i = 0; ftable[i].pt_name != NULL; i++) {
55 if (strcasecmp(arg, ftable[i].pt_name) == 0) {
65 pt_flag_usage(const ptflags_t ftable[]) argument
69 for (i = 0; ftable[i].pt_name != NULL; i++)
71 ftable[i].pt_name, ftable[i].pt_descr);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c188 static Shfield_t *sh_findfield(Shfield_t *ftable, int nelem, const char *name) argument
190 Shfield_t *fp = ftable;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c299 streams_parse_flag(const strflags_t ftable[], const char *arg, uint32_t *flag) argument
303 for (i = 0; ftable[i].strf_name != NULL; i++) {
304 if (strcasecmp(arg, ftable[i].strf_name) == 0) {
314 streams_flag_usage(const strflags_t ftable[]) argument
318 for (i = 0; ftable[i].strf_name != NULL; i++)
320 ftable[i].strf_name, ftable[i].strf_descr);
324 streams_parse_type(const strtypes_t ftable[], const char *arg, uint32_t *flag) argument
328 for (i = 0; ftable[i].strt_name != NULL; i++) {
329 if (strcasecmp(arg, ftable[
339 streams_type_usage(const strtypes_t ftable[]) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c132 FILE *ftable; /* y.tab.c file */ variable
315 ftable = fopen(fname, "w");
316 if (ftable == NULL)
358 (void) fprintf(ftable, "#ident\t\"yacc: %s %s\"\n",
590 (void) fprintf(ftable, "\n#include <inttypes.h>\n");
591 (void) fprintf(ftable, "\n#ifdef __STDC__\n");
592 (void) fprintf(ftable, "#include <stdlib.h>\n");
593 (void) fprintf(ftable, "#include <string.h>\n");
594 (void) fprintf(ftable, "#define YYCONST const\n");
595 (void) fprintf(ftable, "#els
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c279 struct krb5plugin_preauth_server_ftable_v1 *ftable; local
309 ftable = preauth_plugins_ftables[i];
310 if ((ftable->flags_proc == NULL) &&
311 (ftable->edata_proc == NULL) &&
312 (ftable->verify_proc == NULL) &&
313 (ftable->return_proc == NULL)) {
317 ftable->pa_type_list != NULL &&
318 ftable->pa_type_list[j] > 0;
368 ftable = preauth_plugins_ftables[i];
369 if ((ftable
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c39 * 2. resolved to ftable.smhbafunctiontable.{interface}
43 * 2. resolved to ftable.functiontable.{interface}
47 * (union ftable).
52 * 2. ftable.functiontalbe.(interface)
241 } ftable; member in struct:hba_library_info
263 lib_infop->ftable.smhbafunctionTable : \
264 lib_infop->ftable.functionTable);
272 lib_infop->ftable.smhbafunctionTable.func : \
273 lib_infop->ftable.functionTable.func)
280 lib_infop->ftable
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1144 struct krb5plugin_preauth_client_ftable_v1 *ftable; member in struct:_krb5_preauth_context::_krb5_preauth_context_module
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h1173 menlo_ftable_rsp_t ftable; member in union:menlo_rsp

Completed in 94 milliseconds