Searched refs:mkey (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.sbin/btrace/
H A Dmap.c40 char mkey[KLEN]; member in struct:mentry
52 return strncmp(me0->mkey, me1->mkey, KLEN - 1);
60 strlcpy(me.mkey, key, KLEN);
67 strlcpy(mep->mkey, key, KLEN);
105 strlcpy(me.mkey, key, KLEN);
173 printf("@%s[%s]: %s\n", name, mep->mkey,
329 bin = atol(mep->mkey);
338 bin = atol(mcur->mkey);
H A Dbt_parse.y619 bm_insert(const char *mname, struct bt_arg *mkey, struct bt_arg *mval)
623 if (mkey->ba_type == B_AT_TUPLE)
627 ba->ba_key = mkey;
634 bm_find(const char *vname, struct bt_arg *mkey)
639 ba->ba_key = mkey;
/openbsd-current/usr.bin/snmp/
H A Dusm.c573 char *mkey; local
584 mkey = usm->authkey;
586 mkey)) == NULL) {
587 usm->authkey = mkey;
590 free(mkey);
594 mkey = usm->privkey;
596 mkey)) == NULL) {
597 usm->privkey = mkey;
600 free(mkey);
666 usm_mkey2lkey(struct usm_sec *usm, const EVP_MD *md, const char *mkey) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm261 for my $mkey (keys %$match) {
262 (my $dkey = $mkey) =~ s/^not_//;
264 if (_match_scalar($match->{$mkey}, $val)) {
265 return 0 if $mkey =~ /^not_/;
268 return 0 if $mkey !~ /^not_/;
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_active.h156 struct lock_class_key *mkey,
H A Di915_active.c350 struct lock_class_key *mkey,
366 __mutex_init(&ref->mutex, "i915_active", mkey);
346 __i915_active_init(struct i915_active *ref, int (*active)(struct i915_active *ref), void (*retire)(struct i915_active *ref), unsigned long flags, struct lock_class_key *mkey, struct lock_class_key *wkey) argument
/openbsd-current/lib/libssl/
H A Dssl_ciph.c589 ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, argument
592 *mkey = 0;
/openbsd-current/usr.bin/ssh/
H A Dssh-agent.c682 struct sshkey *mkey = NULL, *hostkey = NULL; local
706 (r = sshkey_froms(b, &mkey)) != 0) /* key */
711 !sshkey_equal(expected_key, mkey) ||
749 sshkey_free(mkey);

Completed in 241 milliseconds