Searched refs:ap_parse_mask_str (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | ap_bus.h | 319 * ap_parse_mask_str() - helper function to parse a bitmap string 330 int ap_parse_mask_str(const char *str,
|
H A D | ap_bus.c | 1235 int ap_parse_mask_str(const char *str, in ap_parse_mask_str() function 1261 EXPORT_SYMBOL(ap_parse_mask_str); 2466 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES, in ap_perms_init() 2473 ap_parse_mask_str(aqm_str, ap_perms.aqm, AP_DOMAINS, in ap_perms_init()
|
H A D | zcrypt_api.c | 186 rc = ap_parse_mask_str(buf, zcdndev->perms.ioctlm, in ioctlmask_store() 223 rc = ap_parse_mask_str(buf, zcdndev->perms.apm, in apmask_store() 260 rc = ap_parse_mask_str(buf, zcdndev->perms.aqm, in aqmask_store() 297 rc = ap_parse_mask_str(buf, zcdndev->perms.adm, in admask_store()
|