/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | data.c | 30 * String conversion routine for Elf data buffer types. 38 static const Msg types[] = { local 55 return (MSG_ORIG(types[type]));
|
H A D | entry.c | 108 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 D | directory_rpc_clnt.c | 44 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 D | directory_client.c | 37 #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 D | rune.c | 41 #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 D | dwarf_pubtypes.c | 48 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 D | dwarf_types.c | 46 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 D | stab.c | 445 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 D | directory_server.c | 34 #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 D | directory_provider_builtin.c | 61 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 D | gcpu_poll_xpv.c | 38 #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 D | prompter.c | 317 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 D | SLPFindSrvTypes.c | 108 /* 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 D | libcontract_priv.c | 46 contract_type_t types[CTT_MAXTYPE] = { variable 150 types[type].type_event(file, hdl, verbose);
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | info.c | 337 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 D | abi.c | 273 * 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 D | renice.c | 41 #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 D | snoop_dhcp.c | 32 #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 D | ip_log.c | 38 #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 D | ql_hba_fru.c | 269 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 D | sfxge_intr.c | 31 #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 D | ctwatch.c | 28 #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 D | ndmpd_config.c | 176 "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 D | base.c | 897 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 D | aconf.c | 26 #include <sys/types.h> 233 aconf_print(FILE *fp, int types) argument 240 if (types & print_order[i]) {
|