Home
last modified time | relevance | path

Searched refs:next_io (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_ht.c276 next_io: in OCSP_REQ_CTX_nbio()
322 goto next_io; in OCSP_REQ_CTX_nbio()
335 goto next_io; in OCSP_REQ_CTX_nbio()
364 goto next_io; in OCSP_REQ_CTX_nbio()
370 goto next_io; in OCSP_REQ_CTX_nbio()
413 goto next_io; in OCSP_REQ_CTX_nbio()
428 goto next_io; in OCSP_REQ_CTX_nbio()
458 goto next_io; in OCSP_REQ_CTX_nbio()
/freebsd-12-stable/sys/cam/ctl/
Dctl.c11209 union ctl_io *io, *next_io; in ctl_try_unblock_others() local
11214 io != NULL; io = next_io) { in ctl_try_unblock_others()
11215 next_io = (union ctl_io *)TAILQ_NEXT(&io->io_hdr, blocked_links); in ctl_try_unblock_others()
11362 struct ctl_io_hdr *io, *next_io; in ctl_failover_lun() local
11383 LIST_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) { in ctl_failover_lun()
11412 LIST_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) { in ctl_failover_lun()