HelenOS sources
lt 473 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return aux::tuple_ops<0, sizeof...(Ts) - 1>::lt(lhs, rhs);
lt 85 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp (!(get<I>(rhs) < get<I>(lhs)) && tuple_ops<I + 1, N>::lt(lhs, rhs));
lt 190 uspace/lib/label/include/types/liblabel.h } lt;
lt 327 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[0] = gpt_hdr_ba;
lt 328 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[1] = h1ba;
lt 329 uspace/lib/label/src/gpt.c label->lt.gpt.ptable_ba[0] = ptba[0];
lt 330 uspace/lib/label/src/gpt.c label->lt.gpt.ptable_ba[1] = ptba[1];
lt 331 uspace/lib/label/src/gpt.c label->lt.gpt.esize = esize;
lt 332 uspace/lib/label/src/gpt.c label->lt.gpt.pt_blocks = pt_blocks;
lt 333 uspace/lib/label/src/gpt.c label->lt.gpt.pt_crc = pt_crc;
lt 334 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_size = hdr_size;
lt 479 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[0] = hdr_ba[0];
lt 480 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[1] = hdr_ba[1];
lt 481 uspace/lib/label/src/gpt.c label->lt.gpt.ptable_ba[0] = ptba[0];
lt 482 uspace/lib/label/src/gpt.c label->lt.gpt.ptable_ba[1] = ptba[1];
lt 483 uspace/lib/label/src/gpt.c label->lt.gpt.esize = esize;
lt 484 uspace/lib/label/src/gpt.c label->lt.gpt.pt_blocks = pt_blocks;
lt 485 uspace/lib/label/src/gpt.c label->lt.gpt.pt_crc = pt_crc;
lt 486 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_size = sizeof(gpt_header_t);
lt 533 uspace/lib/label/src/gpt.c rc = label->bd.ops->write(label->bd.arg, label->lt.gpt.hdr_ba[i],
lt 543 uspace/lib/label/src/gpt.c etable = calloc(1, label->lt.gpt.pt_blocks *
lt 551 uspace/lib/label/src/gpt.c label->lt.gpt.ptable_ba[i], label->lt.gpt.pt_blocks,
lt 878 uspace/lib/label/src/gpt.c pos = index * label->lt.gpt.esize;
lt 880 uspace/lib/label/src/gpt.c ptbytes = label->pri_entries * label->lt.gpt.esize;
lt 882 uspace/lib/label/src/gpt.c buf = calloc(1, label->block_size * label->lt.gpt.pt_blocks);
lt 888 uspace/lib/label/src/gpt.c ba = label->lt.gpt.ptable_ba[i];
lt 889 uspace/lib/label/src/gpt.c nblocks = label->lt.gpt.pt_blocks;
lt 898 uspace/lib/label/src/gpt.c if (crc != label->lt.gpt.pt_crc) {
lt 922 uspace/lib/label/src/gpt.c label->lt.gpt.pt_crc = crc;
lt 944 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[i], 1, gpt_hdr);
lt 951 uspace/lib/label/src/gpt.c gpt_hdr_compute_crc(gpt_hdr, label->lt.gpt.hdr_size);
lt 954 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_ba[i], 1, gpt_hdr);
HelenOS homepage, sources at GitHub