Home
last modified time | relevance | path

Searched refs:iu (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c63 static void srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu);
341 srpt_iu_t *iu; in srpt_ch_cleanup() local
396 iu = (srpt_iu_t *)(uintptr_t)wc.wc_id; in srpt_ch_cleanup()
398 " outstanding RX iu(%p)", (void *)iu); in srpt_ch_cleanup()
399 mutex_enter(&iu->iu_lock); in srpt_ch_cleanup()
400 srpt_ioc_repost_recv_iu(iu->iu_ioc, iu); in srpt_ch_cleanup()
405 mutex_exit(&iu->iu_lock); in srpt_ch_cleanup()
416 iu = list_head(&ch->ch_session->ss_task_list); in srpt_ch_cleanup()
417 while (iu != NULL) { in srpt_ch_cleanup()
418 next = list_next(&ch->ch_session->ss_task_list, iu); in srpt_ch_cleanup()
[all …]
H A Dsrpt_stp.c528 srpt_iu_t *iu; in srpt_stp_xfer_data() local
543 iu = task->task_port_private; in srpt_stp_xfer_data()
544 ASSERT(iu != NULL); in srpt_stp_xfer_data()
545 ASSERT(iu->iu_ch != NULL); in srpt_stp_xfer_data()
573 iu->iu_tot_xfer_len) { in srpt_stp_xfer_data()
578 db->db_iu = iu; in srpt_stp_xfer_data()
592 desc = iu->iu_rdescs; in srpt_stp_xfer_data()
603 ch = iu->iu_ch; in srpt_stp_xfer_data()
612 if (iu->iu_ch->ch_state == SRPT_CHANNEL_DISCONNECTING) { in srpt_stp_xfer_data()
613 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data()
[all …]
H A Dsrpt_ioc.c432 srpt_iu_t *iu; in srpt_ioc_init() local
536 for (iu_ndx = 0, iu = ioc->ioc_iu_pool; iu_ndx < in srpt_ioc_init()
537 ioc->ioc_num_iu_entries; iu_ndx++, iu++) { in srpt_ioc_init()
540 iu->iu_buf = (void *)((uintptr_t)ioc->ioc_iu_bufs + iu_offset); in srpt_ioc_init()
542 mutex_init(&iu->iu_lock, NULL, MUTEX_DRIVER, NULL); in srpt_ioc_init()
544 iu->iu_sge.ds_va = mr_desc.md_vaddr + iu_offset; in srpt_ioc_init()
545 iu->iu_sge.ds_key = mr_desc.md_lkey; in srpt_ioc_init()
546 iu->iu_sge.ds_len = srpt_iu_size; in srpt_ioc_init()
547 iu->iu_ioc = ioc; in srpt_ioc_init()
548 iu->iu_pool_ndx = iu_ndx; in srpt_ioc_init()
[all …]
H A Dsrpt_stp.h62 ibt_status_t srpt_stp_send_response(srpt_iu_t *iu, uint8_t scsi_status,
65 ibt_status_t srpt_stp_send_mgmt_response(srpt_iu_t *iu, uint8_t srp_rsp,
67 void srpt_stp_add_task(srpt_session_t *session, srpt_iu_t *iu);
68 void srpt_stp_remove_task(srpt_session_t *session, srpt_iu_t *iu);
H A Dsrpt_ioc.h52 ibt_status_t srpt_ioc_post_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu);
53 void srpt_ioc_repost_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu);
H A Dsrpt_ch.h52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
/titanic_41/usr/src/lib/libm/common/R/
H A Dfmodf.c38 iu = 0x00800000; variable
75 while (iy < iu) { in fmodf()
82 while (ix < iu) { in fmodf()
87 ix = iu | (ix & im); in fmodf()
91 ix = iu | (ix & im); in fmodf()
92 iy = iu | (iy & im); in fmodf()
158 while (ix < iu) { in fmodf()
162 while (ix > (iu + iu)) { in fmodf()
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dremquof.c50 iu = 0x00800000; variable
92 while (iy < iu) { in fmodquof()
99 while (ix < iu) { in fmodquof()
104 ix = iu | (ix & im); in fmodquof()
107 ix = iu | (ix & im); in fmodquof()
108 iy = iu | (iy & im); in fmodquof()
194 while (ix < iu) { in fmodquof()
198 while (ix > (iu + iu)) { in fmodquof()
H A Dremquol.c40 iu = 0x00010000; variable
90 if (x0 < iu) { /* subnormal x */ in fmodquol()
100 while (x0 < iu) { in fmodquol()
109 x0 = iu | (x0 & im); in fmodquol()
113 if (y0 < iu) { /* subnormal y */ in fmodquol()
122 while (y0 < iu) { in fmodquol()
131 y0 = iu | (y0 & im); in fmodquol()
147 while (x0 < iu && n >= 1) { in fmodquol()
241 while (x0 < iu) { in fmodquol()
259 __H0(a) = sx | (x0 - iu) | ((iy + 16383) << 16); in fmodquol()
/titanic_41/usr/src/lib/libm/common/Q/
H A Dfmodl.c37 iu = 0x00010000; variable
90 if (x0 < iu) { /* subnormal x */ in fmodl()
99 while (x0 < iu) { in fmodl()
108 x0 = iu | (x0 & im); in fmodl()
112 if (y0 < iu) { /* subnormal y */ in fmodl()
121 while (y0 < iu) { in fmodl()
130 y0 = iu | (y0 & im); in fmodl()
143 while (x0 < iu && n >= 1) { in fmodl()
223 while (x0 < iu) { in fmodl()
241 __H0(a) = sx | (x0 - iu) | ((iy + 16383) << 16); in fmodl()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c274 int ib, iu; in _big_binary_to_unpacked() local
281 iu = 0; in _big_binary_to_unpacked()
282 for (ib = pb->blength - 1; ((ib - 1) >= 0) && (iu < UNPACKED_SIZE); ib -= 2) { in _big_binary_to_unpacked()
283 pu->significand[iu++] = pb->bsignificand[ib] << 16 | pb->bsignificand[ib - 1]; in _big_binary_to_unpacked()
285 if (iu < UNPACKED_SIZE) { /* The big float fits in the unpacked in _big_binary_to_unpacked()
288 pu->significand[iu++] = pb->bsignificand[ib] << 16; in _big_binary_to_unpacked()
289 for (; iu < UNPACKED_SIZE; iu++) in _big_binary_to_unpacked()
290 pu->significand[iu] = 0; in _big_binary_to_unpacked()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c349 status = netdfs_setinfo_100(&path, param->info.iu.info100); in netdfs_s_setinfo()
352 status = netdfs_setinfo_101(&path, param->info.iu.info101, in netdfs_s_setinfo()
356 status = netdfs_setinfo_102(&path, param->info.iu.info102); in netdfs_s_setinfo()
359 status = netdfs_setinfo_103(&path, param->info.iu.info103); in netdfs_s_setinfo()
362 status = netdfs_setinfo_104(&path, param->info.iu.info104, in netdfs_s_setinfo()
366 status = netdfs_setinfo_105(&path, param->info.iu.info105); in netdfs_s_setinfo()
436 param->info.iu.info1 = info1; in netdfs_s_getinfo()
442 param->info.iu.info2 = info2; in netdfs_s_getinfo()
448 param->info.iu.info3 = info3; in netdfs_s_getinfo()
454 param->info.iu.info4 = info4; in netdfs_s_getinfo()
[all …]
/titanic_41/usr/src/lib/libm/common/complex/
H A Dcpowf.c58 int ix, iy, hx, hy, hv, hu, iu, iv, j; in cpowf() local
70 iu = hu & 0x7fffffff; in cpowf()
78 } else if (iu == 0) { /* (anything) ** 0 is 1 */ in cpowf()
83 if (hx < 0 && ix < hiinf && iu < hiinf) { in cpowf()
93 if (ix > hiinf || iy > hiinf || iu > hiinf) { in cpowf()
127 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) { in cpowf()
H A Dcpow.c156 int ix, iy, hx, lx, hy, ly, hv, hu, iu, iv, lu, lv; in cpow() local
173 iu = hu & 0x7fffffff; in cpow()
181 } else if ((iu | lu) == 0) { /* z ** 0 = 1 */ in cpow()
186 if (hx < 0 && ix < hiinf && iu < hiinf) { in cpow()
226 else if (ix >= 0x3ff00000 || iu < 0x408ff800) in cpow()
240 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) { in cpow()
248 if (iu > 0x7f000000 || iv > 0x7f000000) { in cpow()
H A Dcpowl.c111 int ix, iy, hx, hy, hv, hu, iu, iv, i, j, k; in cpowl() local
123 iu = hu & 0x7fffffff; in cpowl()
136 if (hx < 0 && ix < hiinf && iu < hiinf) { in cpowl()
176 else if (ix >= 0x3fff0000 || iu < 0x400cfff8) in cpowl()
190 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) { in cpowl()
198 if (iu > 0x7ffe0000 || iv > 0x7ffe0000) { in cpowl()
/titanic_41/usr/src/cmd/netadm/
H A Diu.ap.sh47 " > iu.ap
79 " >iu.ap
H A DMakefile25 PROG= _sactab _pmtab _sysconfig iu.ap ttydefs
44 ETCF= ttydefs iu.ap
79 _sactab _pmtab iu.ap ttydefs:
/titanic_41/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_011_pos.ksh76 log_must $CPIO -iu < /tmp/xattr.$$.cpio
80 log_must $CPIO -iu@ < /tmp/xattr.$$.cpio
84 log_must $CPIO -iu < /tmp/noxattr.$$.cpio
88 log_must $CPIO -iu@ < /tmp/noxattr.$$.cpio
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1485 iscsi_uscsi_t iu; in iscsi_ioctl() local
3860 bcopy(&iu_caller, &iu, sizeof (iu)); in iscsi_ioctl()
3862 if (iu.iu_vers != ISCSI_INTERFACE_VERSION) { in iscsi_ioctl()
3870 if (iscsi_targetparam_get_name(iu.iu_oid) != NULL) { in iscsi_ioctl()
3873 if (isp->sess_target_oid == iu.iu_oid) { in iscsi_ioctl()
3879 target_oid = iu.iu_oid; in iscsi_ioctl()
3898 if (iu.iu_ucmd.uscsi_buflen > 0) { in iscsi_ioctl()
3899 iu.iu_ucmd.uscsi_bufaddr = (caddr_t)kmem_alloc( in iscsi_ioctl()
3900 iu.iu_ucmd.uscsi_buflen, KM_SLEEP); in iscsi_ioctl()
3902 iu.iu_ucmd.uscsi_bufaddr, in iscsi_ioctl()
[all …]
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h218 #define SETINUSE(vd,iu) (((iu) = (vd)->mode&VM_INUSE), ((vd)->mode |= VM_INUSE) ) argument
219 #define CLRINUSE(vd,iu) ((iu) ? 0 : ((vd)->mode &= ~VM_INUSE) ) argument
/titanic_41/usr/src/cmd/initpkg/
H A Dinittab37 ap::sysinit:/sbin/autopush -f /etc/iu.ap
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1562 struct lvid_iu *iu; in ud_convert_to_superblock() local
1579 iu = (struct lvid_iu *)(temp + c * 2); in ud_convert_to_superblock()
1580 udf_vfsp->udf_nfiles = SWAP_32(iu->lvidiu_nfiles); in ud_convert_to_superblock()
1581 udf_vfsp->udf_ndirs = SWAP_32(iu->lvidiu_ndirs); in ud_convert_to_superblock()
1582 udf_vfsp->udf_miread = BCD2HEX_16(SWAP_16(iu->lvidiu_mread)); in ud_convert_to_superblock()
1583 udf_vfsp->udf_miwrite = BCD2HEX_16(SWAP_16(iu->lvidiu_mwrite)); in ud_convert_to_superblock()
1584 udf_vfsp->udf_mawrite = BCD2HEX_16(SWAP_16(iu->lvidiu_maxwr)); in ud_convert_to_superblock()
H A Dudf_subr.c524 struct lvid_iu *iu; in ud_sbwrite() local
551 iu = (struct lvid_iu *)(temp + c * 2); in ud_sbwrite()
552 iu->lvidiu_nfiles = SWAP_32(udf_vfsp->udf_nfiles); in ud_sbwrite()
553 iu->lvidiu_ndirs = SWAP_32(udf_vfsp->udf_ndirs); in ud_sbwrite()
555 ud_update_regid(&iu->lvidiu_regid); in ud_sbwrite()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl227 union netdfs_info_u iu;
297 union netdfs_enum_info_u iu;
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcsd.mf69 file path=etc/iu.ap group=sys preserve=true

12