Lines Matching defs:pbuf
517 char *pbuf;
520 pbuf = buf;
568 &bytes_read, &pbuf, &buf_type);
570 if (memcmp("IntxBLK", pbuf, 8) == 0) {
578 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
579 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
582 } else if (memcmp("IntxCHR", pbuf, 8) == 0) {
590 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
591 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
594 } else if (memcmp("IntxLNK", pbuf, 7) == 0) {
598 } else if (memcmp("LnxFIFO", pbuf, 8) == 0) {