Lines Matching refs:pp_buf
44 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition()
45 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition()
46 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition()
82 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition()
89 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
98 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
99 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
100 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
104 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition()
134 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition()
142 strlcat(state->pp_buf, " <", PAGE_SIZE); in linux_partition()
152 strlcat(state->pp_buf, " >", PAGE_SIZE); in linux_partition()
297 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ADFS()
370 strlcat(state->pp_buf, " [ICS]", PAGE_SIZE); in adfspart_check_ICS()
404 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ICS()
464 strlcat(state->pp_buf, " [POWERTEC]", PAGE_SIZE); in adfspart_check_POWERTEC()
475 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_POWERTEC()
546 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_EESOX()