Lines Matching defs:terminate
1914 def print_prototype(ri, direction, terminate=True, doc=None):
1915 suffix = ';' if terminate else ''
2373 print_prototype(ri, direction, terminate=False)
2428 print_prototype(ri, direction, terminate=False)
2620 def print_parse_prototype(ri, direction, terminate=True):
2622 term = ';' if terminate else ''
2736 def print_req_policy_fwd(cw, struct, ri=None, terminate=True):
2737 if terminate and ri and policy_should_be_static(struct.family):
2740 if terminate:
2748 suffix = ';' if terminate else ' = {'
2763 print_req_policy_fwd(cw, struct, ri=ri, terminate=False)
2846 def print_kernel_op_table_fwd(family, cw, terminate):
2849 if not terminate or exported:
2871 if terminate:
2876 if not terminate:
2914 print_kernel_op_table_fwd(family, cw, terminate=True)
2918 print_kernel_op_table_fwd(family, cw, terminate=False)