Searched refs:stat_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1082 struct stat stat_buf; in test_mmap_munmap() local 1105 ret = stat(files[i], &stat_buf); in test_mmap_munmap() 1113 file_size = stat_buf.st_size; in test_mmap_munmap() 1211 struct stat stat_buf; in test_namespace() local 1217 ret = fstat(original_ns, &stat_buf); in test_namespace() 1221 original_ns_ino = stat_buf.st_ino; in test_namespace() 1233 ret = fstat(new_ns, &stat_buf); in test_namespace() 1238 if (stat_buf.st_ino == original_ns_ino) { in test_namespace() 1254 ret = fstat(new_ns, &stat_buf); in test_namespace() 1260 if (stat_buf.st_ino != original_ns_ino) { in test_namespace() [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 1973 char stat_buf[32]; in uart_line_info() local 2020 strncat(stat_buf, (str), sizeof(stat_buf) - \ in uart_line_info() 2021 strlen(stat_buf) - 2) in uart_line_info() 2024 strncat(stat_buf, (str), sizeof(stat_buf) - \ in uart_line_info() 2025 strlen(stat_buf) - 2) in uart_line_info() 2027 stat_buf[0] = '\0'; in uart_line_info() 2028 stat_buf[1] = '\0'; in uart_line_info() 2035 if (stat_buf[0]) in uart_line_info() 2036 stat_buf[0] = ' '; in uart_line_info() 2038 seq_puts(m, stat_buf); in uart_line_info()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 685 u8 *stat_buf; in at76_get_cmd_status() local 688 stat_buf = kmalloc(40, GFP_NOIO); in at76_get_cmd_status() 689 if (!stat_buf) in at76_get_cmd_status() 694 USB_RECIP_INTERFACE, cmd, 0, stat_buf, in at76_get_cmd_status() 697 ret = stat_buf[5]; in at76_get_cmd_status() 698 kfree(stat_buf); in at76_get_cmd_status()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.c | 3637 const struct ath12k_htt_dl_pager_stats_tlv *stat_buf = tag_buf; in ath12k_htt_print_dlpager_stats_tlv() local 3647 if (tag_len < sizeof(*stat_buf)) in ath12k_htt_print_dlpager_stats_tlv() 3650 dword_lock = le32_get_bits(stat_buf->info2, in ath12k_htt_print_dlpager_stats_tlv() 3652 dword_unlock = le32_get_bits(stat_buf->info2, in ath12k_htt_print_dlpager_stats_tlv() 3660 le32_get_bits(stat_buf->info0, in ath12k_htt_print_dlpager_stats_tlv() 3663 le32_get_bits(stat_buf->info0, in ath12k_htt_print_dlpager_stats_tlv() 3666 le32_get_bits(stat_buf->info1, in ath12k_htt_print_dlpager_stats_tlv() 3669 le32_get_bits(stat_buf->info1, in ath12k_htt_print_dlpager_stats_tlv() 3678 ath12k_htt_print_dlpager_entry(&stat_buf->pgs_info[pg_locked][i], in ath12k_htt_print_dlpager_stats_tlv() 3689 ath12k_htt_print_dlpager_entry(&stat_buf->pgs_info[pg_unlock][i], in ath12k_htt_print_dlpager_stats_tlv()
|