Searched refs:info (Results 501 - 525 of 859) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java84 BeanInfo info = Introspector.getBeanInfo(PrintaRecord.class);
105 BeanDescriptor d = info.getBeanDescriptor();
H A DProbeDescription.java88 BeanInfo info = Introspector.getBeanInfo(ProbeDescription.class);
93 BeanDescriptor d = info.getBeanDescriptor();
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_mem.c225 xdrmem_control(XDR *xdrs, int request, void *info) argument
231 xptr = (xdr_bytesrec *) info;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h294 xfs_da_blkinfo_t info; /* block type, links, etc. */ member in struct:xfs_da_intnode::xfs_da_node_hdr
378 xfs_da_blkinfo_t info; /* header for da routines */ member in struct:xfs_dir2_leaf_hdr
508 xfs_uint16_t di_dmstate; /* DMIG state info */
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dclone.ksh52 sourcezonepath=`/usr/sbin/zonecfg -z $sourcezone info zonepath | \
/illumos-gate/usr/src/cmd/powertop/common/
H A Devents.c230 dtrace_proginfo_t info; local
262 if (dtrace_program_exec(dtp, prog, &info) == -1) {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpRepository.java145 Debug.info("HELP: helpItemsForString: " + partialTitle);
153 Debug.info("HELP: helpItemsForString: vector contains " +
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h115 const char *(*info)(); member in struct:module
183 rcm_info_t **info; /* info to be filled in */ member in struct:__anon1309
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c277 struct dk_cinfo info; local
303 ioctl(fd, DKIOCINFO, &info) == 0)
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java562 ProgramInfo info)
570 a = info.getMinimumProbeAttributes();
578 a = info.getMinimumStatementAttributes();
933 ProgramInfo info;
950 info = p.getInfo();
954 info.getMatchingProbeCount(),
955 info.getMatchingProbeCount() == 1 ? "" : "s");
959 programDescription, info);
561 printProgramStability(String programType, String programDescription, ProgramInfo info) argument
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c250 /* initialize Devconfig info */
467 static char info[MAXLINE]; local
473 while (getdialline(info, sizeof(info))) {
474 if ((info[0] == '#') || (info[0] == ' ') ||
475 (info[0] == '\t') || (info[0] == '\n'))
477 if ((na = getargs(info, arps, narps)) == 0)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c828 is_path_secure(char *opath, Rt_map *clmp, uint_t info, uint_t flags) argument
842 if (info & LA_SER_CONFIG)
845 if ((info & LA_SER_MASK) == 0) {
867 if ((((str == 0) && ((info & PD_FLG_FULLPATH) == 0)) ||
869 ((info & PD_FLG_EXTLOAD) == 0))) &&
912 if (((info & LA_SER_LIBPATH) == 0) && (*opath == '/') &&
950 if (info & PD_FLG_EXTLOAD) {
965 if ((info & LA_SER_MASK) == 0) {
1022 * The info argument passes in auxiliary information regarding the callers
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h246 extern int pkginfo __P((struct pkginfo *info, char *pkginst, ...));
247 extern int fpkginfo __P((struct pkginfo *info, char *pkginst));
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c243 * Solaris module info code
720 /* get the size of the global info pages for each board */
726 /* get the global info about write blocks */
823 sdbc_info_t info; local
870 info.ci_write = cc_ent->cc_write ? 1 : 0;
871 info.ci_dirty = cc_ent->cc_dirty;
872 info.ci_valid = cc_ent->cc_valid;
873 info.ci_cd = CENTRY_CD(cc_ent);
874 info.ci_dblk = BLK_TO_FBA_NUM(CENTRY_BLK(cc_ent));
876 (void) copyout(&info, (voi
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Ddssetup.ndl150 OUT struct dssetup_GetPrimaryDomainInfo *info;
H A Deventlog.ndl74 BYTE info[LOGR_MAXENTRYLEN];
H A Dnetdfs.ndl361 IN struct netdfs_info info;
383 OUT struct netdfs_info info;
402 INOUT struct netdfs_enum_info *info;
480 INOUT struct netdfs_enum_info *info;
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c90 struct siginfo info; local
168 (void) waitid(P_PID, pid, &info, WEXITED | WNOWAIT);
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h129 * optional version info or a linker file, but not both.
224 #define MD_FETCH(mdp, info, type) ({ \
226 __p = (type *)preload_search_info((mdp), MODINFO_METADATA | (info)); \
/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/uts/common/inet/ip/
H A Dip_arp.c122 hook_pkt_event_t info; \
124 info.hpe_protocol = ipst->ips_arp_net_data; \
125 info.hpe_ifp = _ilp; \
126 info.hpe_ofp = 0; \
127 info.hpe_hdr = _hdr; \
128 info.hpe_mp = &(_fm); \
129 info.hpe_mb = _m; \
131 _event, (hook_data_t)&info) != 0) { \
139 _hdr = info.hpe_hdr; \
140 _m = info
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c360 * If this is a request for a RAID info page, or any page called during
361 * the RAID info page request, poll because these config page requests
456 * Allocate DMA buffer here. Store the info regarding this buffer in
502 * If this is a request for a RAID info page, or any page called during
503 * the RAID info page request, poll because these config page requests
1505 * info and SAS address.
1519 * which holds status info for the request.
1600 mptsas_smp_t *info)
1608 * which holds status info for the request.
1613 mptsas_sasexpdpage_0_cb, page_address, &info
1599 mptsas_get_sas_expander_page0(mptsas_t *mpt, uint32_t page_address, mptsas_smp_t *info) argument
2503 mptsas_get_sas_phy_page0(mptsas_t *mpt, uint32_t page_address, smhba_info_t *info) argument
2591 mptsas_get_sas_phy_page1(mptsas_t *mpt, uint32_t page_address, smhba_info_t *info) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c763 struct dssnmp_info info; local
834 info.size = sp->data_len;
835 info.token = sp->gencount;
839 if (ddi_copyout(&info, (void *)arg, sizeof (info), mode) != 0)
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c86 * Table of recognized keywords, with info. about them.
143 S.input_type.info = isterminfo(input_type);
145 S.output_type.info = isterminfo(output_type);
147 S.printer_type.info = isterminfo(printer_type);
340 (STREQU(type1->name, NAME_TERMINFO) && type2->info) ||
341 (STREQU(type2->name, NAME_TERMINFO) && type1->info))
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c85 struct krb5_validation_info info; local
90 bzero(&info, sizeof (info));
92 /* Need to keep this until we're done with &info */
98 NETR_OPNUM_decode_krb5_pac, data, len, &info);
104 status = netr_setup_token_info3(&info.info3, token);
355 * we build a user info structure and return it, where the caller will

Completed in 107 milliseconds

<<21222324252627282930>>