Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-add.c255 struct ssh_identitylist *idlist; in add_file() local
338 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()
339 for (i = 0; i < idlist->nkeys; i++) { in add_file()
340 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file()
342 left = sshkey_signatures_left(idlist->keys[i]); in add_file()
357 ssh_free_identitylist(idlist); in add_file()
360 ssh_free_identitylist(idlist); in add_file()
533 struct ssh_identitylist *idlist; in list_identities() local
537 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
545 for (i = 0; i < idlist->nkeys; i++) { in list_identities()
[all …]
Dsshconnect2.c312 typedef struct idlist Idlist;
323 TAILQ_HEAD(idlist, identity);
339 struct idlist keys;
755 TAILQ_FOREACH_REVERSE(id, &authctxt->keys, idlist, next) { in input_userauth_pk_ok()
1668 struct ssh_identitylist *idlist; in get_agent_identities() local
1681 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in get_agent_identities()
1688 *idlistp = idlist; in get_agent_identities()
1689 debug_f("agent returned %zu keys", idlist->nkeys); in get_agent_identities()
1705 struct idlist agent, files, *preferred; in pubkey_prepare()
1709 struct ssh_identitylist *idlist; in pubkey_prepare() local
[all …]
Dauthfd.c364 struct ssh_identitylist *idlist = NULL; in ssh_agent_has_key() local
366 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()
370 for (i = 0; i < idlist->nkeys; i++) { in ssh_agent_has_key()
371 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
377 ssh_free_identitylist(idlist); in ssh_agent_has_key()
Dssh-agent.c150 TAILQ_HEAD(idqueue, identity) idlist;
223 TAILQ_INIT(&idtab->idlist); in idtab_init()
579 TAILQ_FOREACH(id, &idtab->idlist, next) { in lookup_identity()
629 TAILQ_FOREACH(id, &idtab->idlist, next) { in process_request_identities()
1014 TAILQ_REMOVE(&idtab->idlist, id, next); in process_remove_identity()
1030 for (id = TAILQ_FIRST(&idtab->idlist); id; in remove_all_identities()
1031 id = TAILQ_FIRST(&idtab->idlist)) { in remove_all_identities()
1032 TAILQ_REMOVE(&idtab->idlist, id, next); in remove_all_identities()
1056 for (id = TAILQ_FIRST(&idtab->idlist); id; id = nxt) { in reaper()
1062 TAILQ_REMOVE(&idtab->idlist, id, next); in reaper()
[all …]
/netbsd/src/sys/external/bsd/drm/dist/bsd-core/
Ddrm_drv.c55 drm_pci_id_list_t *idlist);
169 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist) in drm_probe() argument
191 id_entry = drm_find_description(vendor, device, idlist); in drm_probe()
203 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist) in drm_attach() argument
267 dev->pci_device, idlist); in drm_attach()
324 drm_probe(struct pci_attach_args *pa, drm_pci_id_list_t *idlist) in drm_probe() argument
329 PCI_PRODUCT(pa->pa_id), idlist); in drm_probe()
338 drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist) in drm_attach() argument
416 PCI_PRODUCT(pa->pa_id), idlist); in drm_attach()
444 drm_pci_id_list_t *idlist) in drm_find_description() argument
[all …]
DdrmP.h987 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist);
988 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist);
997 int drm_probe(struct pci_attach_args *pa, drm_pci_id_list_t *idlist);
998 void drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist);
/netbsd/src/usr.sbin/postinstall/
Dpostinstall.in264 idlist[ARGV[x]]++;
274 for (id in idlist) {
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.tree-ssa17613 (is_simple_compref_lhs): Remove &ID.idlist rule.