Lines Matching refs:AP_DEVICES
700 static void zcrypt_status_mask(char status[AP_DEVICES]) in zcrypt_status_mask() argument
704 memset(status, 0, sizeof(char) * AP_DEVICES); in zcrypt_status_mask()
712 static void zcrypt_qdepth_mask(char qdepth[AP_DEVICES]) in zcrypt_qdepth_mask() argument
716 memset(qdepth, 0, sizeof(char) * AP_DEVICES); in zcrypt_qdepth_mask()
728 static void zcrypt_perdev_reqcnt(int reqcnt[AP_DEVICES]) in zcrypt_perdev_reqcnt() argument
732 memset(reqcnt, 0, sizeof(int) * AP_DEVICES); in zcrypt_perdev_reqcnt()
890 char status[AP_DEVICES]; in zcrypt_unlocked_ioctl()
893 sizeof(char) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
898 char qdepth[AP_DEVICES]; in zcrypt_unlocked_ioctl()
901 sizeof(char) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
906 int reqcnt[AP_DEVICES]; in zcrypt_unlocked_ioctl()
909 sizeof(int) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
1220 char workarea[sizeof(int) * AP_DEVICES]; in zcrypt_proc_show()
1243 m, workarea, AP_DEVICES); in zcrypt_proc_show()
1245 sprinthx("Waiting work element counts", m, workarea, AP_DEVICES); in zcrypt_proc_show()
1248 m, (unsigned int *) workarea, AP_DEVICES); in zcrypt_proc_show()