Lines Matching refs:param
279 static bool tomoyo_parse_name_union_quoted(struct tomoyo_acl_param *param, in tomoyo_parse_name_union_quoted() argument
282 char *filename = param->data; in tomoyo_parse_name_union_quoted()
285 return tomoyo_parse_name_union(param, ptr); in tomoyo_parse_name_union_quoted()
454 static char *tomoyo_get_transit_preference(struct tomoyo_acl_param *param, in tomoyo_get_transit_preference() argument
457 char * const pos = param->data; in tomoyo_get_transit_preference()
461 e->transit = tomoyo_get_domainname(param); in tomoyo_get_transit_preference()
477 e->transit = tomoyo_get_name(tomoyo_read_token(param)); in tomoyo_get_transit_preference()
480 return param->data; in tomoyo_get_transit_preference()
495 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param) in tomoyo_get_condition() argument
505 tomoyo_get_transit_preference(param, &e); in tomoyo_get_condition()
603 param->data = left_word; in tomoyo_get_condition()
605 !tomoyo_parse_number_union(param, in tomoyo_get_condition()
621 param->data = right_word; in tomoyo_get_condition()
622 if (!tomoyo_parse_name_union_quoted(param, in tomoyo_get_condition()
635 param->data = right_word; in tomoyo_get_condition()
636 if (!tomoyo_parse_number_union(param, in tomoyo_get_condition()