Searched defs:isp (Results 26 - 50 of 68) sorted by relevance

123

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c605 ipmi_entity_sdr_t *isp; local
608 for (isp = ipmi_list_next(&eip->ie_sdr_list); isp != NULL;
609 isp = ipmi_list_next(isp)) {
610 if ((ret = func(ihp, ep, isp->ies_name,
611 isp->ies_sdr, data)) != 0)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c563 ld_vers_sym_process(Ofl_desc *ofl, Is_desc *isp, Ifl_desc *ifl) argument
566 Shdr *vershdr = isp->is_shdr;
578 ifl->ifl_name, EC_WORD(isp->is_scnndx), isp->is_name,
584 ifl->ifl_versym = (Versym *)isp->is_indata->d_buf;
596 ld_vers_def_process(Is_desc *isp, Ifl_desc *ifl, Ofl_desc *ofl) argument
609 if (isp == NULL) {
620 vdf = (Verdef *)isp->is_indata->d_buf;
632 num = isp->is_shdr->sh_info;
633 str = (char *)ifl->ifl_isdesc[isp
818 ld_vers_need_process(Is_desc *isp, Ifl_desc *ifl, Ofl_desc *ofl) argument
[all...]
H A Dplace.c50 set_addralign(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp) argument
52 Shdr *shdr = isp->is_shdr;
55 if (isp->is_flags & FLG_IS_DISCARD)
63 ((isp->is_flags & FLG_IS_EXTERNAL) == 0))
100 * isp - Input section descriptor
113 os_attach_isp(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp, int mapfile_sort) argument
118 if ((isp->is_flags & FLG_IS_ORDERED) == 0) {
132 if (mapfile_sort && (isp->is_ordndx > 0)) {
139 (isp2->is_ordndx <= isp->is_ordndx))
144 isp, init_arritem
236 add_comdat(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp) argument
325 Is_desc *isp; local
662 isp_convert_type(Is_desc *isp, Word sh_type) argument
679 eh_frame_muldef(Ofl_desc *ofl, Is_desc *isp) argument
732 ld_place_section(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info, int ident, const char *alt_os_name) argument
[all...]
H A Dmachrel.amd.c1161 Is_desc *isp = sdp->sd_isc; local
1163 if (isp && ((osp = isp->is_osdesc) != NULL) &&
H A Dmachrel.intel.c1147 Is_desc *isp = sdp->sd_isc; local
1149 if (isp && ((osp = isp->is_osdesc) != NULL) &&
H A Dmap_support.c1203 Is_desc *isp; local
1206 if ((isp = ld_make_data(ofl, ms->ms_size)) ==
1210 if ((isp = ld_make_text(ofl, ms->ms_size)) ==
1215 sdp->sd_isc = isp;
1216 isp->is_file = ld_map_ifl(mf);
H A Dmachrel.sparc.c1474 Is_desc *isp = sdp->sd_isc; local
1476 if (isp && ((osp = isp->is_osdesc) != NULL) &&
1555 ld_reloc_register(Rel_desc *rsp, Is_desc *isp, Ofl_desc *ofl) argument
1558 Ifl_desc *ifl = isp->is_file;
H A Dmap_core.c2612 Is_desc *isp; local
2828 for (APLIST_TRAVERSE(ofl->ofl_maptext, idx, isp)) {
2829 if (ld_place_section(ofl, isp, NULL,
2834 for (APLIST_TRAVERSE(ofl->ofl_mapdata, idx, isp)) {
2835 if (ld_place_section(ofl, isp, NULL,
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c162 * isp - If sh_info was non-NULL, input section to which
166 * note: osp and isp must both be NULL, or both non-NULL. risp is never NULL.
169 Dbg_reloc_proc(Lm_list *lml, Os_desc *osp, Is_desc *isp, Is_desc *risp) argument
181 if (isp && isp->is_file)
182 str2 = isp->is_file->ifl_name;
255 Is_desc *isp; local
262 isp = rsp->rel_isdesc;
264 dbg_fmt_isec_name(isp, buf, &alloc_mem), isp
278 Is_desc *isp; local
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch.c279 av1394_isoch_seg_t *isp; local
286 isp = av1394_isoch_find_seg(avp, off, ptob(btopr(len)));
287 if (isp == NULL) {
294 isp->is_umem_cookie, 0, isp->is_umem_size, PROT_ALL, 0,
301 *maplen = isp->is_umem_size;
378 av1394_isoch_seg_t *isp; local
405 isp = &pool->ip_seg[i];
409 segoff += isp->is_umem_size;
410 isp
[all...]
H A Dav1394_isoch_chan.c521 av1394_isoch_seg_t *isp; local
537 isp = &pool->ip_seg[i];
541 &isp->is_dma_hdl);
550 ret = ddi_dma_addr_bind_handle(isp->is_dma_hdl, NULL,
551 isp->is_kaddr, isp->is_size,
553 &isp->is_dma_cookie[0], &isp->is_dma_ncookies);
563 if (isp->is_dma_ncookies > COOKIES) {
571 for (j = 1; j < isp
[all...]
H A Dav1394_isoch_recv.c364 av1394_isoch_seg_t *isp = &pool->ip_seg[i]; local
372 uint_t cookie_end = isp->is_dma_cookie[ci].dmac_size;
387 if (off >= isp->is_size)
394 cookie_end += isp->is_dma_cookie[ci].dmac_size;
407 av1394_isoch_seg_t *isp = &pool->ip_seg[i]; local
416 uint_t cookie_end = isp->is_dma_cookie[ci].dmac_size;
435 &irp->ir_ixl_buf[bi], isp, off,
436 isp->is_dma_cookie[ci].dmac_laddress + coff,
450 &irp->ir_ixl_buf[bi], isp, off,
451 isp
518 av1394_ir_ixl_buf_init(av1394_ic_t *icp, ixl1394_xfer_buf_t *buf, av1394_isoch_seg_t *isp, off_t offset, uint64_t addr, uint16_t size, ixl1394_command_t *nextp) argument
[all...]
H A Dav1394_isoch_xmit.c555 av1394_isoch_seg_t *isp = &itp->it_data_pool.ip_seg[segnum]; local
573 isp->is_dma_cookie[0].dmac_laddress + off * pktsz;
574 bp->tb_buf.mem_bufp = isp->is_kaddr + off * pktsz;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c146 iscsi_sess_t *isp; local
161 isp = ihp->hba_sess_list;
168 for (isp = ihp->hba_sess_list; isp; isp = isp->sess_next) {
169 if (isp->sess_target_oid == cl->cl_sess_oid) {
170 target_oid = isp->sess_oid;
178 while (isp != NULL) {
179 ASSERT(isp
236 iscsi_sess_t *isp; local
325 iscsi_sess_t *isp; local
745 iscsi_sess_t *isp = NULL; local
999 iscsi_sess_t *isp = NULL; local
1173 iscsi_sess_t *isp; local
1262 iscsi_sess_t *isp; local
[all...]
H A Discsi_login.c82 iscsi_sess_t *isp; local
90 isp = icp->conn_sess;
91 ASSERT(isp != NULL);
92 ihp = isp->sess_hba;
108 (void) iscsi_sess_set_auth(isp);
123 if ((isp->sess_boot == B_TRUE) &&
125 (isp->sess_boot_nic_reset == B_FALSE)) {
135 isp->sess_boot_nic_reset = B_TRUE;
211 status_class, status_detail, isp->sess_name,
212 isp
256 iscsi_sess_t *isp; local
379 struct iscsi_sess *isp = NULL; local
672 struct iscsi_sess *isp = NULL; local
1063 iscsi_sess_t *isp = NULL; local
2144 iscsi_sess_t *isp; local
[all...]
H A Discsi_io.c67 void iscsi_update_flow_control(iscsi_sess_t *isp,
69 static iscsi_status_t iscsi_rx_process_scsi_itt_to_icmdp(iscsi_sess_t *isp,
71 static iscsi_status_t iscsi_rx_process_itt_to_icmdp(iscsi_sess_t *isp,
73 static void iscsi_process_rsp_status(iscsi_sess_t *isp, iscsi_conn_t *icp,
100 static iscsi_status_t iscsi_tx_scsi(iscsi_sess_t *isp, iscsi_cmd_t *icmdp);
101 static iscsi_status_t iscsi_tx_nop(iscsi_sess_t *isp, iscsi_cmd_t *icmdp);
102 static iscsi_status_t iscsi_tx_abort(iscsi_sess_t *isp, iscsi_cmd_t *icmdp);
103 static iscsi_status_t iscsi_tx_reset(iscsi_sess_t *isp, iscsi_cmd_t *icmdp);
104 static iscsi_status_t iscsi_tx_logout(iscsi_sess_t *isp, iscsi_cmd_t *icmdp);
105 static iscsi_status_t iscsi_tx_text(iscsi_sess_t *isp, iscsi_cmd_
222 iscsi_update_flow_control(iscsi_sess_t *isp, uint32_t max, uint32_t exp) argument
262 iscsi_sess_t *isp; local
330 iscsi_rx_chk(iscsi_conn_t *icp, iscsi_sess_t *isp, iscsi_scsi_rsp_hdr_t *irhp, iscsi_cmd_t **icmdp) argument
649 iscsi_sess_t *isp = icp->conn_sess; local
861 iscsi_sess_t *isp = NULL; local
989 iscsi_sess_t *isp = NULL; local
1060 iscsi_sess_t *isp = NULL; local
1184 iscsi_sess_t *isp = NULL; local
1226 iscsi_sess_t *isp = NULL; local
1322 iscsi_sess_t *isp; local
1398 iscsi_sess_t *isp = icp->conn_sess; local
1573 iscsi_sess_t *isp = NULL; local
1677 iscsi_rx_process_scsi_itt_to_icmdp(iscsi_sess_t *isp, idm_conn_t *ic, iscsi_scsi_rsp_hdr_t *ihp, iscsi_cmd_t **icmdp) argument
1707 iscsi_rx_process_itt_to_icmdp(iscsi_sess_t *isp, iscsi_hdr_t *ihp, iscsi_cmd_t **icmdp) argument
1772 iscsi_sess_t *isp = NULL; local
1855 iscsi_tx_cmd(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
1908 iscsi_tx_init_hdr(iscsi_sess_t *isp, iscsi_conn_t *icp, iscsi_text_hdr_t *ihp, int opcode, iscsi_cmd_t *icmdp) argument
2147 iscsi_tx_scsi(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2252 iscsi_tx_nop(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2287 iscsi_tx_abort(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2324 iscsi_tx_reset(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2374 iscsi_tx_logout(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2414 iscsi_tx_text(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
2452 iscsi_sess_t *isp = NULL; local
2485 iscsi_sess_t *isp = icp->conn_sess; local
2519 iscsi_sess_t *isp = NULL; local
2545 iscsi_handle_reset(iscsi_sess_t *isp, int level, iscsi_lun_t *ilp) argument
2753 iscsi_sess_t *isp; local
2847 iscsi_sess_t *isp; local
2963 iscsi_handle_passthru(iscsi_sess_t *isp, uint16_t lun, struct uscsi_cmd *ucmdp) argument
3152 iscsi_process_rsp_status(iscsi_sess_t *isp, iscsi_conn_t *icp, idm_status_t status) argument
3182 iscsi_sess_t *isp; local
3196 iscsi_sess_t *isp; local
3251 iscsi_sess_t *isp = (iscsi_sess_t *)arg; local
3329 iscsi_iodone(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
3392 iscsi_sess_t *isp = (iscsi_sess_t *)arg; local
3411 iscsi_timeout_checks(iscsi_sess_t *isp) argument
3532 iscsi_nop_checks(iscsi_sess_t *isp) argument
3653 iscsi_sess_t *isp = NULL; local
[all...]
H A Discsi_sess.c78 static iscsi_status_t iscsi_sess_threads_create(iscsi_sess_t *isp);
79 static void iscsi_sess_flush(iscsi_sess_t *isp);
80 static void iscsi_sess_offline_luns(iscsi_sess_t *isp);
82 iscsi_sess_t *isp, uint16_t *lun_data, uint8_t *lun_addr_type);
85 static void iscsi_sess_state_free(iscsi_sess_t *isp,
87 static void iscsi_sess_state_logged_in(iscsi_sess_t *isp,
89 static void iscsi_sess_state_failed(iscsi_sess_t *isp,
91 static void iscsi_sess_state_in_flush(iscsi_sess_t *isp,
93 static void iscsi_sess_state_flushed(iscsi_sess_t *isp,
98 static iscsi_status_t iscsi_sess_testunitready(iscsi_sess_t *isp,
117 iscsi_sess_t *isp = NULL; local
385 iscsi_sess_t *isp = NULL; local
415 iscsi_sess_t *isp; local
532 iscsi_sess_destroy(iscsi_sess_t *isp) argument
687 iscsi_sess_set_auth(iscsi_sess_t *isp) argument
932 iscsi_sess_reserve_itt(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
972 iscsi_sess_release_itt(iscsi_sess_t *isp, iscsi_cmd_t *icmdp) argument
988 iscsi_sess_redrive_io(iscsi_sess_t *isp) argument
1085 iscsi_sess_state_machine(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1169 iscsi_sess_state_free(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1241 iscsi_sess_state_logged_in(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1355 iscsi_sess_state_failed(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1431 iscsi_sess_state_in_flush(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1525 iscsi_sess_state_flushed(iscsi_sess_t *isp, iscsi_sess_event_t event, uint32_t event_count) argument
1616 iscsi_sess_threads_create(iscsi_sess_t *isp) argument
1656 iscsi_sess_t *isp; local
1710 iscsi_sess_testunitready(iscsi_sess_t *isp, uint32_t event_count) argument
1763 iscsi_sess_reportluns(iscsi_sess_t *isp, uint32_t event_count) argument
2064 iscsi_sess_inquiry(iscsi_sess_t *isp, uint16_t lun_num, uint8_t lun_addr_type, uint32_t event_count, iscsi_lun_t *ilp) argument
2300 retrieve_lundata(uint32_t lun_count, unsigned char *buf, iscsi_sess_t *isp, uint16_t *lun_num, uint8_t *lun_addr_type) argument
2344 iscsi_sess_flush(iscsi_sess_t *isp) argument
2377 iscsi_sess_offline_luns(iscsi_sess_t *isp) argument
2409 iscsi_sess_t *isp = NULL; local
2437 iscsi_sess_update_busy_luns(iscsi_sess_t *isp, boolean_t clear) argument
2466 iscsi_sess_enum_request(iscsi_sess_t *isp, boolean_t wait, uint32_t event_count) argument
2512 iscsi_sess_enum_query(iscsi_sess_t *isp) argument
2531 iscsi_sess_enum_warn(iscsi_sess_t *isp, iscsi_enum_result_t r) argument
2537 iscsi_sess_enter_state_zone(iscsi_sess_t *isp) argument
2549 iscsi_sess_exit_state_zone(iscsi_sess_t *isp) argument
[all...]
H A Discsid.c344 iscsi_sess_t *isp = NULL; local
358 for (isp = ihp->hba_sess_list; isp != NULL;
359 isp = isp->sess_next) {
360 if (isp->sess_boot == B_FALSE) {
1092 iscsi_sess_t *isp; local
1168 isp = iscsi_sess_create(ihp, method, addr_dsc, target_name,
1170 if (isp == NULL) {
1176 if (!ISCSI_SUCCESS(iscsi_conn_create(addr_tgt, isp,
1202 iscsi_sess_t *isp; local
1308 iscsi_sess_t *isp = NULL; local
2204 iscsi_sess_t *isp, *t_isp; local
2337 iscsi_sess_t *isp; local
2445 iscsi_sess_t *isp; local
2499 iscsi_sess_t *isp = NULL; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c54 dt_idsig_t *isp = idp->di_data; local
62 if (isp->dis_varargs >= 0) {
63 mismatch = argc < isp->dis_varargs;
64 arglimit = isp->dis_varargs;
65 } else if (isp->dis_optargs >= 0) {
66 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
69 mismatch = argc != isp->dis_argc;
70 arglimit = isp->dis_argc;
77 isp
112 dt_idsig_t *isp = idp->di_data = malloc(sizeof (dt_idsig_t)); local
178 dt_idsig_t *isp; local
[all...]
H A Ddt_cg.c544 const dt_idsig_t *isp = idp->di_data; local
561 isp->dis_args[i].dn_reg = dnp->dn_reg; /* re-use register */
562 dt_cg_typecast(dnp, &isp->dis_args[i], dlp, drp);
563 isp->dis_args[i].dn_reg = -1;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c106 struct audio_infostr *isp; local
108 while ((isp = list_remove_head(&d->d_hwinfo)) != NULL) {
109 kmem_free(isp, sizeof (*isp));
140 struct audio_infostr *isp; local
143 isp = kmem_zalloc(sizeof (*isp), KM_NOSLEEP);
144 if (isp == NULL) {
147 (void) snprintf(isp->i_line, sizeof (isp
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2366 ipstate_t *is, **isp; local
2505 for (isp = &ifs->ifs_ips_table[hv]; ((is = *isp) != NULL); ) {
2506 isp = &is->is_hnext;
2561 for (isp = &ifs->ifs_ips_table[hv]; ((is = *isp) != NULL); ) {
2562 isp = &is->is_hnext;
2619 ipstate_t **isp; local
2628 isp = is->is_phnext;
2630 is->is_hnext->is_phnext = isp;
2672 ipstate_t *is, **isp; local
4022 ipstate_t *is, **isp; local
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c415 ipv4_socket_init(struct inetboot_socket *isp) argument
417 isp->input[NETWORK_LVL] = ipv4_input;
418 isp->output[NETWORK_LVL] = ipv4_output;
419 isp->close[NETWORK_LVL] = NULL;
420 isp->headerlen[NETWORK_LVL] = ipv4_header_len;
427 ipv4_raw_socket(struct inetboot_socket *isp, uint8_t proto) argument
429 isp->type = INETBOOT_RAW;
431 isp->proto = IPPROTO_IP;
433 isp->proto = proto;
434 isp
[all...]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c205 ddi_intrspec_t isp; local
416 isp = pci_intx_get_ispec(pdip, rdip,
418 ispec = (struct intrspec *)isp;
475 isp = pci_intx_get_ispec(pdip, rdip, (int)hdlp->ih_inum);
476 ispec = (struct intrspec *)isp;
512 isp = pci_intx_get_ispec(pdip, rdip, (int)hdlp->ih_inum);
513 ispec = (struct intrspec *)isp;
522 isp = pci_intx_get_ispec(pdip, rdip, (int)hdlp->ih_inum);
523 ispec = (struct intrspec *)isp;
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c240 const struct smb_infospec *isp; local
246 for (isp = _smb_infospecs; isp->is_type != SMB_TYPE_EOT; isp++) {
247 if (isp->is_type == stp->smbst_hdr->smbh_type)
251 ip->smbi_manufacturer = smb_info_strptr(stp, isp->is_manu, &n);
252 ip->smbi_product = smb_info_strptr(stp, isp->is_product, &n);
253 ip->smbi_version = smb_info_strptr(stp, isp->is_version, &n);
254 ip->smbi_serial = smb_info_strptr(stp, isp->is_serial, &n);
255 ip->smbi_asset = smb_info_strptr(stp, isp
303 const struct smb_infospec *isp; local
[all...]

Completed in 165 milliseconds

123