HomeSort by relevance Sort by last modified time
    Searched refs:entries (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
Makefile 32 @echo these terminfo entries are not currently used by Solaris
33 @echo use entries in usr/src/cmd/terminfo
  /onnv/onnv-gate/usr/src/head/rpcsvc/
nis_callback.x 47 obj_p entries<>; /* List of objects */
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_cback_xdr.c 49 return (xdr_array(xdrs, (char **)&objp->entries.entries_val,
50 (uint_t *)&objp->entries.entries_len, ~0,
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
Sun_fcGetFcpTargetMapping.cc 74 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;
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
ott_mv.c 59 struct ott_entry *entries[MAXOBJPARTS+1]; local
105 entries[numparts++] = ott_dup(entry);
108 entries[numparts] = NULL;
111 if (stat(ott_to_path(entries[0]), buf) == -1)
116 if (opt_rename(entries, name, newnames) == O_FAIL) {
124 strcpy(newnames[i], entries[i]->name);
151 if ((optab = obj_to_opt(entries[0]->objtype)) == NULL) {
162 entries[0]->objtype, entries[0]->objmask,entries[0]->odi, NULL)
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
x_name.c 118 if ((ret->entries=sk_X509_NAME_ENTRY_new_null()) == NULL)
129 if (ret->entries)
130 sk_X509_NAME_ENTRY_free(ret->entries);
144 sk_X509_NAME_ENTRY_pop_free(a->entries,X509_NAME_ENTRY_free);
166 STACK_OF(X509_NAME_ENTRY) *entries;
185 entries = (STACK_OF(X509_NAME_ENTRY) *)sk_value(intname, i);
186 for(j = 0; j < sk_X509_NAME_ENTRY_num(entries); j++) {
187 entry = sk_X509_NAME_ENTRY_value(entries, j);
189 if(!sk_X509_NAME_ENTRY_push(nm->entries, entry))
192 sk_X509_NAME_ENTRY_free(entries);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/crypto/io/
cryptoadm.c 244 crypto_dev_list_entry_t *entries; local
253 if (crypto_get_dev_list(&count, &entries) != 0) {
265 crypto_free_dev_list(entries, count);
279 crypto_free_dev_list(entries, count);
283 /* copyout entries */
285 if (count > 0 && copyout(entries, arg + offset, copyout_size) != 0) {
286 crypto_free_dev_list(entries, count);
289 crypto_free_dev_list(entries, count);
362 crypto_mech_name_t *entries; local
384 &count, &entries)) != CRYPTO_SUCCESS)
433 crypto_mech_name_t *entries; local
500 crypto_mech_name_t *entries; local
576 crypto_mech_name_t *entries; local
656 crypto_mech_name_t *entries; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
friendly.c 49 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 ) {
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
friendly.c 48 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 ) {
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
ldap_principal2.c 81 krb5_ldap_get_principal(context, searchfor, entries, nentries, more)
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)
454 krb5_db_entry *entries;
490 for (i=0; i < *nentries; ++i, ++entries) {
491 if (is_principal_in_realm(ldap_context, entries->princ) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
view.c 167 int error, entries, total; local
173 error = smb_netshareenum(ctx, &entries, &total, &share_info);
178 print_shares(entries, total, share_info);
183 print_shares(int entries, int total,
192 for (ep = share_info, i = 0; i < entries; i++, ep++) {
203 entries, total);
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/fsck/
res.h 43 res *res_create(char *namep, int entries, int verbose);
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
shim.c 133 ret = dbm_delete(map->entries, key);
167 ret = dbm_fetch(map->entries, key);
171 ret = dbm_fetch(map->entries, key);
183 * or updates entries.
202 ret = dbm_fetch(map->entries, key);
211 * this is the time to scan it and see if any new entries have been
270 dbm_close(map->entries);
287 ret = dbm_firstkey(map->entries);
322 ret = dbm_nextkey(map->entries);
363 ret = dbm_do_nextkey(map->entries, inkey)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
netshareenum.c 86 int error, i, entries;
196 entries = share_info.share_union.tagged_union.share1->share_count;
198 entry_list = calloc(entries, sizeof (struct share_info));
203 for (share = shares, elp = entry_list, i = 0; i < entries;
214 *entriesp = entries;
222 for (elp = entry_list, i = 0; i < entries; i++, elp++) {
227 * to any entries after this one.
239 for (share = shares, i = 0; i < entries; i++, share++) {
303 int error, bufsize, i, entries, total, nreturned; local
314 error = smb_rap_NetShareEnum(ctx, 1, rpbuf, &bufsize, &entries, &total)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_mount.c 85 "Return mount entries", /* 2 */
87 "Remove all mount entries", /* 4 */
445 int entries = 0; local
448 (void) sprintf(buff, "%d+ entries", entries);
457 entries++;
460 (void) sprintf(buff, "%d entries", entries);
467 int entries = 0; local
473 " %d+ entries. (Frame is incomplete)"
492 int entries = 0; local
513 int entries = 0; local
    [all...]
snoop_nfs3.c 1055 static int entries; local
1057 entries = 0;
1059 (void) sprintf(buff, " %d+ entries (incomplete)", entries);
1065 entries++;
1071 (void) sprintf(buff, " %d entries (%s)",
1072 entries, getxdr_bool() ? "No more" : "More");
1080 static int entries; local
1083 entries = 0;
1085 (void) sprintf(buff, " %d+ entries (incomplete)", entries)
1110 static int entries; local
1144 static int entries; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nislog.c 154 int entries = MAXINT; local
193 entries = atoi(argv[optind]);
203 entries = atoi(optarg);
207 entries = atoi(optarg);
269 for (i = 0; cur && (i < entries); cur = cur->lu_prev) {
278 for (i = 0; cur && (i < entries); cur = cur->lu_next) {
  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
bringover.f 34 define fileset name=srcfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc,paralloc
35 define fileset name=destfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth
copyfiles.f 34 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc=100,paralloc
35 define fileset name=destfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth
deletefiles.f 35 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100,paralloc
filemicro_statfile.f 37 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100
listdirs.f 33 define fileset name=bigfileset,path=$dir,size=0,entries=$nfiles,dirwidth=$meandirwidth,prealloc
openfiles.f 33 define fileset name=bigfileset,path=$dir,size=0,entries=$nfiles,dirwidth=$meandirwidth,prealloc
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_error.c 108 int entries[SBDP_IE_MAX_ENTRIES]; member in struct:error_matrix
227 sbdp_error_matrix[index].entries[entry] = value;
235 * Reset all entries to 0.
247 sbdp_error_matrix[i].entries[j] = 0;
295 value = sbdp_error_matrix[index].entries[entry];
  /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/
directory_server.c 78 directory_entry_rpc *entries;
84 entries = (directory_entry_rpc *)
86 if (entries == NULL)
88 result->directory_results_rpc_u.entries.entries_val = entries;
89 result->directory_results_rpc_u.entries.entries_len = nids;
95 directory_entry_set_error(&entries[i],
102 de = providers[i]->get(entries, &ids, types,

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011