Home
last modified time | relevance | path

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

/openbsd/usr.sbin/btrace/
H A Dmap.c40 char mkey[KLEN]; member
52 return strncmp(me0->mkey, me1->mkey, KLEN - 1); in mcmp()
60 strlcpy(me.mkey, key, KLEN); in mget()
67 strlcpy(mep->mkey, key, KLEN); in mget()
105 strlcpy(me.mkey, key, KLEN); in map_delete()
173 printf("@%s[%s]: %s\n", name, mep->mkey, in map_print()
329 bin = atol(mep->mkey); in hist_print()
338 bin = atol(mcur->mkey); in hist_print()
H A Dbt_parse.y657 bm_insert(const char *mname, struct bt_arg *mkey, struct bt_arg *mval) in bm_insert() argument
661 if (mkey->ba_type == B_AT_TUPLE) in bm_insert()
665 ba->ba_key = mkey; in bm_insert()
672 bm_find(const char *vname, struct bt_arg *mkey) in bm_find() argument
677 ba->ba_key = mkey; in bm_find()
/openbsd/usr.bin/snmp/
H A Dusm.c573 char *mkey; in usm_setengineid() local
584 mkey = usm->authkey; in usm_setengineid()
586 mkey)) == NULL) { in usm_setengineid()
587 usm->authkey = mkey; in usm_setengineid()
590 free(mkey); in usm_setengineid()
594 mkey = usm->privkey; in usm_setengineid()
596 mkey)) == NULL) { in usm_setengineid()
597 usm->privkey = mkey; in usm_setengineid()
600 free(mkey); in usm_setengineid()
677 !EVP_DigestUpdate(ctx, mkey, EVP_MD_size(md)) || in usm_mkey2lkey()
[all …]
/openbsd/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/usr.bin/file/magdir/
H A Dbasis18 >>8 string \000 (mkey)
/openbsd/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, in __i915_active_init() argument
366 __mutex_init(&ref->mutex, "i915_active", mkey); in __i915_active_init()
/openbsd/usr.bin/ssh/
H A Dssh-agent.c687 struct sshkey *mkey = NULL, *hostkey = NULL; in parse_userauth_request() local
711 (r = sshkey_froms(b, &mkey)) != 0) /* key */ in parse_userauth_request()
716 !sshkey_equal(expected_key, mkey) || in parse_userauth_request()
754 sshkey_free(mkey); in parse_userauth_request()