/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sparc.c | 187 __fex_get_op(siginfo_t *sip, ucontext_t *uap, fex_info_t *info) argument 202 info->op1.type = fex_nodata; 204 info->op2.type = fex_int; 205 info->op2.val.i = *(int*)FPreg(rs2); 208 info->op2.type = fex_llong; 209 info->op2.val.l = *(long long*)FPREG(rs2); 214 info->op1.type = info->op2.type = fex_float; 215 info->op1.val.f = *(float*)FPreg(rs1); 216 info 476 __fex_st_result(siginfo_t *sip, ucontext_t *uap, fex_info_t *info) argument [all...] |
H A D | __fex_i386.c | 569 __fex_get_op(siginfo_t *sip, ucontext_t *uap, fex_info_t *info) argument 593 info->op = fex_cnvt; 594 info->op2.type = fex_nodata; 601 info->op = fex_other; 602 info->op1.type = info->op2.type = info->res.type = fex_nodata; 603 info->flags = 0; 606 info->op1.type = fex_float; 607 info 1238 __fex_st_result(siginfo_t *sip, ucontext_t *uap, fex_info_t *info) argument [all...] |
/illumos-gate/usr/src/lib/libtnf/ |
H A D | info.c | 80 struct taginfo *info, *link; local 86 info = tnf->tag_table[i]; 87 while (info) { 89 link = info->link; 91 if (info->slotinfo) 92 free(info->slotinfo); 94 free(info); 96 info = link; 111 * Get info for supplied tag 117 struct taginfo *bucket, *info; local 139 struct taginfo *info; local 171 struct taginfo *info, *bucket; local 220 init_abstract_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument 235 init_derived_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument 255 init_scalar_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument 273 init_struct_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument 292 init_array_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument 334 init_slots(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument [all...] |
H A D | type.c | 51 struct taginfo *info; local 57 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum)); 58 return (info->kind); 75 * Fetch size member of info for datum type record 81 struct taginfo *info; local 87 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum)); 89 if (INFO_ARRAY(info)) 93 return (info->size); 103 struct taginfo *info; local 109 info [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
H A D | Makefile | 48 MAININFO = $(CONFS:%.conf=%.info) 49 OTHERINFOS = $(INCDIR1)/system-board.info 50 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info 51 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info 52 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info 53 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info 54 OTHERINFOS += $(INCDIR2)/fru_HDD4_data.info 55 OTHERINFOS += $(INCDIR2)/fru_HDD5_data.info 56 OTHERINFOS += $(INCDIR2)/fru_HDD6_data.info 57 OTHERINFOS += $(INCDIR2)/fru_HDD7_data.info [all...] |
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | process.c | 108 struct ctlib_event_info *info = evthdl; local 109 if (info->event.ctev_cttype != CTT_PROCESS) 111 if (info->nvl == NULL) 113 return (nvlist_lookup_uint32(info->nvl, CTPE_PID, (uint_t *)pid)); 119 struct ctlib_event_info *info = evthdl; local 120 if (info->event.ctev_cttype != CTT_PROCESS) 122 if (info->event.ctev_type != CT_PR_EV_FORK) 124 if (info->nvl == NULL) 126 return (nvlist_lookup_uint32(info->nvl, CTPE_PPID, (uint_t *)ppid)); 132 struct ctlib_event_info *info local 145 struct ctlib_event_info *info = evthdl; local 158 struct ctlib_event_info *info = evthdl; local 171 struct ctlib_event_info *info = evthdl; local 184 struct ctlib_event_info *info = evthdl; local 198 struct ctlib_event_info *info = evthdl; local 212 struct ctlib_event_info *info = evthdl; local 230 struct ctlib_status_info *info = stathdl; local 241 struct ctlib_status_info *info = stathdl; local 252 struct ctlib_status_info *info = stathdl; local 265 struct ctlib_status_info *info = stathdl; local 277 struct ctlib_status_info *info = stathdl; local 288 struct ctlib_status_info *info = stathdl; local 299 struct ctlib_status_info *info = stathdl; local 311 struct ctlib_status_info *info = stathdl; local [all...] |
H A D | libcontract.c | 238 struct ctlib_status_info *info; local 241 info = malloc(sizeof (struct ctlib_status_info)); 242 if (info == NULL) 245 info->status.ctst_detail = detail; 248 info->status.ctst_nbytes = status_nbytes; 249 info->status.ctst_buffer = status_buffer; 251 error = ioctl(fd, CT_SSTATUS, &info->status); 255 if (info->status.ctst_nbytes <= status_nbytes) 260 status_nbytes = info->status.ctst_nbytes; 265 if ((errno = nvlist_unpack(info 294 struct ctlib_status_info *info = stathdl; local 307 struct ctlib_status_info *info = stathdl; local 314 struct ctlib_status_info *info = stathdl; local 321 struct ctlib_status_info *info = stathdl; local 328 struct ctlib_status_info *info = stathdl; local 335 struct ctlib_status_info *info = stathdl; local 342 struct ctlib_status_info *info = stathdl; local 349 struct ctlib_status_info *info = stathdl; local 356 struct ctlib_status_info *info = stathdl; local 363 struct ctlib_status_info *info = stathdl; local 370 struct ctlib_status_info *info = stathdl; local 377 struct ctlib_status_info *info = stathdl; local 384 struct ctlib_status_info *info = stathdl; local 416 struct ctlib_event_info *info; local 505 struct ctlib_event_info *info = evthdl; local 515 struct ctlib_event_info *info = evthdl; local 522 struct ctlib_event_info *info = evthdl; local 529 struct ctlib_event_info *info = evthdl; local 536 struct ctlib_event_info *info = evthdl; local 543 struct ctlib_event_info *info = evthdl; local 553 struct ctlib_event_info *info = evthdl; local [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmCalls.java | 54 Debug.info(out); 58 Debug.info("CLNT: debugShowPrinter"); 61 Debug.info("CLNT: printer " + 66 Debug.info("CLNT: server " + 70 Debug.info("CLNT: printer type " + 74 Debug.info("CLNT: Comment " + 78 Debug.info("CLNT: Device " + 82 Debug.info("CLNT: Make " + 85 Debug.info("CLNT: Make is null"); 88 Debug.info("CLN [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | neti_impl.c | 65 net_protocol_register(netid_t id, const net_protocol_t *info) argument 70 ASSERT(info != NULL); 79 new->netd_info = *info; 84 n = net_find(info->netp_name, nts); 103 net_protocol_unregister(net_handle_t info) argument 107 ASSERT(info != NULL); 109 nts = info->netd_stack; 113 LIST_REMOVE(info, netd_list); 114 info->netd_stack = NULL; 117 (void) net_protocol_release(info); 149 net_protocol_release(net_handle_t info) argument 170 net_protocol_walk(netid_t netid, net_handle_t info) argument 215 net_getifname(net_handle_t info, phy_if_t nic, char *buffer, const size_t buflen) argument 228 net_getmtu(net_handle_t info, phy_if_t nic, lif_if_t ifdata) argument 240 net_getpmtuenabled(net_handle_t info) argument 252 net_getlifaddr(net_handle_t info, phy_if_t nic, lif_if_t ifdata, int nelem, net_ifaddr_t type[], void *storage) argument 266 net_getlifzone(net_handle_t info, phy_if_t phy_ifdata, lif_if_t ifdata, zoneid_t *zoneid) argument 279 net_getlifflags(net_handle_t info, phy_if_t phy_ifdata, lif_if_t ifdata, uint64_t *flags) argument 292 net_phygetnext(net_handle_t info, phy_if_t nic) argument 304 net_phylookup(net_handle_t info, const char *name) argument 316 net_lifgetnext(net_handle_t info, phy_if_t ifidx, lif_if_t ifdata) argument 328 net_inject(net_handle_t info, inject_t style, net_inject_t *packet) argument 340 net_routeto(net_handle_t info, struct sockaddr *address, struct sockaddr *next) argument 352 net_ispartialchecksum(net_handle_t info, mblk_t *mp) argument 365 net_isvalidchecksum(net_handle_t info, mblk_t *mp) argument 402 net_family_register(net_handle_t info, hook_family_t *hf) argument 433 net_family_unregister(net_handle_t info, hook_family_t *hf) argument 455 net_family_shutdown(net_handle_t info, hook_family_t *hf) argument 482 net_event_register(net_handle_t info, hook_event_t *he) argument 506 net_event_unregister(net_handle_t info, hook_event_t *he) argument 519 net_event_shutdown(net_handle_t info, hook_event_t *he) argument 541 net_hook_register(net_handle_t info, char *event, hook_t *h) argument 567 net_hook_unregister(net_handle_t info, char *event, hook_t *h) argument [all...] |
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | request_tbl.c | 26 register ss_data *info; local 29 info = ss_info(sci_idx); 30 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++) 34 info->rqt_tables = (ssrt **)realloc(info->rqt_tables, 36 if (info->rqt_tables == (ssrt **)NULL) { 45 info->rqt_tables[i+1] = info->rqt_tables[i]; 47 info->rqt_tables[position] = rqtbl_ptr; 48 info 58 register ss_data *info; local [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/ |
H A D | Makefile | 56 MAININFO= $(CONFS:%.conf=%.info) 57 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info 58 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info 59 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info 60 OTHERINFOS += fru_SC_data.info SB-tables.info 61 OTHERINFOS += fru_usb-a-1_data.info fru_us [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | Makefile | 46 MAININFO = $(CONFS:%.conf=%.info) 47 OTHERINFOS = $(INCDIR1)/system-board.info 48 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info 49 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info 50 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info 51 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info 52 OTHERINFOS += $(INCDIR2)/fru_PS0_data.info 53 OTHERINFOS += $(INCDIR2)/fru_PS1_data.info 54 OTHERINFOS += $(INCDIR2)/fru_SC_data.info 55 OTHERINFOS += $(INCDIR2)/fru_usb-a-1_data.info [all...] |
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dssetup_svc.c | 107 dssetup_GetPrimaryDomainInfo_t *info; local 112 info = NDR_MALLOC(mxa, sizeof (dssetup_GetPrimaryDomainInfo_t)); 113 if (info == NULL) { 118 info->switch_value = param->level; 119 info1 = &info->ru.info1; 133 param->info = info; 150 dssetup_member_server(ds_primary_domain_info_t *info, ndr_xa_t *mxa) argument 169 info->flags = DS_ROLE_PRIMARY_DOMAIN_GUID_PRESENT; 170 info 216 dssetup_standalone_server(ds_primary_domain_info_t *info, ndr_xa_t *mxa) argument [all...] |
H A D | dssetup_clnt.c | 41 struct dssetup_DsRolePrimaryDomInfo1 *info; local 59 if ((rc != 0) || (arg.status != 0) || arg.info == NULL) { 64 info = &arg.info->ru.info1; 66 if (info->nt_domain == NULL || 67 info->dns_domain == NULL || 68 info->forest == NULL) { 73 bcopy(info, ds_info, sizeof (ds_primary_domain_info_t)); 74 ds_info->nt_domain = (uint8_t *)strdup((char *)info->nt_domain); 75 ds_info->dns_domain = (uint8_t *)strdup((char *)info [all...] |
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_ibt.c | 36 * Module (static) info passed to IBTL during ibt_attach 192 eibnx_find_mgroups(eibnx_thr_info_t *info) argument 194 ibt_hca_portinfo_t *pi = info->ti_pi; 200 mutex_enter(&info->ti_mcg_lock); 202 if ((info->ti_mcg_status & ENX_MCGS_FOUND) == ENX_MCGS_FOUND) { 203 mutex_exit(&info->ti_mcg_lock); 221 if ((ret = ibt_query_mcg(rgid, &mcg_attr, 1, &info->ti_solicit_mcg, 233 if (info->ti_solicit_mcg->mc_mtu > pi->p_mtu) { 236 enx_solicit_mgid.gid_guid, info->ti_solicit_mcg->mc_mtu, 240 if (info 307 eibnx_setup_cq(eibnx_thr_info_t *info) argument 352 eibnx_setup_ud_channel(eibnx_thr_info_t *info) argument 426 eibnx_setup_txbufs(eibnx_thr_info_t *info) argument 514 eibnx_setup_rxbufs(eibnx_thr_info_t *info) argument 573 eibnx_setup_bufs(eibnx_thr_info_t *info) argument 624 eibnx_setup_cq_handler(eibnx_thr_info_t *info) argument 663 eibnx_join_solicit_mcg(eibnx_thr_info_t *info) argument 711 eibnx_join_advertise_mcg(eibnx_thr_info_t *info) argument 769 eibnx_join_mcgs(eibnx_thr_info_t *info) argument 809 eibnx_rejoin_mcgs(eibnx_thr_info_t *info) argument 912 eibnx_rb_find_mgroups(eibnx_thr_info_t *info) argument 930 eibnx_rb_setup_cq(eibnx_thr_info_t *info) argument 951 eibnx_rb_setup_ud_channel(eibnx_thr_info_t *info) argument 964 eibnx_rb_setup_txbufs(eibnx_thr_info_t *info) argument 1025 eibnx_rb_setup_rxbufs(eibnx_thr_info_t *info) argument 1055 eibnx_rb_setup_bufs(eibnx_thr_info_t *info) argument 1070 eibnx_rb_setup_cq_handler(eibnx_thr_info_t *info) argument 1081 eibnx_rb_join_solicit_mcg(eibnx_thr_info_t *info) argument 1100 eibnx_rb_join_advertise_mcg(eibnx_thr_info_t *info) argument 1126 eibnx_rb_join_mcgs(eibnx_thr_info_t *info) argument [all...] |
H A D | enx_hdlrs.c | 87 eibnx_port_monitor(eibnx_thr_info_t *info) argument 96 info->ti_pi->p_port_num); 101 info->ti_progress = 0; 109 while (info->ti_pi->p_linkstate != IBT_PORT_ACTIVE) { 110 mutex_enter(&info->ti_event_lock); 111 while ((info->ti_event & 117 cv_wait(&info->ti_event_cv, &info->ti_event_lock); 123 if (info->ti_event & ENX_EVENT_DIE) { 124 mutex_exit(&info 439 eibnx_gw_is_aware(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, boolean_t gwi_changed) argument 573 eibnx_thr_info_t *info = arg; local 595 eibnx_thr_info_t *info = (eibnx_thr_info_t *)arg1; local 663 eibnx_process_rx(eibnx_thr_info_t *info, ibt_wc_t *wc, eibnx_wqe_t *wqe) argument 764 eibnx_handle_wcerr(uint8_t wcerr, eibnx_wqe_t *wqe, eibnx_thr_info_t *info) argument 791 eibnx_handle_login_ack(eibnx_thr_info_t *info, uint8_t *pkt) argument 833 eibnx_handle_gw_rebirth(eibnx_thr_info_t *info, uint16_t portid) argument 860 eibnx_handle_gw_info_update(eibnx_thr_info_t *info, uint16_t portid, void *new_gw_info) argument [all...] |
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/ |
H A D | intr.c | 185 intr_info_t info; local 217 bzero((void *)&info, sizeof (intr_info_t)); 219 info.shared = 0; 227 info.pathname, sizeof (info.pathname)); 240 (void) mdb_snprintf(info.driver_name, 241 sizeof (info.driver_name), "%s", name); 243 info.instance = dev.devi_instance; 244 info.inum = niumx_state.niumx_ihtable[i].ih_inum; 245 info 270 intr_info_t info; local 365 intr_info_t info; local 491 intr_print_elements(intr_info_t info) argument [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc_ohash.c | 33 struct ohash_info info; local 35 info.alloc = hash_alloc; 36 info.calloc = hash_calloc; 37 info.free = hash_free; 38 info.data = NULL; 39 info.key_offset = ko; 41 ohash_init(h, sz, &info);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/ |
H A D | Makefile | 44 MAININFO= $(CONFS:%.conf=%.info) 45 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info 46 OTHERINFOS += fru_PSU0_data.info fru_PSU1_data.info fru_PSU2_data.info fru_PSU3_data.info 47 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info 48 OTHERINFOS += fru_HDD2_data.info fru_HDD3_dat [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
H A D | Makefile | 51 MAININFO= $(CONFS:%.conf=%.info) 52 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info fru_PS2_data.info fru_PS3_data.info 53 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info 54 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info 55 OTHERINFOS += fru_HDD3_data.info fru_HDD4_dat [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/ |
H A D | Makefile | 50 MAININFO= $(CONFS:%.conf=%.info) 51 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info 52 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info 53 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info 54 OTHERINFOS += fru_HDD4_data.info fru_HDD5_data.info 55 OTHERINFOS += fru_HDD6_data.info fru_HDD7_dat [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/ |
H A D | Makefile | 45 MAININFO = $(CONFS:%.conf=%.info) 46 OTHERINFOS = $(INCDIR1)/system-board.info 47 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info 48 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info 49 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info 50 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info 51 OTHERINFOS += $(INCDIR2)/fru_HDD4_data.info 52 OTHERINFOS += $(INCDIR2)/fru_HDD5_data.info 53 OTHERINFOS += $(INCDIR2)/fru_HDD6_data.info 54 OTHERINFOS += $(INCDIR2)/fru_HDD7_data.info [all...] |
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_sd.c | 78 struct dk_cinfo info; local 82 cmd, (intptr_t)&info, FKIOCTL, credp, rvalp)) != 0) 85 /* Update controller info */ 86 info.dki_cnum = ddi_get_instance(ddi_get_parent(dip)); 87 (void) strlcpy(info.dki_cname, 88 ddi_get_name(ddi_get_parent(dip)), sizeof (info.dki_cname)); 90 /* Update unit info. */ 91 if (info.dki_ctype == DKC_VBD) { 100 info.dki_ctype = DKC_UNKNOWN; 102 info [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/ |
H A D | Makefile | 44 MAININFO = $(CONFS:%.conf=%.info) 45 OTHERINFOS = $(INCDIR1)/system-board.info 46 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info 47 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info 48 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info 49 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info 50 OTHERINFOS += $(INCDIR2)/fru_PS0_data.info 51 OTHERINFOS += $(INCDIR2)/fru_PS1_data.info 52 OTHERINFOS += $(INCDIR2)/fru_SC_data.info 53 OTHERINFOS += $(INCDIR2)/fru_usb-a-1_data.info [all...] |
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkginfo.c | 65 * The structure provided via "info" will contain malloc'd information; 72 * via "info" will have its elements deallocated and all files 84 pkginfo(struct pkginfo *info, char *pkginst, ...) argument 91 if (info == NULL) { 96 info->pkginst = NULL; 97 (void) fpkginfo(info, NULL); 117 info->pkginst = NULL; 118 if (fpkginfo(info, pkginst)) 126 if (ckinst(pkginst, info->arch, info 137 fpkginfo(struct pkginfo *info, char *pkginst) argument 164 initpkg(struct pkginfo *info) argument 191 rdconfig(struct pkginfo *info, char *pkginst, char *ckvers) argument [all...] |