Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/bcm47xx/
H A Dboard.c240 char buf3[30]; in bcm47xx_board_get_nvram() local
309 bcm47xx_nvram_getenv("boardrev", buf3, sizeof(buf3)) >= 0) { in bcm47xx_board_get_nvram()
313 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram()
320 bcm47xx_nvram_getenv("boardnum", buf3, sizeof(buf3)) == -ENOENT) { in bcm47xx_board_get_nvram()
/linux/tools/testing/selftests/net/
H A Dgro.c634 static char buf3[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flush_id_case() local
642 iph3 = (struct iphdr *)(buf3 + ETH_HLEN); in send_flush_id_case()
646 create_packet(buf3, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_flush_id_case()
717 write_packet(fd, buf3, total_hdr_len + PAYLOAD_LEN, daddr); in send_flush_id_case()
/linux/fs/unicode/
H A Dmkutf8data.c59 char buf3[LINESIZE]; variable
3183 t = buf3; in normalize_line()
3198 t = buf3; in normalize_line()
3246 t = buf3; in normalization_test()
/linux/fs/bcachefs/
H A Dbtree_iter.c147 struct printbuf buf3 = PRINTBUF; in bch2_btree_path_verify_level() local
208 bch2_bkey_to_text(&buf3, &uk); in bch2_btree_path_verify_level()
210 prt_printf(&buf3, "(none)"); in bch2_btree_path_verify_level()
217 msg, level, buf1.buf, buf2.buf, buf3.buf); in bch2_btree_path_verify_level()