Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 25 of 74) sorted by relevance

123

/netbsd/src/usr.bin/mixerctl/
Dmixerctl.c60 static mixer_devinfo_t *infos; variable
399 infos = calloc(ndev, sizeof *infos); in main()
403 infos[i].index = i; in main()
404 if (ioctl(fd, AUDIO_MIXER_DEVINFO, &infos[i]) == -1) in main()
409 rfields[i].name = infos[i].label.name; in main()
411 rfields[i].infp = &infos[i]; in main()
416 values[i].type = infos[i].type; in main()
417 if (infos[i].type != AUDIO_MIXER_CLASS) { in main()
429 if (infos[i].type != AUDIO_MIXER_CLASS && in main()
430 infos[i].type != -1) { in main()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/
Dstore_result.c593 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12()
600 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12()
605 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12()
614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
637 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12()
638 infos = NULL; in try_pkcs12()
640 ctx->cached_info = infos; in try_pkcs12()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-osabi.exp29 set infos { \
34 foreach info $infos {
/netbsd/src/external/gpl2/lvm2/dist/lib/cache/
Dlvmcache.c145 dm_list_iterate_items(info, &vginfo->infos) in _update_cache_vginfo_lock_state()
179 dm_list_iterate_items(info, &vginfo->infos) in _drop_metadata()
297 dm_list_add(&vginfo->infos, &info->list); in _vginfo_attach_info()
349 dm_list_iterate_items(info, &vginfo->infos) { in fmt_from_vgname()
433 dm_list_iterate_items(info, &vginfo->infos) in _vginfo_is_valid()
445 dm_list_iterate_items(info, &vginfo->infos) in _vginfo_is_invalid()
661 dm_list_iterate_items(info, &vginfo->infos) { in lvmcache_get_pvids()
765 !dm_list_empty(&vginfo->infos)) in _drop_vginfo()
991 dm_list_init(&vginfo->infos); in _lvmcache_update_vgname()
999 dm_list_iterate_items_safe(info2, info3, &primary_vginfo->infos) { in _lvmcache_update_vgname()
Dlvmcache.h41 struct dm_list infos; /* List head for lvmcache_infos */ member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dks_p11.c61 CK_MECHANISM_INFO_PTR *infos; member
280 slot->mechs.infos = calloc(i, sizeof(*slot->mechs.infos)); in p11_mech_info()
288 slot->mechs.infos[i] = calloc(1, sizeof(*(slot->mechs.infos[0]))); in p11_mech_info()
289 if (slot->mechs.infos[i] == NULL) { in p11_mech_info()
295 slot->mechs.infos[i])); in p11_mech_info()
1012 if (p->slot[i].mechs.infos) { in p11_release_module()
1016 free(p->slot[i].mechs.infos[j]); in p11_release_module()
1017 free(p->slot[i].mechs.infos); in p11_release_module()
1210 unparse_flags(s->mechs.infos[j]->flags, mechflags, in p11_printinfo()
/netbsd/src/usr.sbin/ldpd/
Dsocketops.h63 SLIST_ENTRY(hello_info) infos;
Dfsm.c103 SLIST_FOREACH(hi, &hello_info_head, infos) in run_ldp_hello()
115 SLIST_INSERT_HEAD(&hello_info_head, hi, infos); in run_ldp_hello()
Dsocketops.c777 SLIST_FOREACH_SAFE(hi, &hello_info_head, infos, hinext) { in send_hello_alarm()
781 SLIST_REMOVE(&hello_info_head, hi, hello_info, infos); in send_hello_alarm()
1043 SLIST_FOREACH(hi, &hello_info_head, infos) { in new_peer_connection()
1191 SLIST_FOREACH(hi, &hello_info_head, infos) in recv_session_pdu()
Dldp_command.c546 SLIST_FOREACH(hi, &hello_info_head, infos) { in show_hellos()
/netbsd/src/usr.bin/make/unit-tests/
Ddirective-misspellings.mk74 .infos msg # Accepted before 2020-12-13 01:07:54.
Ddirective-misspellings.exp24 make: directive-misspellings.mk:74: Unknown directive "infos"
/netbsd/src/external/gpl2/lvm2/dist/lib/format_pool/
Ddisk_rep.c258 dm_list_iterate_items(info, &vginfo->infos) { in _read_vg_pds()
316 vginfo->infos.n) { in read_pool_pds()
/netbsd/src/external/gpl2/lvm2/dist/include/
Dlvmcache.h41 struct dm_list infos; /* List head for lvmcache_infos */ member
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-support.h69 std::vector<std::unique_ptr<demangle_parse_info>> infos; member
Dcp-name-parser.y2009 dest->infos.push_back (std::move (src));
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dos40010 # header in the first descriptor where there are some useful infos,
Daudio629 # some infos on the header file available at :
/netbsd/src/external/gpl2/lvm2/dist/lib/format1/
Ddisk-rep.c473 vginfo->infos.n) { in read_pvs_in_vg()
474 dm_list_iterate_items(info, &vginfo->infos) { in read_pvs_in_vg()
/netbsd/src/crypto/external/bsd/openssl/dist/
DConfigure2237 my %infos = ( programs => [ @programs ],
2241 foreach my $k (keys %infos) {
2242 foreach (@{$infos{$k}}) {
/netbsd/src/crypto/external/bsd/openssh/dist/
DREADME.lpk175 Each server's sshd is patched and configured to ask the public key and the group infos in the LDAP
/netbsd/src/external/gpl2/lvm2/dist/lib/format_text/
Dformat-text.c1895 dm_list_iterate_items(info, &vginfo->infos) { in _text_create_text_instance()
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmetadata.c2406 dm_list_iterate_items(info, &vginfo->infos) { in _vg_read_orphans()
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Dfr.po6332 msgstr " --ctf[=SECTION] Afficher les infos CTF de la SECTION, (par défaut : « .ctf »)\n"
6337 msgstr " --sframe[=SECTION] Afficher les infos SFrame de la SECTION, (par défaut : « .sframe…
7686 " ldinfo Afficher les infos du chargeur dans le fichier core\n"
8602 msgstr " -u --unwind Afficher les infos de déroulement (si présentes)\n"
8802 msgstr " --sframe[=NOM] Afficher les infos SFRAME de la section NAME, (par défaut : « .sfr…
9814 "N'a pu repérer les infos de la section de déroulage pour "
12574 msgstr "infos systèmes de cœur QNX"
12578 msgstr "infos de cœur QNX"
14672 #~ " -G, --stabs Afficher (en format brut) toutes infos STAB dans le fichier\n"
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog.2003308 between ENC_TS and SAM2, free the etype{,2}-infos on failure, move

123