/illumos-gate/usr/src/cmd/netadm/ |
H A D | iu.ap.sh | 47 " > iu.ap 79 " >iu.ap
|
H A D | Makefile | 25 PROG= _sactab _pmtab _sysconfig iu.ap ttydefs 44 ETCF= ttydefs iu.ap 79 _sactab _pmtab iu.ap ttydefs:
|
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 63 static void srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu); 341 srpt_iu_t *iu; local 396 iu = (srpt_iu_t *)(uintptr_t)wc.wc_id; 398 " outstanding RX iu(%p)", (void *)iu); 399 mutex_enter(&iu->iu_lock); 400 srpt_ioc_repost_recv_iu(iu->iu_ioc, iu); 405 mutex_exit(&iu->iu_lock); 416 iu 457 srpt_ch_rsp_comp(srpt_channel_t *ch, srpt_iu_t *iu, ibt_wc_status_t wc_status) argument 522 srpt_iu_t *iu; local 700 srpt_iu_t *iu; local 802 srpt_ch_srp_cmd(srpt_channel_t *ch, srpt_iu_t *iu) argument 1051 srpt_ch_task_mgmt_abort(srpt_channel_t *ch, srpt_iu_t *iu, uint64_t tag_to_abort) argument 1121 srpt_ch_srp_task_mgmt(srpt_channel_t *ch, srpt_iu_t *iu) argument 1263 srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu) argument 1343 srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu, uint32_t len, uint_t fence) argument [all...] |
H A D | srpt_stp.c | 528 srpt_iu_t *iu; local 543 iu = task->task_port_private; 544 ASSERT(iu != NULL); 545 ASSERT(iu->iu_ch != NULL); 547 * We should use iu->iu_ch->ch_swqe_posted to throttle 573 iu->iu_tot_xfer_len) { 578 db->db_iu = iu; 592 desc = iu->iu_rdescs; 603 ch = iu->iu_ch; 612 if (iu 705 srpt_stp_send_mgmt_response(srpt_iu_t *iu, uint8_t srp_rsp, uint_t fence) argument 758 srpt_stp_send_response(srpt_iu_t *iu, uint8_t scsi_status, uint8_t flags, uint32_t resid, uint16_t sense_length, uint8_t *sense_data, uint_t fence) argument 831 srpt_iu_t *iu; local 942 srpt_iu_t *iu; local 984 srpt_iu_t *iu; local 1660 srpt_stp_add_task(srpt_session_t *session, srpt_iu_t *iu) argument 1671 srpt_stp_remove_task(srpt_session_t *session, srpt_iu_t *iu) argument [all...] |
H A D | srpt_stp.h | 62 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 D | srpt_ioc.h | 52 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 D | srpt_ch.h | 52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
|
H A D | srpt_ioc.c | 432 srpt_iu_t *iu; local 536 for (iu_ndx = 0, iu = ioc->ioc_iu_pool; iu_ndx < 537 ioc->ioc_num_iu_entries; iu_ndx++, iu++) { 540 iu->iu_buf = (void *)((uintptr_t)ioc->ioc_iu_bufs + iu_offset); 542 mutex_init(&iu->iu_lock, NULL, MUTEX_DRIVER, NULL); 544 iu->iu_sge.ds_va = mr_desc.md_vaddr + iu_offset; 545 iu->iu_sge.ds_key = mr_desc.md_lkey; 546 iu->iu_sge.ds_len = srpt_iu_size; 547 iu->iu_ioc = ioc; 548 iu 1157 srpt_ioc_post_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu) argument 1183 srpt_ioc_repost_recv_iu(srpt_ioc_t *ioc, srpt_iu_t *iu) argument 1301 srpt_iu_t *iu; local [all...] |
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | fmodf.c | 38 iu = 0x00800000; variable 75 while (iy < iu) { 82 while (ix < iu) { 87 ix = iu | (ix & im); 91 ix = iu | (ix & im); 92 iy = iu | (iy & im); 158 while (ix < iu) { 162 while (ix > (iu + iu)) {
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquof.c | 50 iu = 0x00800000; variable 92 while (iy < iu) { 99 while (ix < iu) { 104 ix = iu | (ix & im); 107 ix = iu | (ix & im); 108 iy = iu | (iy & im); 194 while (ix < iu) { 198 while (ix > (iu + iu)) {
|
H A D | remquol.c | 40 iu = 0x00010000; variable 90 if (x0 < iu) { /* subnormal x */ 100 while (x0 < iu) { 109 x0 = iu | (x0 & im); 113 if (y0 < iu) { /* subnormal y */ 122 while (y0 < iu) { 131 y0 = iu | (y0 & im); 147 while (x0 < iu && n >= 1) { 241 while (x0 < iu) { 259 __H0(a) = sx | (x0 - iu) | ((i [all...] |
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 37 iu = 0x00010000; variable 90 if (x0 < iu) { /* subnormal x */ 99 while (x0 < iu) { 108 x0 = iu | (x0 & im); 112 if (y0 < iu) { /* subnormal y */ 121 while (y0 < iu) { 130 y0 = iu | (y0 & im); 143 while (x0 < iu && n >= 1) { 223 while (x0 < iu) { 241 __H0(a) = sx | (x0 - iu) | ((i [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | _base_sup.c | 274 int ib, iu; local 281 iu = 0; 282 for (ib = pb->blength - 1; ((ib - 1) >= 0) && (iu < UNPACKED_SIZE); ib -= 2) { 283 pu->significand[iu++] = pb->bsignificand[ib] << 16 | pb->bsignificand[ib - 1]; 285 if (iu < UNPACKED_SIZE) { /* The big float fits in the unpacked 288 pu->significand[iu++] = pb->bsignificand[ib] << 16; 289 for (; iu < UNPACKED_SIZE; iu++) 290 pu->significand[iu] = 0;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cpowf.c | 58 int ix, iy, hx, hy, hv, hu, iu, iv, j; local 70 iu = hu & 0x7fffffff; 78 } else if (iu == 0) { /* (anything) ** 0 is 1 */ 83 if (hx < 0 && ix < hiinf && iu < hiinf) { 93 if (ix > hiinf || iy > hiinf || iu > hiinf) { 127 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) {
|
H A D | cpow.c | 156 int ix, iy, hx, lx, hy, ly, hv, hu, iu, iv, lu, lv; local 173 iu = hu & 0x7fffffff; 181 } else if ((iu | lu) == 0) { /* z ** 0 = 1 */ 186 if (hx < 0 && ix < hiinf && iu < hiinf) { 226 else if (ix >= 0x3ff00000 || iu < 0x408ff800) 240 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) { 248 if (iu > 0x7f000000 || iv > 0x7f000000) {
|
H A D | cpowl.c | 111 int ix, iy, hx, hy, hv, hu, iu, iv, i, j, k; local 123 iu = hu & 0x7fffffff; 136 if (hx < 0 && ix < hiinf && iu < hiinf) { 176 else if (ix >= 0x3fff0000 || iu < 0x400cfff8) 190 if (iu >= hiinf || iv >= hiinf || ix >= hiinf || iy >= hiinf) { 198 if (iu > 0x7ffe0000 || iv > 0x7ffe0000) {
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 349 status = netdfs_setinfo_100(&path, param->info.iu.info100); 352 status = netdfs_setinfo_101(&path, param->info.iu.info101, 356 status = netdfs_setinfo_102(&path, param->info.iu.info102); 359 status = netdfs_setinfo_103(&path, param->info.iu.info103); 362 status = netdfs_setinfo_104(&path, param->info.iu.info104, 366 status = netdfs_setinfo_105(&path, param->info.iu.info105); 436 param->info.iu.info1 = info1; 442 param->info.iu.info2 = info2; 448 param->info.iu.info3 = info3; 454 param->info.iu [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 76 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
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 1485 iscsi_uscsi_t iu; local 3860 bcopy(&iu_caller, &iu, sizeof (iu)); 3862 if (iu.iu_vers != ISCSI_INTERFACE_VERSION) { 3870 if (iscsi_targetparam_get_name(iu.iu_oid) != NULL) { 3873 if (isp->sess_target_oid == iu.iu_oid) { 3879 target_oid = iu.iu_oid; 3898 if (iu.iu_ucmd.uscsi_buflen > 0) { 3899 iu.iu_ucmd.uscsi_bufaddr = (caddr_t)kmem_alloc( 3900 iu [all...] |
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 218 #define SETINUSE(vd,iu) (((iu) = (vd)->mode&VM_INUSE), ((vd)->mode |= VM_INUSE) ) 219 #define CLRINUSE(vd,iu) ((iu) ? 0 : ((vd)->mode &= ~VM_INUSE) )
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | netdfs.ndl | 227 union netdfs_info_u iu; 297 union netdfs_enum_info_u iu;
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1562 struct lvid_iu *iu; local 1579 iu = (struct lvid_iu *)(temp + c * 2); 1580 udf_vfsp->udf_nfiles = SWAP_32(iu->lvidiu_nfiles); 1581 udf_vfsp->udf_ndirs = SWAP_32(iu->lvidiu_ndirs); 1582 udf_vfsp->udf_miread = BCD2HEX_16(SWAP_16(iu->lvidiu_mread)); 1583 udf_vfsp->udf_miwrite = BCD2HEX_16(SWAP_16(iu->lvidiu_mwrite)); 1584 udf_vfsp->udf_mawrite = BCD2HEX_16(SWAP_16(iu->lvidiu_maxwr));
|
H A D | udf_subr.c | 524 struct lvid_iu *iu; local 551 iu = (struct lvid_iu *)(temp + c * 2); 552 iu->lvidiu_nfiles = SWAP_32(udf_vfsp->udf_nfiles); 553 iu->lvidiu_ndirs = SWAP_32(udf_vfsp->udf_ndirs); 555 ud_update_regid(&iu->lvidiu_regid);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 341 typeset -iu ip=0 ipx=0
|