Searched defs:types (Results 1 - 25 of 91) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddata.c30 * String conversion routine for Elf data buffer types.
38 static const Msg types[] = { local
55 return (MSG_ORIG(types[type]));
H A Dentry.c108 static const Msg types[] = { local
112 #error "types has grown"
128 leading_str_arr[0] = MSG_ORIG(types[type_idx]);
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_rpc_clnt.c44 idmap_utf8str types,
52 arg.types = types;
42 directory_get_common_1( idmap_utf8str_list ids, idmap_utf8str types, idmap_utf8str_list attrs, directory_results_rpc *clnt_res, CLIENT *clnt) argument
H A Ddirectory_client.c37 #include <sys/types.h>
118 * Given a list of identifiers, a list of their types, and a list of attributes,
127 char *types,
157 cs = directory_get_common_1(sl_ids, types, sl_attrs, &dr, d->client);
122 directory_get_v( directory_t d, directory_entry_list_t *ret, char **ids, int nids, char *types, char **attr_list) argument
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c41 #include <sys/types.h>
123 uint32_t *types; local
127 types = variable;
128 variable = types + len;
188 uint32_t *types; local
195 types = variable;
196 variable = types + len;
200 rr[x].__types[len] = types[len];
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_pubtypes.c48 Dwarf_Type ** types,
59 (Dwarf_Global **) types, /* Type punning for sections
47 dwarf_get_pubtypes(Dwarf_Debug dbg, Dwarf_Type ** types, Dwarf_Signed * ret_type_count, Dwarf_Error * error) argument
H A Ddwarf_types.c46 Dwarf_Type ** types,
57 (Dwarf_Global **) types, /* type punning, Dwarf_Type is
45 dwarf_get_types(Dwarf_Debug dbg, Dwarf_Type ** types, Dwarf_Signed * ret_type_count, Dwarf_Error * error) argument
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c445 int i, t, total, types[MAXSTTYPES]; local
451 types[i] = 0;
461 types[t]++;
469 if (types[i] != 0)
472 i, types[i], types[i] - prevt[i]);
474 prevt[i] = types[i];
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c34 #include <sys/types.h>
70 idmap_utf8str types,
101 de = providers[i]->get(entries, &ids, types,
68 directory_get_common_1_svc( idmap_utf8str_list ids, idmap_utf8str types, idmap_utf8str_list attrs, directory_results_rpc *result, struct svc_req *req) argument
H A Ddirectory_provider_builtin.c61 idmap_utf8str types,
76 type = *types;
77 if (*(types+1) != '\0')
78 types++;
115 types, NULL));
58 directory_provider_builtin_get( directory_entry_rpc *del, idmap_utf8str_list *ids, idmap_utf8str types, idmap_utf8str_list *attrs) argument
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_poll_xpv.c38 #include <sys/types.h>
79 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; local
94 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) {
95 while (gcpu_xpv_telem_read(&gcpu_xpv_polldata, types[i],
100 gcpu_xpv_mci_process(&gcpu_xpv_polldata, types[i],
102 gcpu_xpv_telem_ack(types[i], fetch_id);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c317 krb5int_set_prompt_types(krb5_context context, krb5_prompt_type *types) argument
319 context->prompt_types = types;
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c108 /* types string */
112 /* collate the types for sync behavior */
215 * Using the collator, determines which types in the types list
217 * (unique) types. If there are no unique types, returns NULL;
218 * types is destructively modified.
220 static char *collate_types(char *types, void **collator, argument
224 /* walk through the types list */
225 p = types;
261 char **types = (char **)cookie; local
273 char *types = NULL; local
[all...]
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c46 contract_type_t types[CTT_MAXTYPE] = { variable
150 types[type].type_event(file, hdl, verbose);
/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c337 tnf_ref32_t *types, *names; local
354 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
373 type_elt = _GET_REF32(tnf, &types[i]);
H A Dabi.c273 * Recursively check base type of derived types
433 tnf_ref32_t *slot_types, *types; local
447 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
456 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
498 tnf_ref32_t *slot_types, *slot_names, *types, *names; local
523 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
534 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c41 #include <sys/types.h>
74 static type_t types[] = { variable
374 type_t *type = types;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c32 #include <sys/types.h>
617 static const char *types[] = { local
623 if (type >= (sizeof (types) / sizeof (*types)) || types[type] == NULL)
626 return (types[type]);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c38 #include <sys/types.h>
238 int types[2], mlen; local
383 types[0] = 0;
391 types[1] = 1;
395 types[1] = 0;
400 types[1] = 1;
402 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
413 /* types(I) - type of data pointed to by items pointers */
414 /* cnt(I) - number of elements in arrays items/itemsz/types */
420 int ipllog(dev, fin, items, itemsz, types, cn
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c269 uint32_t types = FTYPE_BIOS|FTYPE_FCODE|FTYPE_EFI; local
273 while ((fptr != NULL) && (types != 0)) {
275 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) {
298 types &= ~(fptr->type);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c31 #include <sys/types.h>
504 int types; local
520 /* Get the map of supported interrupt types */
521 err = ddi_intr_get_supported_types(dip, &types);
538 if (types & DDI_INTR_TYPE_MSIX) {
546 ASSERT(types & DDI_INTR_TYPE_FIXED);
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c28 #include <sys/types.h>
54 } types[] = { variable in typeref:struct:__anon354
152 types[type].name);
168 * Given a contract type name, return an index into the 'types' array.
175 for (i = 0; types[i].name; i++)
176 if (strcmp(types[i].name, typestr) == 0)
185 * Given a contract id, return an index into the 'types' array.
274 * Scan our operands for contract ids and types.
294 if (types[type].found) {
298 types[typ
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c176 "Supported backup types are 'dump' and 'tar' only.");
189 * Information about the supported mover types is returned.
203 ndmp_addr_type types[2]; local
205 types[0] = NDMP_ADDR_LOCAL;
206 types[1] = NDMP_ADDR_TCP;
210 reply.methods.methods_val = types;
258 "Supported authentication types are md5 and cleartext.");
331 * A list of supported data connection types is returned.
404 "Supported authentication types are md5 and cleartext.");
418 * Information about all supported backup types ar
[all...]
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c897 static char types[16] = "-PC?DNB?F?S?s???"; variable
901 return (types[ (mode & S_IFMT) >> 12 ]);
908 if (types[i] == code)
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c26 #include <sys/types.h>
233 aconf_print(FILE *fp, int types) argument
240 if (types & print_order[i]) {

Completed in 106 milliseconds

1234