Searched refs:piter (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h374 __sg_page_iter_start(struct sg_page_iter *piter, argument
378 piter->internal.pg_advance = 0;
379 piter->internal.nents = nents;
381 piter->sg = sglist;
382 piter->sg_pgoffset = pgoffset;
415 __sg_page_iter_next(struct sg_page_iter *piter) argument
419 if (piter->internal.nents == 0)
421 if (piter->sg == NULL)
424 piter->sg_pgoffset += piter
475 sg_page_iter_page(struct sg_page_iter *piter) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c74 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen);
216 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) argument
226 *piter = ASN1_INTEGER_get(pbe->iter);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c108 ucl_object_iter_t iter = NULL, piter; local
116 piter = NULL;
117 while (ret && (cur_dep = ucl_object_iterate (cur, &piter, true)) != NULL) {
147 ucl_object_iter_t iter = NULL, piter = NULL; local
154 piter = NULL;
155 while (ret && (prop = ucl_object_iterate (elt, &piter, true)) != NULL) {
215 piter = NULL;
216 while (ret && (prop = ucl_object_iterate (elt, &piter, true)) != NULL) {
244 piter = NULL;
246 while ((pelt = ucl_object_iterate (pat, &piter, tru
478 ucl_object_iter_t iter = NULL, piter = NULL; local
[all...]

Completed in 65 milliseconds