Searched refs:ltmp (Results 1 – 2 of 2) sorted by relevance
2728 long ltmp; in st_int_ioctl() local2773 ltmp = (-arg); in st_int_ioctl()2774 cmd[2] = (ltmp >> 16); in st_int_ioctl()2775 cmd[3] = (ltmp >> 8); in st_int_ioctl()2776 cmd[4] = ltmp; in st_int_ioctl()2797 ltmp = (-arg); in st_int_ioctl()2798 cmd[2] = (ltmp >> 16); in st_int_ioctl()2799 cmd[3] = (ltmp >> 8); in st_int_ioctl()2800 cmd[4] = ltmp; in st_int_ioctl()2821 ltmp = (-arg); in st_int_ioctl()[all …]
1345 struct lease *lease, *ltmp; in destroy_lease_table() local1357 list_for_each_entry_safe(lease, ltmp, &lb->lease_list, l_entry) in destroy_lease_table()