Lines Matching defs:pbuf
454 char *pbuf;
457 pbuf = buf;
504 &bytes_read, &pbuf, &buf_type);
506 if (memcmp("IntxBLK", pbuf, 8) == 0) {
514 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
515 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
518 } else if (memcmp("IntxCHR", pbuf, 8) == 0) {
526 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
527 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
530 } else if (memcmp("IntxLNK", pbuf, 7) == 0) {