Searched refs:info (Results 301 - 325 of 859) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c147 struct ctlib_event_info *info = hdl; local
149 type = info->event.ctev_cttype;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java47 BeanInfo info = Introspector.getBeanInfo(AggregationRecord.class);
67 BeanDescriptor d = info.getBeanDescriptor();
H A DDrop.java50 BeanInfo info = Introspector.getBeanInfo(Drop.class);
66 BeanDescriptor d = info.getBeanDescriptor();
H A DError.java88 BeanInfo info = Introspector.getBeanInfo(Error.class);
94 BeanDescriptor d = info.getBeanDescriptor();
H A DPrintfRecord.java47 BeanInfo info = Introspector.getBeanInfo(PrintfRecord.class);
67 BeanDescriptor d = info.getBeanDescriptor();
H A DUserStackRecord.java49 BeanInfo info = Introspector.getBeanInfo(UserStackRecord.class);
69 BeanDescriptor d = info.getBeanDescriptor();
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c714 clnt_dg_control(CLIENT *cl, int request, char *info) argument
735 /* for other requests which use info */
736 if (info == NULL) {
743 if (time_not_ok((struct timeval *)info)) {
748 cu->cu_total = *(struct timeval *)info;
752 *(struct timeval *)info = cu->cu_total;
756 (void) memcpy(info, cu->cu_raddr.buf, (size_t)cu->cu_raddr.len);
760 if (time_not_ok((struct timeval *)info)) {
765 cu->cu_wait = *(struct timeval *)info;
769 *(struct timeval *)info
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c345 * The table is appended to the info argument. If the info argument is a
346 * null pointer, then a new string is malloc'ed. If the info argument is
350 fp_rcm_info(char *rsrc, char **errstring, char **info) argument
360 if (info == NULL) {
373 if ((ret = fp_rcm_info_table(rinfo, info)) != FPCFGA_OK)
492 char *info; local
503 info = gettext("Information");
527 if ((w = strlen(info)) > w_info)
563 w = strlen(info);
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A DMakefile54 INFOS= $(CONF:%.conf=%.info)
113 $(CPP) piclfrutree.info >$@
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A DMakefile55 INFOS= $(CONF:%.conf=%.info)
114 $(CPP) piclfrutree.info >$@
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A DMakefile52 INFOS= envmodel.info
89 $(CPP) envmodel.info > $@
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A DMakefile52 INFOS= $(CONF:%.conf=%.info)
109 $(CPP) piclfrutree.info >$@
/illumos-gate/usr/src/cmd/powertop/common/
H A Dcpuidle.c99 dtrace_proginfo_t info; local
125 if (dtrace_program_exec(dtp, prog, &info) == -1) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Derr.user64mode.ksh44 typedef struct info {
H A Dtst.userlandkey.ksh42 typedef struct info {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddlpi_events.c60 nwamd_dlpi_notify(dlpi_handle_t dhp, dlpi_notifyinfo_t *info, void *arg) argument
65 if (info->dni_note & DL_NOTE_LINK_UP)
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c465 clntudp_control(cl, request, info)
468 char *info;
474 cu->cu_total = *(struct timeval *)info;
477 *(struct timeval *)info = cu->cu_total;
480 cu->cu_wait = *(struct timeval *)info;
483 *(struct timeval *)info = cu->cu_wait;
486 *(struct sockaddr_in *)info = cu->cu_raddr;
489 *(int *)info = cu->cu_sock;
/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/sys/
H A Dtiuser.h205 extern int t_getinfo(int fildes, struct t_info *info);
210 extern int t_open(const char *path, int oflag, struct t_info *info);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dllib-llpflt59 unsigned short info; /* 1 iff "name" is in Terminfo */
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c520 import_manifest_file(manifest_info_t *info, boolean_t validate, FILE *pout, argument
528 file = info->mi_path;
551 info->mi_path);
554 "import of %s failed.\n"), info->mi_path);
565 semerr(gettext("Import of %s failed.\n"), info->mi_path);
568 "of %s failed.\n"), info->mi_path);
575 if (info->mi_prop) {
578 if (mhash_store_entry(g_hndl, info->mi_prop, file,
579 info->mi_hash, APPLY_NONE, &errstr)) {
582 "%s\n"), info
864 apply_profile(manifest_info_t *info, int apply_changes) argument
[all...]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c84 /* Structure for storing user or group info */
736 psinfo_t info; local
745 read(procfd, (char *)&info, sizeof (info)) < 0 ||
746 info.pr_ttydev == PRNODEV) {
754 name = gettty(&info);
765 tty[ntty].tdev = info.pr_ttydev;
903 * Determine which processes to print info about by searching
935 psinfo_t info; /* process information from /proc */ local
948 * Get the info structur
[all...]
/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/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c417 char **info, char **errstr, nvlist_t *proplist, rcm_info_t **depend_info)
430 assert(info != NULL);
455 } else if ((*info = (char *)malloc(len)) == NULL) {
462 (void) snprintf(*info, len, info_fmt, link);
468 free(*info);
475 /* Get dependent info if requested */
523 net_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, argument
529 assert(info != NULL);
534 return (net_passthru(hd, NET_RESUME, rsrc, flag, info, dependent_info,
548 net_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, argument
416 net_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, char **errstr, nvlist_t *proplist, rcm_info_t **depend_info) argument
[all...]
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c211 * remove this lower queue info from the logical unit.
945 sm_getiocinfo(mblk_t *mp, struct sm_iocinfo *info) argument
949 info->sm_id = ((struct copyreq *)mp->b_rptr)->cq_id;
950 info->sm_cmd = ((struct copyreq *)mp->b_rptr)->cq_cmd;
951 info->sm_data = (((struct copyreq *)mp->b_rptr)->cq_size &&
955 info->sm_id = ((struct copyresp *)mp->b_rptr)->cp_id;
956 info->sm_cmd = ((struct copyresp *)mp->b_rptr)->cp_cmd;
957 info->sm_data = 0;
960 info->sm_id = ((struct iocblk *)mp->b_rptr)->ioc_id;
961 info
997 struct sm_iocinfo info; local
1456 struct sm_iocinfo info; local
[all...]

Completed in 129 milliseconds

<<11121314151617181920>>