Searched defs:mip (Results 1 - 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fw_hdr.c53 _info(struct modinfo *mip) argument
55 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/cmd/tail/
H A Dmisc.c60 * Print `len' bytes from the file associated with `mip', starting at
64 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
69 if (startoff < mip->mapoff || startoff >= mip->mapoff +
70 (off_t)mip->maplen) {
71 if (maparound(mip, startoff) != 0)
74 n = (mip->mapoff + mip->maplen) - startoff;
77 WR(mip->start + (startoff - mip
90 maparound(struct mapinfo *mip, off_t offset) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_hio.c45 mac_impl_t *mip = (mac_impl_t *)mh; local
47 return (mip->mi_share_capab.ms_snum);
58 mac_impl_t *mip = mcip->mci_mip; local
61 i_mac_perim_enter(mip);
68 i_mac_perim_exit(mip);
72 rv = mip->mi_share_capab.ms_salloc(mip->mi_share_capab.ms_handle,
79 i_mac_perim_exit(mip);
90 mac_impl_t *mip = mcip->mci_mip; local
92 i_mac_perim_enter(mip);
116 mac_impl_t *mip = mcip->mci_mip; local
167 mac_impl_t *mip = mcip->mci_mip; local
[all...]
H A Dmac_ndd.c94 mac_ndd_get_names(mac_impl_t *mip, mblk_t *mp) argument
107 for (i = 0; i < mip->mi_type->mt_mappingcount; i++) {
108 if ((mip->mi_type->mt_mapping[i].mp_flags & MAC_PROP_MAP_KSTAT)
112 status = mip->mi_callbacks->mc_getprop(mip->mi_driver,
113 mip->mi_type->mt_mapping[i].mp_name,
114 mip->mi_type->mt_mapping[i].mp_prop_id,
115 mip->mi_type->mt_mapping[i].mp_valsize, &value);
118 status = mac_prop_info((mac_handle_t)mip,
119 mip
157 mac_ndd_ioctl(mac_impl_t *mip, queue_t *wq, mblk_t *mp) argument
183 mac_ndd_get_ioctl(mac_impl_t *mip, mblk_t *mp, int avail, int *rval) argument
327 mac_ndd_set_ioctl(mac_impl_t *mip, mblk_t *mp, int avail, int *rval) argument
[all...]
H A Dmac_bcast.c123 mac_impl_t *mip = grp->mbg_mac_impl; local
125 ASSERT(MAC_PERIM_HELD((mac_handle_t)mip));
128 kmem_free(grp->mbg_addr, mip->mi_type->mt_addr_length);
131 mip->mi_bcast_ngrps--;
145 mac_impl_t *mip = grp->mbg_mac_impl; local
152 rw_enter(&mip->mi_rw_lock, RW_READER);
201 rw_exit(&mip->mi_rw_lock);
212 rw_enter(&mip->mi_rw_lock, RW_READER);
231 rw_exit(&mip->mi_rw_lock);
236 rw_exit(&mip
266 mac_impl_t *mip = mcip->mci_mip; local
505 mac_impl_t *mip = mcip->mci_mip; local
619 mac_bcast_refresh(mac_impl_t *mip, mac_multicst_t refresh_fn, void *arg, boolean_t add) argument
655 mac_impl_t *mip = mcip->mci_mip; local
[all...]
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_admin.c100 mi_ping_t mip; local
102 mip.mip_command = MI_PING;
103 return (ipmp_command(handle, &mip, sizeof (mip)));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fw_2200.c5924 _info(struct modinfo *mip) argument
5926 return (mod_info(&modlinkage, mip));
H A Dql_fw_2300.c7552 _info(struct modinfo *mip) argument
7554 return (mod_info(&modlinkage, mip));
H A Dql_fw_6322.c6958 _info(struct modinfo *mip) argument
6960 return (mod_info(&modlinkage, mip));
H A Dql_fw_2400.c15697 _info(struct modinfo *mip) argument
15699 return (mod_info(&modlinkage, mip));
H A Dql_fw_2500.c15021 _info(struct modinfo *mip) argument
15023 return (mod_info(&modlinkage, mip));
H A Dql_fw_8100.c13085 _info(struct modinfo *mip) argument
13087 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c75 map_info_t *mip; local
82 if ((mip = addr_to_map(ph, address)) != 0) {
83 (void) strcpy(buf, mip->mi_name);
H A Dsyms.c211 map_info_t *mip; local
213 if ((mip = addr_to_map(ph, addr)) == NULL)
216 return (addr_map_sym(mip, addr, symp, str));
222 map_info_t *mip; local
231 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next)
232 if (str_map_sym(name, mip, symp, NULL) == RET_OK)
H A Dbpt.c389 map_info_t *mip; local
392 if ((mip = addr_to_map(ph, pc)) == (map_info_t *)0)
395 pltbase = mip->mi_pltbase;
396 if ((mip->mi_flags & FLG_MI_EXEC) == 0)
397 pltbase += mip->mi_addr;
399 if ((pc >= pltbase) && (pc <= (pltbase + mip->mi_pltsize)))
H A Dmaps.c66 map_info_t *mip; local
69 mip = (map_info_t *)&(ph->pp_ldsomap);
71 mip = (map_info_t *)&(ph->pp_execmap);
73 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next)
74 if (strcmp(soname, mip->mi_name) == 0)
77 return (mip);
83 map_info_t *mip; local
112 map_info_t *mip; local
173 map_info_t *mip; local
356 map_info_t *mip; local
395 (void) load_map(ph, (caddr_t)lop->rl_base, mip); local
[all...]
H A Dps.c281 map_info_t *mip; local
284 if ((mip = str_to_map(ph, object_name)) == NULL)
287 if (str_map_sym(sym_name, mip, &gsym, NULL) == RET_FAILED)
304 map_info_t *mip; local
306 if ((mip = str_to_map(ph, object_name)) == NULL)
309 if (str_map_sym(sym_name, mip, &sym, NULL) == RET_FAILED)
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c54 _info(struct modinfo *mip) argument
56 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c237 mib2_ip_t *mip; local
282 mip = (mib2_ip_t *)(void *)item->valp;
283 ip_forwarding = mip->ipForwarding;
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c141 const mac_info_t *mip; local
155 mip = mac_info(mh);
156 if (mip->mi_media != DL_ETHER || mip->mi_nativemedia != DL_ETHER) {
220 port->lp_mip = mip;
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c403 _info(struct modinfo *mip) argument
405 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/uts/common/io/
H A Dsmbios.c328 _info(struct modinfo *mip) argument
330 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c643 _info(struct modinfo *mip) argument
645 return (mod_info(&ml, mip));
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c994 _info(struct modinfo *mip) argument
996 return (mod_info(&modlinkage, mip));
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c1191 _info(struct modinfo *mip) argument
1193 return (mod_info(&sfxge_modlinkage, mip));

Completed in 219 milliseconds

123