Searched refs:entries (Results 1 - 25 of 118) sorted by relevance

12345

/osnet-11/usr/src/lib/libxcurses/src/terminfo/
H A DMakefile32 @echo these terminfo entries are not currently used by Solaris
33 @echo use entries in usr/src/cmd/terminfo
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_fsns.c57 char **entries; local
78 entries = calloc(sizeof (char *), n + 1);
90 free(entries);
121 if (n > 0 && strcmp(entries[n - 1],
124 entries[n] =
127 entries = realloc(entries,
129 entries[n] = NULL;
146 entries[i]);
150 *locations = entries;
158 free_fsns(int n, char **entries) argument
[all...]
H A Dnsdb_lookup.c122 * Store NSDB entries in the cache
195 * Look up LDAP entries in the cache
274 nsdb_entry_t **entries; local
353 entries = calloc(sizeof (nsdb_entry_t *), n + 1);
354 entries[n] = calloc(sizeof (nsdb_entry_t), 1);
378 /* Skip FSN UUID entries */
412 entries[n]->host =
426 entries[n]->path =
436 entries[n]->share =
445 if (entries[
532 nsdb_free(int n, nsdb_entry_t **entries) argument
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5int.h38 krb5_db_entry *entries, int *nentries);
H A Dkdb_log.h71 const char *logname, uint32_t entries,
87 ulog_conv_2logentry(krb5_context context, krb5_db_entry *entries,
91 ulog_conv_2dbentry(krb5_context context, krb5_db_entry *entries,
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dgptsync.c1 /* gptsync.c - fill the mbr based on gpt entries */
110 if (mbr.entries[0].type != GRUB_PC_PARTITION_TYPE_GPT_DISK)
181 mbr.entries[i].flag = (csep == '+') ? 0x80 : 0;
192 mbr.entries[i].type = type;
193 mbr.entries[i].start = grub_cpu_to_le32 (partition->start);
195 &(mbr.entries[i].start_sector),
196 &(mbr.entries[i].start_cylinder),
197 &(mbr.entries[i].start_head));
199 &(mbr.entries[i].end_sector),
200 &(mbr.entries[
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc74 HBA_UINT32 entries = 0; local
86 entries = mapping->NumberOfEntries;
101 mappingV2->NumberOfEntries = mapping->NumberOfEntries < entries ?
102 entries - mapping->NumberOfEntries : 0 ;
115 limit = (mapping->NumberOfEntries < entries) ? mapping->NumberOfEntries : entries;
/osnet-11/usr/src/lib/libldap4/common/
H A Dfriendly.c49 int i, entries; local
65 entries = 0;
68 entries++;
72 if ( (*map = (FriendlyMap *) malloc( (entries + 1) *
79 while ( fgets( buf, sizeof(buf), fp ) != NULL && i < entries ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c48 int i, entries; local
65 entries = 0;
68 entries++;
72 if ( (*map = (FriendlyMap)NSLDAPI_MALLOC( (entries + 1) *
79 while ( fgets( buf, sizeof(buf), fp ) != NULL && i < entries ) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c104 unsigned int flags, krb5_db_entry *entries,
124 memset(entries, 0, sizeof(*entries));
209 entries)) != 0)
224 krb5_dbe_free_contents(context, entries);
507 krb5_ldap_put_principal(krb5_context context, krb5_db_entry *entries, argument
542 for (i=0; i < *nentries; ++i, ++entries) {
543 if (is_principal_in_realm(ldap_context, entries->princ) != 0) {
550 if (entries->princ) {
551 if (((st=krb5_unparse_name(context, entries
103 krb5_ldap_get_principal(krb5_context context, krb5_const_principal searchfor, unsigned int flags, krb5_db_entry *entries, int *nentries, krb5_boolean *more) argument
1287 krb5_read_tkt_policy(krb5_context context, krb5_ldap_context *ldap_context, krb5_db_entry *entries, char *policy) argument
1338 krb5_decode_krbsecretkey(krb5_context context, krb5_db_entry *entries, struct berval **bvalues, krb5_tl_data *userinfo_tl_data, krb5_kvno *mkvno) argument
[all...]
H A Dldap_principal.c131 krb5_ldap_free_principal(krb5_context kcontext, krb5_db_entry *entries, argument
136 krb5_dbe_free_contents(kcontext, &entries[i]);
261 krb5_db_entry entries; local
269 if ((st=krb5_ldap_get_principal(context, searchfor, 0, &entries, nentries, &more)) != 0 || *nentries == 0)
272 if (((st=krb5_get_princ_type(context, &entries, &(ptype))) != 0) ||
273 ((st=krb5_get_attributes_mask(context, &entries, &(attrsetmask))) != 0) ||
274 ((st=krb5_get_princ_count(context, &entries, &(pcount))) != 0) ||
275 ((st=krb5_get_userdn(context, &entries, &(DN))) != 0))
317 * NOTE: krbsecretkey attribute has per principal entries. There can be chances that the
376 krb5_ldap_free_principal(context, &entries, *nentrie
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim.c130 ret = dbm_delete(map->entries, key);
164 ret = dbm_fetch(map->entries, key);
168 ret = dbm_fetch(map->entries, key);
180 * or updates entries.
199 ret = dbm_fetch(map->entries, key);
208 * this is the time to scan it and see if any new entries have been
267 dbm_close(map->entries);
284 ret = dbm_firstkey(map->entries);
319 ret = dbm_nextkey(map->entries);
360 ret = dbm_do_nextkey(map->entries, inke
[all...]
H A Dmap_ctrl.c98 map->entries = NULL;
112 * can save a lot of work as map entries are accessed.
247 map->entries = NULL;
309 if (NULL != old_map->entries) {
336 if (NULL != map->entries) {
337 dbm_close(map->entries);
338 map->entries = NULL;
472 /* Open entries map */
473 map->entries = dbm_open(map->map_path, map->open_flags, map->open_mode);
475 if (NULL == map->entries) {
[all...]
H A Dupdate.c85 /* Only update individual entries if entire map is */
98 update_timestamp(map->entries);
171 dbm_delete(map->entries, *key);
179 res = dbm_store(map->entries, *key, dat, DBM_REPLACE);
/osnet-11/usr/src/grub/grub2/grub-core/parttool/
H A Dmsdospart.c67 mbr.entries[i].flag = 0x0;
68 mbr.entries[index].flag = 0x80;
73 mbr.entries[index].flag = 0x0;
115 type = mbr.entries[index].type;
132 mbr.entries[index].type = type;
/osnet-11/usr/src/lib/libsecdb/
H A DMakefile50 ETCDFILES += $(EFILES:%=$(ROOTETC)/%.d/local-entries)
57 ETCSECURITYDFILES += $(ESDFILES:%=$(ROOTETCSECURITY)/%.d/local-entries)
97 $(ROOTETCSECURITY)/%.d/local-entries:= INSLINKTARGET = ../$<
99 $(ROOTETC)/%.d/local-entries:= INSLINKTARGET = ../$<
113 $(ROOTETCSECURITY)/%.d/local-entries: %
116 $(ROOTETC)/%.d/local-entries: %
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dgpt.c58 grub_uint64_t entries;
72 if (mbr.entries[0].type != GRUB_PC_PARTITION_TYPE_GPT_DISK)
89 entries = grub_le_to_cpu64 (gpt.partitions) << sector_log;
92 if (grub_disk_read (disk, entries, last_offset,
103 part.offset = entries;
121 entries++;
57 grub_uint64_t entries; local
H A Dmsdos.c88 if (mbr.entries[i].flag & 0x7f)
94 e = mbr.entries + p.index;
131 e = mbr.entries + i;
206 if (mbr.entries[i].flag & 0x7f)
212 e = mbr.entries + i;
229 e = mbr.entries + i;
/osnet-11/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;
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in62 echo "More than one entries?" 1>&2
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c279 int entries = 0; local
282 /* Count entries to prepare a contiguous map block. */
285 entries++;
288 if (entries == 0)
307 + (entries + 1) * sizeof (int13map_node_t);
328 for (i = 0; i < entries; ++i, curentry = curentry->next)
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c703 * There will always be at least two entries (e.g. one ':') in the string.
704 * Return the number of entries found, or 0 for a misformed string
707 pt_delta_str_helper(char *s, uint64_t *values, int entries) argument
712 if (entries <= 1 || *s == '\0')
714 for (i = 0; i < (entries - 1); i++) {
722 if (i == (entries - 1)) {
724 return (entries);
734 * both strings have the same number of entries
739 * Returns the number of entries found in the string, else 0 if misformed.
742 pt_delta_str(char *s1, char *s2, uint64_t *delta, int entries) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c387 /* A cluster of entries to reflect the argp tree structure. */
421 struct hol_entry *entries;
422 /* The number of entries in this hol. If this field is zero, the others
430 /* Clusters of entries in this hol. */
436 hol_cluster in which these entries occur, or 0, if at the root. */
468 hol->entries = malloc (sizeof (struct hol_entry) * hol->num_entries);
471 assert (hol->entries && hol->short_options);
475 /* Fill in the entries. */
477 for (o = opts, entry = hol->entries; ! oend (o); entry++)
548 free (hol->entries);
416 struct hol_entry *entries; member in struct:hol
873 struct hol_entry *entries = local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c586 int set, rc, entries; local
605 entries = cfg_get_section(cfg, &entry, "dsvol");
606 for (set = 1; set <= entries; set++) {
654 while (set < entries)
656 if (entries)
665 return (rc < 0? rc : entries);
701 int set, entries, offset = 0; local
716 entries = cfg_get_section(cfg, &entry, "sv");
717 for (set = 1; set <= entries; set++) {
750 while (set < entries)
845 int set, self_loaded, rc, entries; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmsdos_partition.h101 /* Four partition entries. */
102 struct grub_msdos_partition_entry entries[4]; member in struct:grub_msdos_partition_mbr

Completed in 91 milliseconds

12345