Searched refs:info (Results 701 - 725 of 859) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4816 u32 stat = ntohl(p->u.info.lstatus_to_modtype);
4922 u32 info = 0; local
4926 ret = sf1_read(adapter, 3, 0, 1, &info);
4931 if ((info & 0xff) != 0x20) /* not a Numonix flash */
4933 info >>= 16; /* log2 of size */
4934 if (info >= 0x14 && info < 0x18)
4935 adapter->params.sf_nsec = 1 << (info - 16);
4936 else if (info == 0x18)
4940 adapter->params.sf_size = 1 << info;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c262 dacf_info_hash = mod_hash_create_ptrhash("dacf info hash",
483 dacf_rsrv_make(dacf_rsrvlist_t *rsrv, dacf_rule_t *rule, void *info, argument
486 dacf_infohdl_t ihdl = info;
488 ASSERT(info && rule && list);
1259 * the info entry out of the hash.
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c942 static struct module_info info = { variable in typeref:struct:module_info
947 NULL, (pfi_t)rds_rsrv, rds_open, rds_close, NULL, &info
951 (pfi_t)rds_wput, NULL, rds_open, rds_close, NULL, &info,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c112 * the info returned into something that sbd understands
114 * copy the info from our inventory
182 * board info. If one exists turn the busy flag on
230 * Now that we got the info run through the sbd-sbdp translator
386 * board. As a side effect the SC updates the pda info so obp can create the
419 * Currently, we pass the info in the extra data fields.
538 * Currently, we pass the info in the extra data fields.
758 informp->info.board = board;
759 informp->info.node = node;
761 informp->info
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c1017 plat_cpuid_to_mmu_ctx_info(processorid_t cpuid, mmu_ctx_info_t *info) argument
1023 info->mmu_idx = get_mmu_id(cpuid);
1024 info->mmu_nctxs = 8192;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1241 char signame[SIG2STR_MAX], sig[64], info[64]; local
1284 (void) snprintf(info, sizeof (info),
1288 (void) snprintf(info, sizeof (info),
1292 Perror_printf(P, incfmt, sig, info);
1295 dprintf(incfmt, sig, info);
2782 * in the core, which will allow us to construct the file info
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c1910 * the necessary CFG info with the master,
4767 uint_t info = (uint_t)(uintptr_t)arg; local
4769 first_link = (int)(info & 0xf0);
4770 domid = (int)(info & 0x0f);
5785 * of our config info. This guarantees that the CONFIG state
5787 * their config info.
5987 cfg_subtype.info.num = 3;
5988 cfg_subtype.info.phase = phase;
6016 cfg_subtype.info.num = 3;
6017 cfg_subtype.info
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c168 * fnamep - metadevice or hsp with path and set name info stripped
1794 /* get controller info */
1823 * get partition info
1861 if ((ep->info.errclass == MDEC_DEV) &&
1862 (ep->info.md_error_info_t_u.dev_error.errnum == MDE_TOO_MANY_PARTS))
1871 ep->info.md_error_info_t_u.sys_error.errnum;
1889 dnp->errnum = ep->info.md_error_info_t_u.sys_error.errnum;
2166 ep->info.md_error_info_t_u.sys_error.errnum;
2191 int errnum = ep->info.md_error_info_t_u.sys_error.errnum;
2525 /* get parts info */
[all...]
H A Dmeta_notify.c310 err = (ep)->info.md_error_info_t_u.ds_error.errnum;
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1660 struct dev_info info; local
1705 if (mdb_vread(&info, sizeof (struct dev_info), devi) == -1) {
1710 data.dtsd_major = info.devi_major;
2571 struct dev_info info; local
2596 if (mdb_vread(&info, sizeof (struct dev_info), devi) == -1) {
2601 data->dtsd_major = info.devi_major;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c2618 if (!xdr_u_int(xdrs, &resokp->info.link_max))
2620 if (!xdr_u_int(xdrs, &resokp->info.name_max))
2622 if (!xdr_bool(xdrs, &resokp->info.no_trunc))
2624 if (!xdr_bool(xdrs, &resokp->info.chown_restricted))
2626 if (!xdr_bool(xdrs, &resokp->info.case_insensitive))
2628 return (xdr_bool(xdrs, &resokp->info.case_preserving));
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1174 const char *info; local
1209 while ((info = auclnt_get_dev_hw_info(d, &iter)) != NULL) {
1210 (void) strlcat(ci->hw_info, info, sizeof (ci->hw_info));
2441 const char *info; local
2452 while ((info = auclnt_get_dev_hw_info(d, &iter)) != NULL) {
2453 sndstat_printf(oc, "\t%s\n", info);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3663 char info[SYS_NMLN]; local
3667 sysinfo(SI_PLATFORM, info, SYS_NMLN)) == (size_t)-1)
3674 (void) strcpy(scapset->sc_plat, info);
3685 char info[SYS_NMLN]; local
3689 sysinfo(SI_MACHINE, info, SYS_NMLN)) == (size_t)-1)
3696 (void) strcpy(scapset->sc_mach, info);
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1561 ipnet_nicevent_cb(hook_event_token_t token, hook_data_t info, void *arg) argument
1564 hook_nic_event_t *hn = (hook_nic_event_t *)info;
1938 ipobs_bounce_func(hook_event_token_t token, hook_data_t info, void *arg) argument
1944 hdr = (hook_pkt_observe_t *)info;
2284 ipnet_bpf_bounce(hook_event_token_t token, hook_data_t info, void *arg) argument
2294 hdr = (hook_pkt_observe_t *)info;
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1447 struct door_info info; local
1471 if (door_info(doorfd, &info) == 0 &&
1472 ((info.di_attributes & DOOR_REVOKED) == 0)) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c635 fmd_hdl_info_t *info; local
643 if ((info = mp->mod_info) != NULL) {
650 if (info != NULL) {
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1336 struct dk_cinfo info; local
1340 if (ioctl(fso, DKIOCINFO, &info) < 0) {
1348 switch (info.dki_ctype) {
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c262 struct door_info info; local
272 if (door_ki_info(dh, &info) != 0)
275 return ((info.di_attributes & DOOR_REVOKED) != 0);
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1002 * If we don't recognize the additional info,
1256 (void) strcpy(cs->info, cis_getstr(tp));
1258 (void) strcpy(cs->info, "(no info)");
1297 cs->jid[nid].info = GET_BYTE(tp);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h892 MPI2_CONFIG_PAGE_MAN_0 m_MANU_page0; /* Manufactor page 0 info */
893 MPI2_CONFIG_PAGE_MAN_1 m_MANU_page1; /* Manufactor page 1 info */
1356 mptsas_smp_t *info);
1364 smhba_info_t *info);
1367 smhba_info_t *info);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c834 /* Get a handle to the brand info for this zone */
1025 /* Get a handle to the brand info for this zone */
1216 * See comment at end of main() for info on the last rites.
1425 * Get a handle to the default brand info.
1726 struct door_info info; local
1732 if (door_info(doorfd, &info) == 0 && info.di_target != -1) {
1950 /* Get a handle to the brand info for this zone */
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1056 smbios_info_t info; local
1090 if (smbios_info_common(shp, sp->smbstr_id, &info) == 0) {
1092 print_common(&info, fp);
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh252 zonecfg -z $zonename info fs | nawk '{
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info336 #include <fru_SC_data.info>
337 #include "system-board.info"
338 #include <SB-tables.info>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dpiclfrutree.info286 #include <fru_SC_data.info>
287 #include "system-board.info"
288 #include <SB-tables.info>

Completed in 169 milliseconds

<<21222324252627282930>>