Searched refs:ap_parse_mask_str (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/s390/crypto/ |
D | ap_bus.c | 985 int ap_parse_mask_str(const char *str, in ap_parse_mask_str() function 1018 EXPORT_SYMBOL(ap_parse_mask_str); 1206 rc = ap_parse_mask_str(buf, ap_perms.apm, AP_DEVICES, &ap_perms_mutex); in apmask_store() 1237 rc = ap_parse_mask_str(buf, ap_perms.aqm, AP_DOMAINS, &ap_perms_mutex); in aqmask_store() 1597 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES, in ap_perms_init() 1604 ap_parse_mask_str(aqm_str, ap_perms.aqm, AP_DOMAINS, in ap_perms_init()
|
D | ap_bus.h | 312 int ap_parse_mask_str(const char *str,
|
D | zcrypt_api.c | 193 rc = ap_parse_mask_str(buf, zcdndev->perms.ioctlm, in ioctlmask_store() 235 rc = ap_parse_mask_str(buf, zcdndev->perms.apm, in apmask_store() 277 rc = ap_parse_mask_str(buf, zcdndev->perms.aqm, in aqmask_store()
|