Searched defs:info (Results 426 - 450 of 550) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1385 * print out clean info
1711 struct shadowclientinfo **info)
1719 for (sci = *info; sci != NULL; sci = sci->next)
1729 sci->next = *info;
1730 *info = sci;
1750 clearshadow(fsck_ino_t shadow, struct shadowclientinfo **info) argument
1758 for (sci = *info; sci != NULL; sci = sci->next) {
1770 *info = sci->next;
1710 registershadowclient(fsck_ino_t shadow, fsck_ino_t client, struct shadowclientinfo **info) argument
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c208 reason = hal_device_property_get_string (device, "info.locked.reason");
237 claim_service = hal_device_property_get_string (device, "info.claimed.service");
365 DeviceMatchInfo *info = user_data; local
369 info->key) != DBUS_TYPE_STRING)
372 dev_value = hal_device_property_get_string (device, info->key);
374 if (dev_value != NULL && strcmp (dev_value, info->value) == 0) {
377 dbus_message_iter_append_basic (info->iter,
389 DeviceMatchInfo *info = user_data; local
398 info->key) != DBUS_TYPE_STRING)
401 dev_value = hal_device_property_get_string (device, info
437 DeviceMatchInfo info; local
467 &info); local
472 &info); local
492 DeviceCapabilityInfo *info = (DeviceCapabilityInfo *) user_data; local
522 DeviceCapabilityInfo info; local
550 &info); local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1419 print_info(idmap_info *info) argument
1421 if (info->how.map_type != IDMAP_MAP_TYPE_UNKNOWN) {
1422 switch (info->src) {
1439 print_how(&info->how);
1442 if (info->trace != NULL) {
1444 idmap_trace_print(stdout, "\t", info->trace);
1451 print_error_info(idmap_info *info) argument
1453 idmap_how *how = &info->how;
1529 if (info->trace != NULL) {
1531 idmap_trace_print(stderr, "\t", info
1549 idmap_info info; local
2863 idmap_info info; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2483 elf_dladdr(ulong_t addr, Rt_map *lmp, Dl_info *dlip, void **info, int flags) argument
2630 *info = (void *)_sym;
2632 *info = (void *)lmp;
2667 *info = (void *) &fsym;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c2442 struct door_info info; local
2476 door_info(cp->rc_doorfd, &info) < 0) {
2490 cp->rc_doorid = info.di_uniquifier;
H A Dfile_object.c33 * take an rc_node_t and use the functions in the object_info_t info array for
191 struct delete_cb_info *info = data; local
204 info->dci_result = delete_stack_push(info->dci_dip, info->dci_be,
205 info->dci_cb, id, gen);
207 if (info->dci_result != REP_PROTOCOL_SUCCESS)
239 struct delete_cb_info info; local
274 info.dci_dip = dip;
275 info
330 struct delete_cb_info info; local
366 struct delete_cb_info info; local
432 struct delete_cb_info info; local
494 struct delete_cb_info info; local
657 struct property_value_info *info = data; local
669 struct property_value_info *info = data; local
713 struct property_value_info info; local
1397 static object_info_t info[] = { variable
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c428 * This function syncs up the 2 sinfo copies in info.
433 * and calls getldap_get_rootDSE to update info. getldap_get_rootDSE
441 * The original server_info_t has one copy of server info. When libsldap
442 * makes door call GETLDAPSERVER to get the server info and getldap_get_rootDSE
443 * is updating the server info, it would hit a unprotected window in
444 * getldap_rootDSE. The door call will not get server info and libsldap
454 sync_current_with_update_copy(server_info_t *info) argument
460 (void) mutex_lock(&info->mutex[1]);
461 (void) mutex_lock(&info->mutex[0]);
463 if (info
657 server_info_t *info, *tail = NULL; local
739 server_info_t *info, *next; local
777 server_info_t *info; local
891 server_info_t *info = NULL; local
1165 server_info_t *info = NULL; local
1459 server_info_t *info; local
2743 server_info_t *info; local
2930 server_info_t *info; local
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c187 * is filled up with all info (because of ptbl)
749 struct hio_info *info = arg; local
753 ASSERT(info->pp != NULL);
755 for (count = 0; count < info->bufsused; count++) {
756 wbuf = &(info->bufs[count]);
759 while (sema_tryp(&(info->sema[count])) == 0) {
760 if (hsched_invoke_strategy(info->fsp)) {
761 sema_p(&(info->sema[count]));
765 sema_destroy(&(info->sema[count]));
767 biofini(&(info
834 struct hio_info *info; local
2000 struct dk_cinfo info; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1993 /* info(I) - pointer to hook information for firewalling */
1998 int ipf_hook4_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2000 return ipf_hook(info, 1, 0, arg);
2003 int ipf_hook6_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2005 return ipf_hook6(info, 1, 0, arg);
2012 /* info(I) - pointer to hook information for firewalling */
2017 int ipf_hook4_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2019 return ipf_hook(info, 0, 0, arg);
2022 int ipf_hook6_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2024 return ipf_hook6(info,
2037 ipf_hook4_loop_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2042 ipf_hook6_loop_out(hook_event_token_t token, hook_data_t info, void *arg) argument
2056 ipf_hook4_loop_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2061 ipf_hook6_loop_in(hook_event_token_t token, hook_data_t info, void *arg) argument
2077 ipf_hook(hook_data_t info, int out, int loopback, void *arg) argument
2129 ipf_hook6(hook_data_t info, int out, int loopback, void *arg) argument
2175 ipf_nic_event_v4(hook_event_token_t event, hook_data_t info, void *arg) argument
2269 ipf_nic_event_v6(hook_event_token_t event, hook_data_t info, void *arg) argument
[all...]
/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/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/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h205 unsigned short info; member in struct:name_packet
H A Dsmbns_netbios_name.c203 packet.info = NAME_QUERY_REQUEST | NM_FLAGS_UNICAST;
233 uint16_t info; local
260 info = reply->packet->info;
261 if (PACKET_TYPE(info) == WACK_RESPONSE) {
330 uint16_t info; local
341 info = reply->packet->info;
345 switch (PACKET_TYPE(info)) {
347 if (POSITIVE_RESPONSE(info)) {
678 uint16_t name_trn_id, info; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dhw_dump.h196 u16 info; member in struct:dump_hdr
245 u16 info; member in struct:reg_addr
253 u16 info; member in struct:wreg_addr
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c1572 * Write into xenstore the info needed by backend
1663 * nodes w/ latest info we've got now when we are almost connected.
1794 * the xenbus info parameter.
1802 "cannot read backend info", vdp->xdf_addr);
1823 xvdi_fatal_error(dip, EFBIG, "reading backend info");
2618 struct dk_cinfo info; local
2622 info.dki_ctype = DKC_CDROM;
2624 info.dki_ctype = DKC_VBD;
2626 info.dki_cnum = 0;
2627 (void) strncpy((char *)(&info
[all...]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h197 XEN_GUEST_HANDLE_64(xen_sysctl_cpuinfo_t) info; member in struct:xen_sysctl_getcpuinfo
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c707 dcopy_query_t info; local
748 dcopy_query(&info);
749 if (info.dq_version < DCOPY_QUERY_V0) {
754 } else if (info.dq_num_channels == 0) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c959 hermon_dma_free(hermon_dma_info_t *info) argument
962 (void) ddi_dma_unbind_handle(info->dma_hdl);
963 ddi_dma_mem_free(&info->acc_hdl);
964 ddi_dma_free_handle(&info->dma_hdl);
1754 * BAR info from the response, but PRM says it's from BAR0-1, which is
1846 /* now we have enough info to map in the UAR BAR */
2560 * such as IPoIB will use the IBT_HCA_WQE_SIZE_INFO sgl info.
2757 /* Initialize the lock for the info ioctl */
2764 /* Initialize the cq_sched info structure */
2777 /* Initialize the fcoib info structur
3667 hermon_dbr_info_t *info; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c161 * If this is IF_ADDR_ANY, get info of IB port with IP @.
1357 ibt_ip_cm_info_t info; local
1401 ibt_status = ibt_get_ip_data(cm_privlen, cm_priv, &info);
1426 bcopy(&info.src_addr, &event_ibchanp->chan_remote_addr,
1428 ipaddr2sockaddr(&info.src_addr,
1429 &(event_idp->route.addr.dst_addr), &info.src_port);
1430 bcopy(&info.dst_addr, &event_ibchanp->chan_local_addr,
1432 ipaddr2sockaddr(&info.dst_addr,
1433 &(event_idp->route.addr.src_addr), &info.src_port);
1532 ibt_ip_cm_info_t info; local
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2936 ksocket_callback_event_t ev, void *arg, uintptr_t info)
2950 if (info == 0)
2951 info = ECONNRESET;
2952 itp->it_socket_error_code = (int)info;
3108 /* struct sockaddr_storage gets port info from v4 loc */
2935 idm_so_timed_socket_connect_cb(ksocket_t ks, ksocket_callback_event_t ev, void *arg, uintptr_t info) argument
/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/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/common/io/skd/
H A Dskd_s1120.h291 uint8_t valid : 1; /* 00: Bit 7 := 1 ==> info field is valid. */
298 uint8_t info[4]; /* 03: */ member in struct:fit_comp_error_info
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c93 uhci_bulk_isoc_xfer_t *info);
95 uhci_bulk_isoc_xfer_t *info);
97 uhci_bulk_isoc_xfer_t *info, uint_t index,
100 uhci_bulk_isoc_xfer_t *info, uint32_t paddr,
3067 uhci_bulk_isoc_xfer_t *info)
3070 "uhci_alloc_bulk_isoc_tds: num_tds: 0x%x info: 0x%p",
3071 num_tds, (void *)info);
3073 info->num_pools = 1;
3075 if (uhci_alloc_memory_for_tds(uhcip, num_tds, info) !=
3079 num_tds, info
3064 uhci_alloc_bulk_isoc_tds( uhci_state_t *uhcip, uint_t num_tds, uhci_bulk_isoc_xfer_t *info) argument
3106 uhci_alloc_memory_for_tds( uhci_state_t *uhcip, uint_t num_tds, uhci_bulk_isoc_xfer_t *info) argument
3625 uhci_get_bulk_td_by_paddr( uhci_state_t *uhcip, uhci_bulk_isoc_xfer_t *info, uint32_t paddr, uhci_bulk_isoc_td_pool_t **td_pool_pp) argument
3658 uhci_bulk_isoc_xfer_t *info; local
4256 uhci_get_isoc_td_by_index( uhci_state_t *uhcip, uhci_bulk_isoc_xfer_t *info, uint_t index, uhci_td_t **tdpp, uhci_bulk_isoc_td_pool_t **td_pool_pp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.h370 chip_info_t info; member in struct:__anon6576

Completed in 157 milliseconds

<<11121314151617181920>>