Lines Matching refs:terminate
1308 def print_prototype(ri, direction, terminate=True, doc=None):
1309 suffix = ';' if terminate else ''
1585 print_prototype(ri, direction, terminate=False)
1631 print_prototype(ri, direction, terminate=False)
1761 def print_parse_prototype(ri, direction, terminate=True):
1763 term = ';' if terminate else ''
1873 def print_req_policy_fwd(cw, struct, ri=None, terminate=True):
1874 if terminate and ri and policy_should_be_static(struct.family):
1877 if terminate:
1885 suffix = ';' if terminate else ' = {'
1898 print_req_policy_fwd(cw, struct, ri=ri, terminate=False)
1913 def print_kernel_op_table_fwd(family, cw, terminate):
1916 if not terminate or exported:
1938 if terminate:
1943 if not terminate:
1981 print_kernel_op_table_fwd(family, cw, terminate=True)
1985 print_kernel_op_table_fwd(family, cw, terminate=False)