Lines Matching refs:param
268 static bool tomoyo_parse_name_union_quoted(struct tomoyo_acl_param *param, in tomoyo_parse_name_union_quoted() argument
271 char *filename = param->data; in tomoyo_parse_name_union_quoted()
273 return tomoyo_parse_name_union(param, ptr); in tomoyo_parse_name_union_quoted()
439 static char *tomoyo_get_transit_preference(struct tomoyo_acl_param *param, in tomoyo_get_transit_preference() argument
442 char * const pos = param->data; in tomoyo_get_transit_preference()
445 e->transit = tomoyo_get_domainname(param); in tomoyo_get_transit_preference()
460 e->transit = tomoyo_get_name(tomoyo_read_token(param)); in tomoyo_get_transit_preference()
463 return param->data; in tomoyo_get_transit_preference()
478 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param) in tomoyo_get_condition() argument
488 tomoyo_get_transit_preference(param, &e); in tomoyo_get_condition()
584 param->data = left_word; in tomoyo_get_condition()
586 !tomoyo_parse_number_union(param, in tomoyo_get_condition()
602 param->data = right_word; in tomoyo_get_condition()
603 if (!tomoyo_parse_name_union_quoted(param, in tomoyo_get_condition()
616 param->data = right_word; in tomoyo_get_condition()
617 if (!tomoyo_parse_number_union(param, in tomoyo_get_condition()