Searched refs:key (Results 476 - 500 of 892) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c85 * Allocate space for the Item pointer, key and data.
92 } else if ((itemp->key = (char *)malloc(len)) == NULL) {
94 "itemp->key");
99 free(itemp->key);
156 * group name as key and set the key
159 (void) memmove(itemp->key, nam, len);
163 * the key and the data length.
220 * Allocate space for the Item pointer, key
227 * group name as key an
[all...]
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_step.c53 static thread_key_t key = THR_ONCE_KEY; variable
97 vars_storage *vars = _get_vars_storage(&key);
108 vars_storage *vars = _get_vars_storage(&key);
119 vars_storage *vars = _get_vars_storage(&key);
130 vars_storage *vars = _get_vars_storage(&key);
141 vars_storage *vars = _get_vars_storage(&key);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c285 const char *key[4]; local
303 key[0] = "capaths";
304 key[1] = clientz;
305 key[2] = serverz;
306 key[3] = NULL;
307 retval = profile_get_values(context->profile, key, vals);
H A Drd_rep.c73 * the key in kblock is used to decrypt the message.
105 retval = krb5_k_decrypt(context, auth_context->key,
185 if ((retval = krb5_k_decrypt(context, auth_context->key,
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c120 * Copy key and value string pointers from input arrays to adr_name_t arrays.
130 char *key = tgt->an_keys[off + i] = (char *)k[i]; local
132 len += strlen(key) + strlen(value);
139 * Copy key and value string pointers from va_list to adr_name_t arrays.
148 char *key = tgt->an_keys[off + i] = va_arg(l, char *); local
150 len += strlen(key) + strlen(value);
231 * Constructs a new adr_name_t by combining the new key-value pairs
257 * Constructs a new adr_name_t by combining the new key-value pairs
292 adr_name_key(const adr_name_t *name, const char *key) argument
295 if (strcmp(name->an_keys[i], key)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c220 int key; local
391 while ((key = grub_getkey ()) != '\n' && key != '\r')
393 switch (key)
614 if (grub_isprint (key))
618 str[0] = key;
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c87 "[<database> [<key>] ...]\n\n"
110 "\t -j File containing the password for bindDN or SSL key db.\n"
119 "\t<key> is the key to search in the database. For the standard\n"
120 "\tdatabases, the search type for the key is predefined. You can\n"
121 "\toverride this by specifying <type>=<key>.\n"
270 char **key = NULL; local
389 key = &argv[optind];
483 if (!key && !(listflag & NS_LDAP_SCOPE_BASE))
506 ldapfilter = set_filter_publickey(key, databas
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c605 /* populate the key in the name_p structure */
617 getmyside(sp, ep), didnp->key, ep)) == NULL)
761 * key - key of records to delete
766 * key for all sides except curside. This function is used
774 mdkey_t key,
785 if (del_name(sp, nd->nd_nodeid, key, &first_error) == -1) {
798 * key - key of records to delete
803 * key fo
770 del_hsp_name_mn_sides( mdsetname_t *sp, md_set_desc *sd, side_t curside, mdkey_t key, md_error_t *ep ) argument
807 del_hsp_name_trad_sides( mdsetname_t *sp, md_set_desc *sd, side_t curside, mdkey_t key, md_error_t *ep ) argument
853 mdkey_t key = HSP_ID_TO_KEY(hspid); local
911 add_hsp_name_mn_sides( mdsetname_t *sp, md_set_desc *sd, side_t curside, mdkey_t key, char *hsp_name, md_error_t *ep ) argument
948 add_hsp_name_trad_sides( mdsetname_t *sp, md_set_desc *sd, side_t curside, mdkey_t key, char *hsp_name, md_error_t *ep ) argument
994 mdkey_t key; local
[all...]
H A Dmeta_devadm.c278 mdkey_t key,
293 nm.key = key;
391 * has_devid -- return the device ID for a given key
395 * devid devid found that corresponds to the given key.
398 has_devid(set_t setno, side_t sideno, mdkey_t key, md_error_t *ep) argument
400 return (meta_getdidbykey(setno, sideno, key, ep));
614 * Get the entry of the namespace via the key. To do this
621 nm.key = MD_KEYWILD;
635 /* look at each key i
273 meta_update_namespace( set_t setno, side_t sideno, char *devname, md_dev64_t dev, mdkey_t key, char *pname, md_error_t *ep ) argument
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs608 * together to form a composite key. We can then use the data in the kstat
610 * lookup, where the key is "module:name" and the value is a pointer to the
653 char key[KSTAT_STRLEN * 2];
659 for (f = module, t = key; *f != '\0'; f++, t++) {
673 if ((entry = hv_fetch(raw_kstat_lookup, key, strlen(key), FALSE)) == 0)
703 char *key[3]; /* 3 part key: module, instance, name */
711 key[0] = module;
712 key[
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1109 my($self, $key) = @_;
1112 my $marker = "$key=";
1148 $self->{$key} = $value; # cache it
1152 my($self, $key) = @_;
1156 if ($key =~ /^((?:cc|ld)flags|libs(?:wanted)?)_nolargefiles/) {
1183 $self->{$key} = $value;
1187 my($self, $key) = @_;
1190 return $self->{$key} if exists $self->{$key};
1192 $self->fetch_string($key);
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1109 my($self, $key) = @_;
1112 my $marker = "$key=";
1148 $self->{$key} = $value; # cache it
1152 my($self, $key) = @_;
1156 if ($key =~ /^((?:cc|ld)flags|libs(?:wanted)?)_nolargefiles/) {
1183 $self->{$key} = $value;
1187 my($self, $key) = @_;
1190 return $self->{$key} if exists $self->{$key};
1192 $self->fetch_string($key);
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c62 * initialize hash table with keywords from key
66 inithash(register Hash_table_t* tab, register struct ppkeyword* key) argument
70 for (; s = key->name; key++)
74 hashput(tab, s, key->value);
341 struct ppsymkey* key; local
474 if (key = ppkeyset(pp.symtab, s))
476 key->sym.flags = n;
477 key->lex = kp->value;
1363 op = ((key
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java123 Integer key = new Integer(id);
128 optClasses.put(key, optClass);
517 Integer key = new Integer(optId);
519 Class optClass = (Class)optClasses.get(key);
533 new Object[] {key});
562 optTable.put(key, opt);
570 new Object[] {key, ex});
578 new Object[] {key, ex});
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetprotoent_r.c65 arg.key.name = name;
81 arg.key.number = proto;
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetrpcent_r.c66 arg.key.name = name;
82 arg.key.number = number;
112 /* No key, no stayopen */
/osnet-11/usr/src/lib/libcmd/common/
H A Dvmstate.c69 key(void* handle, Sffmt_t* fp, const char* arg, char** ps, Sflong_t* pn) function
192 sfkeyprintf(sfstdout, &state, state.format, key, NiL);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c127 topo_strhash(const char *key) argument
132 for (p = key; *p != '\0'; p++) {
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_cpw.c67 /* Find last key version number */
107 krb5_keyblock key; local
176 /* there used to be code here to extract the old key, and derive
177 a new key from it. Now that there's a unified prng, that isn't
180 /* make new key */
182 &key)))
190 &key, NULL, kvno,
193 krb5_free_keyblock_contents(context, &key);
242 * Change random key for a krb5_db_entry
300 * Add random key fo
371 krb5_keyblock key; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c35 N_("Keyboard key for this entry."), N_("KEY"), ARG_TYPE_STRING},
44 int key; member in struct:__anon368
124 menu_hotkey = hotkey_aliases[i].key;
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/arc/
H A Dinit.c44 "serial", "net", "video", "par", "point", "key", "audio", "other",
65 name = grub_xasprintf ("%s/%s%lu", prefix, cname, comp->key);
67 name = grub_xasprintf ("%s%s(%lu)", prefix, cname, comp->key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe2.t58 %bar = (key => "ok 9\n");
73 print $bar{key} ? $bar{key} : "not ok 9\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t126 while (my ($key, $val) = each %$left) {
127 # warn "$key $val $$right{$key}";
129 unless $val eq $$right{$key};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl26 foreach $key (keys %TC) {
27 delete $TC{$key};
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprinter.c42 const char *keyp = argp->key.name;
182 return (_nss_files_XY_printer(be, argp, argp->key.name, check_name));

Completed in 132 milliseconds

<<11121314151617181920>>