Home
last modified time | relevance | path

Searched refs:x2 (Results 51 – 75 of 131) sorted by last modified time

123456

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c654 zio_bookmark_compare(const void *x1, const void *x2) in zio_bookmark_compare() argument
657 const zio_t *z2 = x2; in zio_bookmark_compare()
H A Dzil.c121 zil_bp_compare(const void *x1, const void *x2) in zil_bp_compare() argument
124 const dva_t *dva2 = &((zil_bp_node_t *)x2)->zn_dva; in zil_bp_compare()
508 zil_lwb_vdev_compare(const void *x1, const void *x2) in zil_lwb_vdev_compare() argument
511 const uint64_t v2 = ((zil_vdev_node_t *)x2)->zv_vdev; in zil_lwb_vdev_compare()
1741 zil_aitx_compare(const void *x1, const void *x2) in zil_aitx_compare() argument
1744 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid; in zil_aitx_compare()
H A Dvdev_queue.c212 vdev_queue_offset_compare(const void *x1, const void *x2) in vdev_queue_offset_compare() argument
215 const zio_t *z2 = (const zio_t *)x2; in vdev_queue_offset_compare()
244 vdev_queue_timestamp_compare(const void *x1, const void *x2) in vdev_queue_timestamp_compare() argument
247 const zio_t *z2 = (const zio_t *)x2; in vdev_queue_timestamp_compare()
H A Dspace_reftree.c55 space_reftree_compare(const void *x1, const void *x2) in space_reftree_compare() argument
58 const space_ref_t *sr2 = (const space_ref_t *)x2; in space_reftree_compare()
H A Drange_tree.c153 range_tree_seg32_compare(const void *x1, const void *x2) in range_tree_seg32_compare() argument
156 const range_seg32_t *r2 = x2; in range_tree_seg32_compare()
165 range_tree_seg64_compare(const void *x1, const void *x2) in range_tree_seg64_compare() argument
168 const range_seg64_t *r2 = x2; in range_tree_seg64_compare()
177 range_tree_seg_gap_compare(const void *x1, const void *x2) in range_tree_seg_gap_compare() argument
180 const range_seg_gap_t *r2 = x2; in range_tree_seg_gap_compare()
H A Dddt.c783 ddt_entry_compare(const void *x1, const void *x2) in ddt_entry_compare() argument
786 const ddt_entry_t *dde2 = x2; in ddt_entry_compare()
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c398 int x0, x1, x2; in run_rec_check_impl() local
477 for (x2 = x1 + 1; x2 < opts->rto_dcols; x2++) { in run_rec_check_impl()
478 if (x2 >= in run_rec_check_impl()
486 LOG(D_DEBUG, "[%d %d %d]", x0, x1, x2); in run_rec_check_impl()
490 tgtidx[2] = x2 + raidz_parity(rm); in run_rec_check_impl()
502 "[FAIL]\n", x0, x1, x2); in run_rec_check_impl()
/illumos-gate/usr/src/cmd/file/
H A Dmagic211 >0x1e short &0x2 separate
232 >0x3 byte &0x2 pure
240 >0x3 byte &0x2 pure
269 >3 byte &0x2 , continuation
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1802 #argument,2,0x2,op
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dbridge-ht.out4 |--> Fixed: enabled (0x2)
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A Dmapfile.sizemult.overflow23 SIZE = 0xffffffff[0x2];
25 SIZE = 0xffffffffffffffff[0x2];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh256 float x2=.0000625
257 if [[ $(printf "%10.5E\n" x2) != 6.25000E-05 ]]
260 x2=.000000001
261 if [[ $(printf "%g\n" x2 2>/dev/null) != 1e-09 ]]
/illumos-gate/usr/src/uts/sparc/nsmb/
H A Dioc_check.ref53 #define IOC_PRMODE 0x2
/illumos-gate/usr/src/uts/intel/nsmb/
H A Dioc_check.ref53 #define IOC_PRMODE 0x2
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h231 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) \ argument
233 printf(s, x1, x2, x3, x4, x5);
235 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) argument
/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs3286 product MAUDIO MIDISPORT2X2 0x1001 Midisport 2x2
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME133 hid1: Index = 27 value =0x2
138 hid1: Index = 32 value =0x2
150 hid1: Index = 44 value =0x2
153 hid1: Index = 47 value =0x2
165 hid1: Index = 59 value =0x2
185 hid1: Index = 79 value =0x2
196 hid1: Index = 90 value =0x2
206 hid1: Index = 100 value =0x2
214 hid1: Index = 108 value =0x2
1540 0x85, 0x2, /* Report ID (0x2) */
[all …]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4673 #define interpolate(x, x1, y1, x2, y2, n) \ in iwn4965_set_txpower() argument
4674 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n)) in iwn4965_set_txpower()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c81 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h239 extern int ddt_entry_compare(const void *x1, const void *x2);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c136 static int hsched_deadline_compare(const void *x1, const void *x2);
137 static int hsched_offset_compare(const void *x1, const void *x2);
1773 hsched_deadline_compare(const void *x1, const void *x2) in hsched_deadline_compare() argument
1776 const struct hio *h2 = x2; in hsched_deadline_compare()
1797 hsched_offset_compare(const void *x1, const void *x2) in hsched_offset_compare() argument
1800 const struct hio *h2 = x2; in hsched_offset_compare()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c111 if (p->x2 >= 0) { in command()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64i.out10 libdis_test+0x24: 13 94 24 00 slli s0,s1,0x2
12 libdis_test+0x2c: 13 d4 24 00 srli s0,s1,0x2
14 libdis_test+0x34: 13 d4 24 40 srai s0,s1,0x2
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A D64.int.out2 libdis_test+0x2: 8d 24 c.addiw s1,0x3
H A D64.ldsr.out2 libdis_test+0x2: 06 67 c.ldsp a4,0x40(sp)

123456