Searched defs:info (Results 351 - 375 of 550) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h244 mlx_mdr_t info; /* Details of HW part#, name, */ member in struct:ib_cnx_encap_ident_s
251 uint64_t ibguids[4]; /* HW's GUIDs backup info */
252 uint64_t ib_mac[2]; /* HW's MAC backup info */
H A Dtavor_ib.h131 mlx_mdr_t info; member in struct:ib_encap_ident
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c435 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) argument
440 if (info != FTW_F) {
443 (info == FTW_SLN || info == FTW_DNR || info == FTW_NS)) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c149 if (ar_file) /* get header info */ {
685 section_info_table *info; local
772 info = &state->sec_table[scn_no];
774 if ((info->secno != (GElf_Word)DELETED) &&
775 info->secno <= scn_no) {
782 (void) gelf_getshdr(info->scn, &src_shdr);
786 * Update link and info fields
937 if (ISCANDIDATE(info->flags)) {
938 if ((GET_LOC(info->flags) == PRIOR) &&
939 (((int)info
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c1318 audit_symget(Audit_list *alp, int info, int *in_nfavl) argument
1321 const char *sname = MSG_ORIG(aud_info[info].sname);
1322 uint_t alflag = aud_info[info].alflag;
1323 uint_t auflag = aud_info[info].auflag;
H A Ddlfcns.c1538 dladdr_core(Rt_map *almp, void *addr, Dl_info_t *dlip, void **info, int flags) argument
1552 LM_DLADDR(almp)((ulong_t)addr, almp, dlip, info, flags);
1597 dladdr1(void *addr, Dl_info_t *dlip, void **info, int flags) argument
1622 } else if (info == NULL) {
1640 dladdr_core(almp, addr, dlip, info, flags);
1943 Dl_serinfo_t *info; local
1949 info = (Dl_serinfo_t *)p;
1950 path = &info->dls_serpath[0];
1951 strs = (char *)&info->dls_serpath[info
2291 struct dl_phdr_info info; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c1030 fork_info_t *info; local
1224 info = startd_zalloc(sizeof (fork_info_t));
1226 info->sf_id = inst->ri_id;
1227 info->sf_method_type = METHOD_STOP;
1228 info->sf_event_type = re;
1229 info->sf_reason = reason;
1230 inst->ri_method_thread = startd_thread_create(method_thread, info);
1506 fork_info_t *info; local
1551 info = startd_zalloc(sizeof (fork_info_t));
1553 info
1595 fork_info_t *info; local
1675 fork_info_t *info; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c591 fieldoff(char *info, int nf) argument
593 char *q = info;
602 return (q - info - 1);
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c362 * Given the info of a packet, look for a match in the rule hash table.
966 /* Try to match the given packet info and zone ID with a rule. */
1211 ilb_server_add(ilb_stack_t *ilbs, ilb_rule_t *rule, ilb_server_info_t *info) argument
1220 min_port = ntohs(info->min_port);
1221 max_port = ntohs(info->max_port);
1258 if ((IN6_IS_ADDR_V4MAPPED(&info->addr) &&
1260 (!IN6_IS_ADDR_V4MAPPED(&info->addr) &&
1293 if (IN6_ARE_ADDR_EQUAL(&server->iser_addr_v6, &info->addr) ||
1294 strcasecmp(server->iser_name, info->name) == 0) {
1308 (void) memcpy(server->iser_name, info
1678 ilb_nat_info_t info; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1527 hook_nic_event_int_t *info = (hook_nic_event_int_t *)arg; local
1531 ns = netstack_find_by_stackid(info->hnei_stackid);
1539 hr = (info->hnei_event.hne_protocol == ipst->ips_ipv6_net_data) ?
1541 (void) hook_run(info->hnei_event.hne_protocol->netd_hooks, hr,
1542 (hook_data_t)&info->hnei_event);
1547 kmem_free(info->hnei_event.hne_data, info->hnei_event.hne_datalen);
H A Dkeysock.c154 static struct module_info info = { variable in typeref:struct:module_info
160 NULL, &info
164 (pfi_t)keysock_wput, NULL, NULL, NULL, NULL, &info
2363 ks1dbg(keystack, ("Hmmm, an IPsec info I'm not used to, 0x%x\n",
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c361 k_siginfo_t info; local
366 info.si_signo = SIGPOLL;
367 info.si_code = POLL_OUT;
368 info.si_errno = 0;
369 info.si_fd = 0;
370 info.si_band = 0;
371 sigaddq(proc, NULL, &info, KM_NOSLEEP);
1407 * Assumes the standard receive buffer is used to obtain info for
2253 * o Allocate/initate info needed by TPI
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c839 ushort_t info; local
847 info = *((ushort_t *)dptr);
850 if (!(sym = symit_next(si, STT_FUNC)) && info != 0)
853 if (info == 0) {
873 ii->ii_nargs = CTF_INFO_VLEN(info);
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c336 ushort_t info = *fp++; local
337 ushort_t kind = CTF_INFO_KIND(info);
338 ushort_t n = CTF_INFO_VLEN(info);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c196 /* save away guid, phy type, and vendor info */
1526 * selfid info for a 3 port PHY. Since we will probably not ever see a
1531 hci1394_ohci_phy_info(hci1394_ohci_handle_t ohci_hdl, uint32_t *info) argument
1543 ASSERT(info != NULL);
1631 /* Copy the PHY selfid info to the return parameter */
1632 *info = phy_info;
2094 * memory. See hci1394_ohci_phy_filter_set() above for more info.
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.h111 * rates info element of MLME
140 } info[RATE_TABLE_SIZE]; member in struct:ath_rate_table
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1440 dld_ioc_info_t *info; local
1481 info = &dim->dim_list[i];
1483 if (info->di_priv_func != NULL &&
1484 (err = info->di_priv_func(cred)) != 0)
1487 sz = info->di_argsize;
1493 if ((info->di_flags & DLDCOPYIN) &&
1499 err = info->di_func(buf, arg, mode, cred, rvalp);
1501 if ((info->di_flags & DLDCOPYOUT) &&
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c1059 info(const char *msg, boolean_t interactive) function
1103 info("host-ip invalid!", interactive);
1107 info("host-ip not set!", interactive);
1118 info("subnet-mask invalid!", interactive);
1122 info("Defaulting to classful subnetting", interactive);
1138 info("bootserver not legal URL!", interactive);
1144 info("bootserver not specified!", interactive);
1155 info("router-ip invalid!", interactive);
1158 info("router not on local subnet!",
1177 info("htt
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1110 char info[FCT_INFO_LEN]; local
1123 (void) snprintf(info, sizeof (info),
1134 (void) snprintf(info, sizeof (info),
1151 (void) snprintf(info, sizeof (info),
1180 STMF_RFLAG_FATAL_ERROR | STMF_RFLAG_RESET, info);
1239 char info[FCT_INFO_LEN]; local
1348 (void) snprintf(info, sizeo
1395 char info[FCT_INFO_LEN]; local
1571 char info[FCT_INFO_LEN]; local
1722 char info[FCT_INFO_LEN]; local
1837 char info[FCT_INFO_LEN]; local
[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.
H A Dexacct.c155 exacct_vn_write_impl(ac_info_t *info, void *buf, ssize_t bufsize) argument
161 ASSERT(info != NULL);
162 ASSERT(info->ac_vnode != NULL);
163 ASSERT(MUTEX_HELD(&info->ac_lock));
170 error = VOP_GETATTR(info->ac_vnode, &va, 0, kcred, NULL);
172 error = vn_rdwr(UIO_WRITE, info->ac_vnode, (caddr_t)buf,
176 (void) VOP_SETATTR(info->ac_vnode, &va, 0, kcred, NULL);
178 (void) VOP_SETATTR(info->ac_vnode, &va, 0, kcred, NULL);
192 exacct_vn_write(ac_info_t *info, void *buf, ssize_t bufsize) argument
196 if (info
282 exacct_write_header(ac_info_t *info, void *hdr, size_t hdrsize) argument
1088 exacct_commit_callback(ac_info_t *info, void *ubuf, size_t ubufsize, void *buf, size_t bufsize, size_t *actual) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c703 xdrrdma_control(XDR *xdrs, int request, void *info) argument
724 int32p = (int32_t *)info;
734 int32p = (int32_t *)info;
744 * Set the flags provided in the *info in xp_flags for rdma
747 int32p = (int32_t *)info;
755 * Get the flags provided in xp_flags return through *info
757 int32p = (int32_t *)info;
763 rcilp = (rdma_chunkinfo_lengths_t *)info;
774 rcip = (rdma_chunkinfo_t *)info;
841 *((struct clist **)info)
[all...]
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-mca.h384 XEN_GUEST_HANDLE(xen_mc_logical_cpu_t) info; member in struct:xen_mc_physcpuinfo
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c575 /* Read CFI info */
763 hermon_info_ioctl_t info; local
774 if (ddi_copyin((void *)arg, &info, sizeof (hermon_info_ioctl_t),
782 if (info.ai_revision != HERMON_VTS_IOCTL_REVISION) {
804 info.ai_hw_rev = state->hs_revision_id;
805 info.ai_flash_sz = state->hs_fw_device_sz;
806 info.ai_fw_rev.afi_maj = state->hs_fw.fw_rev_major;
807 info.ai_fw_rev.afi_min = state->hs_fw.fw_rev_minor;
808 info.ai_fw_rev.afi_sub = state->hs_fw.fw_rev_subminor;
811 if (ddi_copyout(&info, (voi
825 hermon_ports_ioctl_t info; local
[all...]
H A Dhermon_misc.c274 hermon_dbr_info_t *info; local
279 info = kmem_zalloc(sizeof (hermon_dbr_info_t), KM_SLEEP);
297 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
308 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
319 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
324 *dinfo = info; /* Pass back the pointer */
326 /* init the info structure with returned info */
327 info->dbr_dmahdl = dma_hdl;
328 info
356 hermon_dbr_info_t *info = NULL; local
404 hermon_dbr_info_t *info; local
434 hermon_dbr_info_t *info, *link; local
[all...]

Completed in 152 milliseconds

<<11121314151617181920>>