Lines Matching defs:terminate
1908 def print_prototype(ri, direction, terminate=True, doc=None):
1909 suffix = ';' if terminate else ''
2356 print_prototype(ri, direction, terminate=False)
2411 print_prototype(ri, direction, terminate=False)
2600 def print_parse_prototype(ri, direction, terminate=True):
2602 term = ';' if terminate else ''
2716 def print_req_policy_fwd(cw, struct, ri=None, terminate=True):
2717 if terminate and ri and policy_should_be_static(struct.family):
2720 if terminate:
2728 suffix = ';' if terminate else ' = {'
2743 print_req_policy_fwd(cw, struct, ri=ri, terminate=False)
2828 def print_kernel_op_table_fwd(family, cw, terminate):
2831 if not terminate or exported:
2853 if terminate:
2858 if not terminate:
2896 print_kernel_op_table_fwd(family, cw, terminate=True)
2900 print_kernel_op_table_fwd(family, cw, terminate=False)