Searched refs:info (Results 426 - 450 of 859) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c371 Dl_info info; local
376 if (dlinfo((void *)NULL, RTLD_DI_CONFIGADDR, &info) == -1) {
381 config = (Addr)info.dli_fbase;
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc99 info=""
103 if [ "$info" = "" ]; then
104 info="$val"
106 info="$info $val"
110 echo $info
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1092 * The next_state of info->sf_id should be non-_NONE on entrance, and it will
1110 fork_info_t *info = arg; local
1118 assert(0 <= info->sf_method_type && info->sf_method_type <= 2);
1121 inst = inst_lookup_by_id(info->sf_id);
1132 method_names[info->sf_method_type], inst->ri_i.i_fmri);
1167 if (info->sf_method_type == METHOD_START)
1170 r = method_run(&inst, info->sf_method_type, &exit_code);
1183 if (info->sf_method_type == METHOD_STOP &&
1196 info
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c105 k_siginfo_t info, *infop; local
187 infop = &info;
188 bzero(infop, sizeof (info));
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c273 static struct module_info info = { variable in typeref:struct:module_info
279 &info, NULL, NULL, NULL, STRUIOT_NONE
284 NULL, &info, NULL, NULL, NULL, STRUIOT_NONE
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c52 * The <info> field is used here to provide the index of the
56 * The <info> field in the per-instance copy, on the other hand,
61 /* info min max init r/w+name */
101 /* info min max init r/w+name */
160 * If the request is OK, the parameter is set. Also the <info> field
251 RGE_DEBUG(("rge_param_register: FAILED at index %d [info %d]",
254 RGE_DEBUG(("rge_param_register: FAILED at index %d [info %d]",
411 int info; local
451 * Before calling nd_getset(), we save the <info> field
457 info
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPlatformCommon.c134 DomainAuthInfo *info = (DomainAuthInfo*)mDNSPlatformMemAllocate(sizeof(*info)); local
136 err = mDNS_SetSecretForDomain(m, info, domain, domain, buf, NULL, 0, mDNSfalse);
/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c55 smbios_info_t info; local
74 * If we can't read system info, assume it's blacklisted.
77 smbios_info_common(shp, id, &info) == SMB_ERR) {
97 if (strcmp(platform_name, info.smbi_product) == 0) {
/illumos-gate/usr/src/uts/common/os/
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/io/usb/hcd/ehci/
H A Dehci_polled.c200 ehci_hcdi_polled_input_fini(usb_console_info_impl_t *info) argument
206 ehci_polledp = (ehci_polled_t *)info->uci_private;
240 ehci_hcdi_polled_input_enter(usb_console_info_impl_t *info) argument
251 ehci_polledp = (ehci_polled_t *)info->uci_private;
311 ehci_hcdi_polled_input_exit(usb_console_info_impl_t *info) argument
321 ehci_polledp = (ehci_polled_t *)info->uci_private;
385 usb_console_info_impl_t *info,
393 ehci_polledp = (ehci_polled_t *)info->uci_private;
507 ehci_hcdi_polled_output_fini(usb_console_info_impl_t *info) argument
514 ehci_polledp = (ehci_polled_t *)info
384 ehci_hcdi_polled_read( usb_console_info_impl_t *info, uint_t *num_characters) argument
548 ehci_hcdi_polled_output_enter(usb_console_info_impl_t *info) argument
561 ehci_hcdi_polled_output_exit(usb_console_info_impl_t *info) argument
572 ehci_hcdi_polled_write(usb_console_info_impl_t *info, uchar_t *buf, uint_t num_characters, uint_t *num_characters_written) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c196 ohci_hcdi_polled_input_fini(usb_console_info_impl_t *info) argument
202 ohci_polledp = (ohci_polled_t *)info->uci_private;
236 ohci_hcdi_polled_input_enter(usb_console_info_impl_t *info) argument
240 ohci_polledp = (ohci_polled_t *)info->uci_private;
264 ohci_hcdi_polled_input_exit(usb_console_info_impl_t *info) argument
268 ohci_polledp = (ohci_polled_t *)info->uci_private;
292 usb_console_info_impl_t *info,
298 ohci_polledp = (ohci_polled_t *)info->uci_private;
406 ohci_hcdi_polled_output_fini(usb_console_info_impl_t *info) argument
412 ohci_polledp = (ohci_polled_t *)info
291 ohci_hcdi_polled_read( usb_console_info_impl_t *info, uint_t *num_characters) argument
441 ohci_hcdi_polled_output_enter(usb_console_info_impl_t *info) argument
454 ohci_hcdi_polled_output_exit(usb_console_info_impl_t *info) argument
465 ohci_hcdi_polled_write(usb_console_info_impl_t *info, uchar_t *buf, uint_t num_characters, uint_t *num_characters_written) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1058 uchar_t *info = NULL; local
1112 IBNEX_HCA_LIST_INFO, 0, (void **)&info, &info_len)) != 0) {
1120 if (nvlist_unpack((char *)info, info_len, &nvl, 0)) {
1122 "nvlist_unpack 2 failed %p\n", info);
1123 S_FREE(info);
1156 S_FREE(info);
1187 IBNEX_UNCFG_CLNTS_INFO, 0, (void **)&info, &info_len);
1195 if (nvlist_unpack((char *)info, info_len, &nvl, 0)) {
1197 info);
1198 S_FREE(info);
1803 char *info; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c142 pm_getinfo, /* info */
250 pm_info_t *info = PM_GET_PM_INFO(dip); local
254 if (!info)
259 if (clone == info->pmi_clone) {
263 info->pmi_dev_pm_state &= ~PM_DIRECT;
271 info->pmi_clone = 0;
344 pm_info_t *info;
349 info = PM_GET_PM_INFO(dip);
350 if (!info)
552 pm_info_t *info local
920 pm_info_t *info = NULL; local
[all...]
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c426 pcinfo_t info; local
440 (void) strcpy(info.pc_clname, "TS");
441 if (priocntl(0L, 0L, PC_GETCID, (caddr_t)&info) == -1L) {
446 tsmaxpri = ((struct tsinfo *)info.pc_clinfo)->ts_maxupri;
447 tsID = info.pc_cid;
449 /* Print priority info in debug mode */
467 /* Print new priority info in debug mode */
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c343 psinfo_t info; local
352 read(privileged_psinfo_fd, &info, sizeof (info)) !=
353 sizeof (info))
448 handler(int sig, siginfo_t *info, void *data) argument
604 "%s: unable to get parent info\n", argv[0]);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c278 siginfo_t info; local
289 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED);
294 if (rcode == -1 || (pid = info.si_pid) == 0)
298 status = info.si_status & 0377;
299 switch (info.si_code) {
493 * read_pid(fd) - read pid info from PCpipe
/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c167 FILE *info; local
197 info = fopen(name, "r");
198 if (info == 0) {
205 while (fgets(buf, sizeof (buf), info) != NULL && !exempt) {
228 (void) fclose(info);
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c145 * gather the info about the ACPI methods present on the bus node
647 * Get the status info (as returned by _STA method) for the device.
652 ACPI_DEVICE_INFO *info; local
656 * Get device info object
658 if ((ret = AcpiGetObjectInfo(obj, &info)) != AE_OK)
661 if (info->Valid & ACPI_VALID_STA) {
662 *statusp = info->CurrentStatus;
672 AcpiOsFree(info);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c144 * Try to (re)constitute the info at user level from state
200 * append data and control info in look buffer (list in the MT case)
841 _t_create(int fd, struct t_info *info, int api_semantics, int *t_capreq_failed) argument
886 * Request info about transport.
923 if (info != NULL) {
929 info->addr = tiap->ADDR_size;
930 info->options = tiap->OPT_size;
931 info->tsdu = tiap->TSDU_size;
932 info->etsdu = tiap->ETSDU_size;
933 info
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c232 smbios_info_t info; local
293 if (smbios_info_common(shp, id, &info) == SMB_ERR) {
298 mesg(MDEBUG, "Manufacturer: %s\n", info.smbi_manufacturer);
299 mesg(MDEBUG, "Product: %s\n", info.smbi_product);
305 if (strcmp(info.smbi_manufacturer, "Sun Microsystems") == 0 &&
309 info.smbi_manufacturer, info.smbi_product)) {
321 info.smbi_manufacturer, info.smbi_product)) {
508 strcpy_limit(char *dst, char *src, size_t limit, char *info) argument
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c64 static int pcie_hp_unregister_ports_cb(ddi_hp_cn_info_t *info, void *arg);
65 static int pcie_hp_get_port_state(ddi_hp_cn_info_t *info, void *arg);
610 pcie_hp_unregister_ports_cb(ddi_hp_cn_info_t *info, void *arg) argument
616 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) {
623 if (unreg_arg->connector_num == info->cn_num_dpd_on) {
625 rv = ndi_hp_unregister(dip, info->cn_name);
630 rv = ndi_hp_unregister(dip, info->cn_name);
644 pcie_hp_get_port_state(ddi_hp_cn_info_t *info, void *arg) argument
648 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT)
651 if (strcmp(info
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c283 char **errorp, rcm_info_t **info)
330 char **errorp, rcm_info_t **info)
382 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info)
412 rcm_log_message(RCM_TRACE1, "Bridge: get_info(%s) info = %s\n",
423 uint_t flags, char **errorp, rcm_info_t **info)
435 char **errorp, rcm_info_t **info)
447 char **errorp, rcm_info_t **info)
483 char **errorp, nvlist_t *nvl, rcm_info_t **info)
574 rcm_log_message(RCM_TRACE2, "Bridge: usage (%s) info = %s\n",
735 * cache_update() - Update cache with latest interface info
282 bridge_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
329 bridge_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
381 bridge_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
422 bridge_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
434 bridge_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
446 bridge_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
482 bridge_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c325 kcf_alloc_provider_desc(crypto_provider_info_t *info) argument
329 uint_t mech_list_count = info->pi_mech_list_count;
330 crypto_ops_t *src_ops = info->pi_ops_vector;
360 if (info->pi_provider_type != CRYPTO_LOGICAL_PROVIDER) {
362 if (info->pi_interface_version >= CRYPTO_SPI_VERSION_2)
364 if (info->pi_interface_version >= CRYPTO_SPI_VERSION_3)
366 if (info->pi_interface_version == CRYPTO_SPI_VERSION_4)
490 /* free the memory associated with the mechanism info's */
/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/cmd/luxadm/
H A Dfchba.c1321 PathInformation info; member in struct:lun_tracking
1376 strcpy(lun->info.pathClass, "Unavailable");
1377 strcpy(lun->info.pathState, "Unavailable");
1388 strcpy(lun->info.pathClass, "Unavailable");
1389 strcpy(lun->info.pathState, "Unavailable");
1411 strcpy(lun->info.pathClass,
1414 strcpy(lun->info.pathState,
1416 lun->info.pathInfoState = ioc.ret_buf[i].ret_state;
1417 lun->info.pathInfoExternalState =
1421 strcpy(lun->info
[all...]

Completed in 115 milliseconds

<<11121314151617181920>>