Searched refs:ctr (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h80 void (*init)(const struct ccmode_ctr *ctr, ccctr_ctx *ctx,
83 void (*ctr)(ccctr_ctx *ctx, unsigned long nblocks, member in struct:ccmode_ctr
H A Dccmode_factory.h272 void ccmode_ctr_init(const struct ccmode_ctr *ctr, ccctr_ctx *ctx,
289 .ctr = ccmode_ctr_crypt, \
298 void ccmode_factory_ctr_crypt(struct ccmode_ctr *ctr, argument
301 *ctr = ctr_crypt;
H A Dccmode.h208 /* Declare a ctr key named _name_. Pass the size field of a struct ccmode_ctr
237 mode->ctr(ctx, numBlocks, in, out);
247 mode->ctr(ctx, numBlocks, in, out);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c554 transaction *ctr, *prev=NULL, *next; local
644 for (ctr = jnl->completed_trs; ctr; prev=ctr, ctr=next) {
645 if (ctr->journal_start == jnl->active_start) {
646 jnl->active_start = ctr->journal_end;
648 prev->next = ctr->next;
650 if (ctr == jnl->completed_trs) {
651 jnl->completed_trs = ctr
2288 transaction *ctr; local
[all...]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm.c598 int ctr; local
1701 for (ctr = 0; ctr < (int)ar->ar_arg_len; ctr++) {
1703 ar->ar_arg_ctlname[ctr]);
H A Daudit_bsm_token.c1135 int ctr; local
1139 ctr = count;
1141 while (ctr-- > 0) {
/darwin-on-arm/xnu/osfmk/arm/
H A Dproc_reg.h480 ARMREG_READ_INLINE(ctr, "p15,0,%0,c0,c0,1") /* Cache Type Register */
H A Dpmap.c2442 uint32_t ctr; local
2456 ctr = (page->phys_page) - (gPhysBase >> PAGE_SHIFT);
2458 vm_page_insert(page, pmap->pm_obj, ctr);

Completed in 404 milliseconds