Searched refs:nctypes (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dinit_ci386.c72 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type); variable
H A Dinit_csparc.c63 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type); variable
H A Dadd_definition.c55 extern int nctypes;
H A Dstartup.c59 extern int nctypes;
2945 for (x = nctypes; x != 0; x--) {
H A Dauto_sense.c58 extern int nctypes;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_ctxsetup.c31 /* from the token, flags is stored directly. nctypes/ctypes is
39 kg2_parse_token(minor_status, ptr, token_length, flags, nctypes, ctypes,
45 int *nctypes; /* OUT */
73 *nctypes = field_length;
75 if (*nctypes == 0) {
81 malloc((*nctypes) * sizeof(krb5_cksumtype))) == NULL) {

Completed in 269 milliseconds