Lines Matching refs:terminate
1107 def print_prototype(ri, direction, terminate=True, doc=None): argument
1108 suffix = ';' if terminate else ''
1314 print_prototype(ri, direction, terminate=False)
1362 print_prototype(ri, direction, terminate=False)
1484 def print_parse_prototype(ri, direction, terminate=True): argument
1486 term = ';' if terminate else ''
1653 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): argument
1654 if terminate and ri and kernel_can_gen_family_struct(struct.family):
1657 if terminate:
1665 suffix = ';' if terminate else ' = {'
1678 print_req_policy_fwd(cw, struct, ri=ri, terminate=False)
1688 def print_kernel_op_table_fwd(family, cw, terminate): argument
1691 if not terminate or exported:
1711 if terminate:
1716 if not terminate:
1754 print_kernel_op_table_fwd(family, cw, terminate=True)
1758 print_kernel_op_table_fwd(family, cw, terminate=False)