Searched refs:ENC_MALLOCZ (Results 1 – 4 of 4) sorted by relevance
216 #define ENC_MALLOCZ(amt) malloc(amt, M_SCSIENC, M_ZERO|M_NOWAIT) macro
1215 mode_buf = ENC_MALLOCZ(mode_buf_len); in ses_set_timed_completion()3019 enc->enc_private = ENC_MALLOCZ(sizeof(ses_softc_t)); in ses_softc_init()3021 enc->enc_cache.private = ENC_MALLOCZ(sizeof(ses_cache_t)); in ses_softc_init()3024 ENC_MALLOCZ(sizeof(ses_cache_t)); in ses_softc_init()
899 enc = ENC_MALLOCZ(sizeof(*enc)); in enc_ctor()
1109 enc->enc_private = ENC_MALLOCZ(SAFT_PRIVATE); in safte_softc_init()