Home
last modified time | relevance | path

Searched refs:xd (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/troff/troff.d/
H A Ddraw.c71 int xd, yd; local
84 xd = dx / DX;
86 if (xd == 0) {
99 numdots = abs (xd);
100 motincr = DX * sgn (xd);
109 if (abs (xd) > abs (yd)) {
110 val = slope = (float) xd/yd;
111 numdots = abs (xd);
115 motincr = DX * sgn (xd);
119 val = slope = (float) yd/xd;
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c109 u32 xd, ioffset; in di_read() local
115 xd = (inum & (INOSPERIAG - 1)) >> L2INOSPEREXT; in di_read()
122 3072 + xd*sizeof(pxd_t), sizeof(pxd_t), (char *)&pxd); in di_read()
161 pxd_t *xd; in first_dentry() local
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd; in first_dentry()
178 devread (addressPXD (xd) << jfs.bdlog, 0, in first_dentry()
182 xd = &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]].xd; in first_dentry()
H A Djfs.h294 pxd_t xd; /* 8: child extent descriptor */ member
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1790 stmf_xfer_data_t *xd = NULL; in stmf_ic_rx_scsi_data() local
1838 asz = xd_sz + sizeof (*xd) - 4; in stmf_ic_rx_scsi_data()
1839 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_ic_rx_scsi_data()
1841 if (xd == NULL) { in stmf_ic_rx_scsi_data()
1847 xd->alloc_size = asz; in stmf_ic_rx_scsi_data()
1848 xd->size_left = xd_sz; in stmf_ic_rx_scsi_data()
1849 bcopy(msg->icsd_data, xd->buf, xd_sz); in stmf_ic_rx_scsi_data()
1851 sz = min(sz, xd->size_left); in stmf_ic_rx_scsi_data()
1852 xd->size_left = sz; in stmf_ic_rx_scsi_data()
1858 kmem_free(xd, xd->alloc_size); in stmf_ic_rx_scsi_data()
[all …]
H A Dlun_map.c289 stmf_xfer_data_t *xd; in stmf_session_prepare_report_lun_data() local
302 xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP); in stmf_session_prepare_report_lun_data()
304 if (xd == NULL) in stmf_session_prepare_report_lun_data()
307 xd->alloc_size = alloc_size; in stmf_session_prepare_report_lun_data()
308 xd->size_left = data_size; in stmf_session_prepare_report_lun_data()
310 *((uint32_t *)xd->buf) = BE_32(data_size - 8); in stmf_session_prepare_report_lun_data()
312 return (xd); in stmf_session_prepare_report_lun_data()
321 xd->buf[8 + (ent << 3) + 1] = (uchar_t)i; in stmf_session_prepare_report_lun_data()
322 xd->buf[8 + (ent << 3) + 0] = ((uchar_t)(i >> 8)); in stmf_session_prepare_report_lun_data()
328 return (xd); in stmf_session_prepare_report_lun_data()
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME171 hid1: Index = 65 value =0xd
183 hid1: Index = 77 value =0xd
307 hid1: Index = 201 value =0xd
471 hidparser: scanner: aindex = 0xd
473 hidparser: scanner: index = 0xd ch = 0x26
479 hidparser: hidparser_GlobalItem:index = 0xd token = 0x24
721 hidparser: scanner: parsed_text[0] = 0xd,index = 0x41
757 hidparser: scanner: parsed_text[0] = 0xd,index = 0x4d
1193 hidparser: scanner: parsed_text[0] = 0xd,index = 0xc9
1557 0x29, 0xd, /* Usage Maximum (0xd) */
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c848 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
889 xd = rm->rm_col[x].rc_data; in vdev_raidz_reconstruct_pq()
914 for (i = 0; i < xsize; i++, p++, q++, pxy++, qxy++, xd++, yd++) { in vdev_raidz_reconstruct_pq()
915 *xd = vdev_raidz_exp2(*p ^ *pxy, aexp) ^ in vdev_raidz_reconstruct_pq()
919 *yd = *p ^ *pxy ^ *xd; in vdev_raidz_reconstruct_pq()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c2093 uint8_t local[PMCS_QENTRY_SIZE << 1], *xd; in pmcs_SAS_done() local
2111 xd = (uint8_t *)(&msg[5]); in pmcs_SAS_done()
2112 xd += SAS_RSP_HDR_SIZE; in pmcs_SAS_done()
2122 (void) memcpy(&sts, xd, sizeof (uint32_t)); in pmcs_SAS_done()
2150 pmcs_latch_status(pwp, sp, rptr->status, xd, in pmcs_SAS_done()
H A Dpmcs_subr.c5053 uint8_t local[PMCS_QENTRY_SIZE << 1], *xd; in pmcs_ssp_tmf() local
5201 xd = (uint8_t *)(&msg[5]); in pmcs_ssp_tmf()
5202 xd += SAS_RSP_HDR_SIZE; in pmcs_ssp_tmf()
5214 (void) memcpy(&status, xd, sizeof (uint32_t)); in pmcs_ssp_tmf()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog8157 (STAGE2_VER_STR_OFFS): Set to 0xd.
9208 * shared_src/asm.S: Fix typo that called interrupt 0xd (decimal