Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/titanic_50/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c243 crypto_dev_list_entry_t *entries; in get_dev_list() local
252 if (crypto_get_dev_list(&count, &entries) != 0) { in get_dev_list()
264 crypto_free_dev_list(entries, count); in get_dev_list()
278 crypto_free_dev_list(entries, count); in get_dev_list()
284 if (count > 0 && copyout(entries, arg + offset, copyout_size) != 0) { in get_dev_list()
285 crypto_free_dev_list(entries, count); in get_dev_list()
288 crypto_free_dev_list(entries, count); in get_dev_list()
361 crypto_mech_name_t *entries; in get_dev_info() local
383 &count, &entries)) != CRYPTO_SUCCESS) { in get_dev_info()
395 crypto_free_mech_list(entries, count); in get_dev_info()
[all …]
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c81 krb5_ldap_get_principal(context, searchfor, entries, nentries, more) in krb5_ldap_get_principal() argument
84 krb5_db_entry *entries; /* filled in */
104 memset(entries, 0, sizeof(*entries));
163 entries)) != 0)
178 krb5_dbe_free_contents(context, entries);
452 krb5_ldap_put_principal(context, entries, nentries, db_args) in krb5_ldap_put_principal() argument
454 krb5_db_entry *entries;
490 for (i=0; i < *nentries; ++i, ++entries) {
491 if (is_principal_in_realm(ldap_context, entries->princ) != 0) {
498 if (entries->princ) {
[all …]
H A Dldap_principal.c129 krb5_ldap_free_principal(kcontext , entries, nentries) in krb5_ldap_free_principal() argument
131 krb5_db_entry *entries;
136 krb5_dbe_free_contents(kcontext, &entries[i]);
273 krb5_db_entry entries; local
281 …if ((st=krb5_ldap_get_principal(context, searchfor, &entries, nentries, &more)) != 0 || *nentries …
284 if (((st=krb5_get_princ_type(context, &entries, &(ptype))) != 0) ||
285 ((st=krb5_get_attributes_mask(context, &entries, &(attrsetmask))) != 0) ||
286 ((st=krb5_get_princ_count(context, &entries, &(pcount))) != 0) ||
287 ((st=krb5_get_userdn(context, &entries, &(DN))) != 0))
388 krb5_ldap_free_principal(context, &entries, *nentries);
H A Dldap_misc.c810 krb5_get_int_from_tl_data(context, entries, type, intval) in krb5_get_int_from_tl_data() argument
812 krb5_db_entry *entries;
822 …if (((st=krb5_dbe_lookup_tl_data(context, entries, &tl_data)) != 0) || tl_data.tl_data_length == 0)
840 krb5_get_attributes_mask(context, entries, mask) in krb5_get_attributes_mask() argument
842 krb5_db_entry *entries;
845 return krb5_get_int_from_tl_data(context, entries, KDB_TL_MASK,
850 krb5_get_princ_type(context, entries, ptype) in krb5_get_princ_type() argument
852 krb5_db_entry *entries;
855 return krb5_get_int_from_tl_data(context, entries, KDB_TL_PRINCTYPE, ptype);
859 krb5_get_princ_count(context, entries, pcount) in krb5_get_princ_count() argument
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c445 int entries = 0; in sum_exports() local
448 (void) sprintf(buff, "%d+ entries", entries); in sum_exports()
457 entries++; in sum_exports()
460 (void) sprintf(buff, "%d entries", entries); in sum_exports()
467 int entries = 0; in detail_exports() local
474 entries); in detail_exports()
481 entries++; in detail_exports()
492 int entries = 0; in sum_mounts() local
496 (void) sprintf(buff, "%d+ entries", entries); in sum_mounts()
503 entries++; in sum_mounts()
[all …]
H A Dsnoop_nfs3.c1055 static int entries; in sum_readdirres() local
1057 entries = 0; in sum_readdirres()
1059 (void) sprintf(buff, " %d+ entries (incomplete)", entries); in sum_readdirres()
1065 entries++; in sum_readdirres()
1072 entries, getxdr_bool() ? "No more" : "More"); in sum_readdirres()
1080 static int entries; in sum_readdirplusres() local
1083 entries = 0; in sum_readdirplusres()
1085 (void) sprintf(buff, " %d+ entries (incomplete)", entries); in sum_readdirplusres()
1091 entries++; in sum_readdirplusres()
1103 entries, getxdr_bool() ? "No more" : "More"); in sum_readdirplusres()
[all …]
H A Dsnoop_nfs.c637 int entries = 0; in sum_readdirres() local
640 (void) sprintf(buff, " %d+ entries (incomplete)", entries); in sum_readdirres()
644 entries++; in sum_readdirres()
651 entries, in sum_readdirres()
660 int entries = 0; in detail_readdirres() local
669 entries); in detail_readdirres()
673 entries++; in detail_readdirres()
682 (void) sprintf(get_line(0, 0), " %d entries", entries); in detail_readdirres()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim.c133 ret = dbm_delete(map->entries, key); in shim_dbm_delete()
167 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
171 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch()
202 ret = dbm_fetch(map->entries, key); in shim_dbm_fetch_noupdate()
270 dbm_close(map->entries); in shim_dbm_firstkey()
287 ret = dbm_firstkey(map->entries); in shim_dbm_firstkey()
322 ret = dbm_nextkey(map->entries); in shim_dbm_nextkey()
363 ret = dbm_do_nextkey(map->entries, inkey); in shim_dbm_do_nextkey()
415 map->entries = dbm_open(map->map_path, map->open_flags, in shim_dbm_open()
418 if (NULL != map->entries) in shim_dbm_open()
[all …]
H A Dmap_ctrl.c100 map->entries = NULL; in create_map_ctrl()
249 map->entries = NULL; in map_ctrl_init()
311 if (NULL != old_map->entries) { in dup_map_ctrl()
338 if (NULL != map->entries) { in free_map_ctrl()
339 dbm_close(map->entries); in free_map_ctrl()
340 map->entries = NULL; in free_map_ctrl()
475 map->entries = dbm_open(map->map_path, map->open_flags, map->open_mode); in open_yptol_files()
477 if (NULL == map->entries) { in open_yptol_files()
488 dbm_close(map->entries); in open_yptol_files()
489 map->entries = NULL; in open_yptol_files()
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dnetshareenum.c85 int error, i, entries;
195 entries = share_info.share_union.tagged_union.share1->share_count;
197 entry_list = calloc(entries, sizeof (struct share_info));
202 for (share = shares, elp = entry_list, i = 0; i < entries;
213 *entriesp = entries;
221 for (elp = entry_list, i = 0; i < entries; i++, elp++) {
238 for (share = shares, i = 0; i < entries; i++, share++) {
302 int error, bufsize, i, entries, total, nreturned; in rap_netshareenum() local
313 error = smb_rap_NetShareEnum(ctx, 1, rpbuf, &bufsize, &entries, &total); in rap_netshareenum()
319 entry_list = malloc(entries * sizeof (struct share_info)); in rap_netshareenum()
[all …]
/titanic_50/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc74 HBA_UINT32 entries = 0; in Sun_fcGetFcpTargetMapping() local
86 entries = mapping->NumberOfEntries; in Sun_fcGetFcpTargetMapping()
101 mappingV2->NumberOfEntries = mapping->NumberOfEntries < entries ? in Sun_fcGetFcpTargetMapping()
102 entries - mapping->NumberOfEntries : 0 ; in Sun_fcGetFcpTargetMapping()
115 limit = (mapping->NumberOfEntries < entries) ? mapping->NumberOfEntries : entries; in Sun_fcGetFcpTargetMapping()
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dview.c165 int error, entries, total; in enum_shares() local
171 error = smb_netshareenum(ctx, &entries, &total, &share_info); in enum_shares()
177 print_shares(entries, total, share_info); in enum_shares()
182 print_shares(int entries, int total, in print_shares() argument
191 for (ep = share_info, i = 0; i < entries; i++, ep++) { in print_shares()
202 entries, total); in print_shares()
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c77 directory_entry_rpc *entries; in directory_get_common_1_svc() local
83 entries = (directory_entry_rpc *) in directory_get_common_1_svc()
85 if (entries == NULL) in directory_get_common_1_svc()
87 result->directory_results_rpc_u.entries.entries_val = entries; in directory_get_common_1_svc()
88 result->directory_results_rpc_u.entries.entries_len = nids; in directory_get_common_1_svc()
94 directory_entry_set_error(&entries[i], in directory_get_common_1_svc()
101 de = providers[i]->get(entries, &ids, types, in directory_get_common_1_svc()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c48 int i, entries; in ldap_friendly_name() local
65 entries = 0; in ldap_friendly_name()
68 entries++; in ldap_friendly_name()
72 if ( (*map = (FriendlyMap)NSLDAPI_MALLOC( (entries + 1) * in ldap_friendly_name()
79 while ( fgets( buf, sizeof(buf), fp ) != NULL && i < entries ) { in ldap_friendly_name()
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt50 resources comprise cache control entries (ccent), write control entries
59 owns the the allocated memory of two or more pages. The secondary entries
67 two scans this list of typed cache entries and based on immediate neighbors
69 if there is one or more eligible entries immediately following it and it
74 allocating multipage memory for hosts, single page entries for others or
75 simply setting up pointers in the parasitic entries into it's corresponding
78 2.1.2 The maximum number of parasitic entries following a host memory
103 been reached. The entries selected for this behavior are governed by
111 entries as regards to aging but is absolute - i.e. no percentage governs
112 the number of such entries.
[all …]
/titanic_50/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c354 size_t entries; local
357 entries = cp->esp - cp->sp;
359 if ((ret = __os_calloc(entries * 2, sizeof(EPG), &p)) != 0)
361 memcpy(p, cp->sp, entries * sizeof(EPG));
363 __os_free(cp->sp, entries * sizeof(EPG));
365 cp->csp = p + entries;
366 cp->esp = p + entries * 2;
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c586 int set, rc, entries; in cfg_load_dsvols() local
605 entries = cfg_get_section(cfg, &entry, "dsvol"); in cfg_load_dsvols()
606 for (set = 1; set <= entries; set++) { in cfg_load_dsvols()
654 while (set < entries) in cfg_load_dsvols()
656 if (entries) in cfg_load_dsvols()
665 return (rc < 0? rc : entries); in cfg_load_dsvols()
701 int set, entries, offset = 0; in cfg_load_svols() local
716 entries = cfg_get_section(cfg, &entry, "sv"); in cfg_load_svols()
717 for (set = 1; set <= entries; set++) { in cfg_load_svols()
750 while (set < entries) in cfg_load_svols()
[all …]
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c108 int entries[SBDP_IE_MAX_ENTRIES]; member
227 sbdp_error_matrix[index].entries[entry] = value; in sbdp_passthru_inject_error()
247 sbdp_error_matrix[i].entries[j] = 0; in sbdp_passthru_reset_error()
295 value = sbdp_error_matrix[index].entries[entry]; in sbdp_inject_error()
/titanic_50/usr/src/cmd/man/
H A Dmakewhatis.c753 struct dirent **entries; in process_section() local
761 nentries = scandir(section_dir, &entries, NULL, alphasort); in process_section()
767 struct page_info *info = new_page_info(section_dir, entries[i]); in process_section()
770 free(entries[i]); in process_section()
772 free(entries); in process_section()
812 struct dirent **entries; in mwpath() local
824 nsections = scandir(path, &entries, select_sections, alphasort); in mwpath()
831 path, entries[i]->d_name); in mwpath()
833 free(entries[i]); in mwpath()
835 free(entries); in mwpath()
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dvartree2.sh81 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
96 … add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
148 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
163 … add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
H A Dsun_solaris_vartree002.sh91 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
106 … add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
158 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
173 … add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
/titanic_50/usr/src/tools/scripts/
H A Dhg-active.py103 entries = [i for i in act]
104 entries.sort()
106 for entry in entries:
/titanic_50/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c50 info_entry_t *entries; member
475 for (entry = slot->entries; entry != NULL; entry = entry->next) { in merge_callback()
596 entry->next = slot->entries; in build_table()
597 slot->entries = entry; in build_table()
639 while (table[index].entries != NULL) { in free_table()
640 entry = table[index].entries; in free_table()
641 table[index].entries = entry->next; in free_table()
/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c311 lseek(m->map->entries->dbm_dirf, 0, 0); in mygetdir()
316 len = read(m->map->entries->dbm_dirf, block, DBLKSIZ); in mygetdir()
367 if (m->map->entries->dbm_pagbno != m->lblk) { in mygetpage()
373 m->lblk = m->map->entries->dbm_pagbno; in mygetpage()
375 memmove(block, m->map->entries->dbm_pagbuf, PBLKSIZ); in mygetpage()
377 m->key = mydbm_topkey(m->map->entries, m->key); in mygetpage()
/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c276 int entries, rc; in find_setnumber_in_libcfg() local
289 entries = cfg_get_section(cfg, &entry, "sndr"); in find_setnumber_in_libcfg()
292 for (setnumber = 1; setnumber <= entries; setnumber++) { in find_setnumber_in_libcfg()
330 while (setnumber < entries) in find_setnumber_in_libcfg()
332 if (entries) in find_setnumber_in_libcfg()

12345678910>>...14