Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netkey/
H A Dkeydb.c129 caddr_t tmp_bitmap = NULL; in keydb_newsecreplay() local
141 tmp_bitmap = (caddr_t)kalloc_data(wsize, Z_NOWAIT | Z_ZERO); in keydb_newsecreplay()
142 if (!tmp_bitmap) { in keydb_newsecreplay()
144 tmp_bitmap = (caddr_t)kalloc_data(wsize, Z_WAITOK | Z_ZERO | Z_NOFAIL); in keydb_newsecreplay()
148 p->bitmap = tmp_bitmap; in keydb_newsecreplay()