/titanic_41/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_capabilities.c | 42 int capability; in scsi_ifgetcap() local 49 capability = (*A_TO_TRAN(ap)->tran_getcap)(ap, cap, whom); in scsi_ifgetcap() 63 capability = MIN(capability, in scsi_ifgetcap() 72 capability = capability - in scsi_ifgetcap() 73 (capability % dmaattr->dma_attr_granular); in scsi_ifgetcap() 79 capability = i_ddi_dma_max(ap->a_hba_tran->tran_hba_dip, in scsi_ifgetcap() 89 return (capability); in scsi_ifgetcap()
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal_find_by_capability.c | 77 char *capability = NULL; in main() local 117 capability = strdup (optarg); in main() 133 if (capability == NULL) { in main() 160 udis = libhal_find_device_by_capability (hal_ctx, capability, &num_udis, &error); in main() 169 printf ("Found %d device objects of capability '%s'\n", num_udis, capability); in main()
|
H A D | lshal.c | 356 const char *capability) in device_new_capability() argument 363 printf ("*** capability: %s\n", capability); in device_new_capability() 366 capability); in device_new_capability() 378 const char *capability) in device_lost_capability() argument 385 printf ("*** capability: %s\n", capability); in device_lost_capability() 388 capability); in device_lost_capability()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | tifget.ed | 43 * Return the value of the long-named boolean capability tistr. 44 * Return -1 if the name is not a boolean capability. 58 * Return the value of the long-named numeric capability tistr. 59 * Return -2 if the name is not a numeric capability. 73 * Return the value of the long-named string capability tistr. 74 * Return (char *) -1 if the name is not a string capability.
|
H A D | tiget.ed | 43 * Return the value of the boolean capability tistr. 44 * Return -1 if the name is not a boolean capability. 58 * Return the value of the numeric capability tistr. 59 * Return -2 if the name is not a numeric capability. 73 * Return the value of the string capability tistr. 74 * Return (char *) -1 if the name is not a string capability.
|
H A D | termcap.ed | 105 * Return the value of the boolean capability tcstr. 106 * Return 0 if the capability is not found. 146 * Return the value of the numeric capability tcstr. 147 * Return -1 if the capability is not found. 164 * Return the string capability for capability "id". We also copy
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.msg | 150 @ MSG_LDD_CAP_NFOUND "\t%s =>\t (no capability objects found)\n" 190 @ MSG_LDD_REJ_UNKCAP " - unknown capability: %d" 191 @ MSG_LDD_REJ_HWCAP_1 " - hardware capability (CA_SUNW_HW_1) unsupported: %s" 192 @ MSG_LDD_REJ_SFCAP_1 " - software capability (CA_SUNW_SF_1) unsupported: %s" 193 @ MSG_LDD_REJ_MACHCAP " - machine capability (CA_SUNW_MACH) unsupported: %s" 194 @ MSG_LDD_REJ_PLATCAP " - platform capability (CA_SUNW_PLAT) unsupported: %s" 195 @ MSG_LDD_REJ_HWCAP_2 " - hardware capability (CA_SUNW_HW_2) unsupported: %s" 198 @ MSG_LDD_WARN_UNKCAP "%s: unknown capability: %d" 199 @ MSG_LDD_WARN_HWCAP_1 "%s: warning: hardware capability (CA_SUNW_HW_1) \ 201 @ MSG_LDD_WARN_SFCAP_1 "%s: warning: software capability (CA_SUNW_SF_1) \ [all …]
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | ppd.c | 90 char capability[256]; in PPDFileToAttributesList() local 128 snprintf(capability, sizeof (capability), "%s", value); in PPDFileToAttributesList() 155 } else if ((strcasecmp(key, capability) == 0) && ui) { in PPDFileToAttributesList()
|
/titanic_41/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-hibernate-sunos.sh | 24 devices=`hal-find-by-capability --capability $type`
|
H A D | hal-system-power-suspend-sunos.sh | 35 devices=`hal-find-by-capability --capability $type`
|
/titanic_41/usr/src/uts/common/io/mr_sas/ |
H A D | ld_pd_map.c | 110 return (raid->capability.ldPiMode == 0x8); in MR_CheckDIF() 353 if (raid->capability.fpCapable) { in MR_BuildRaidContext() 355 io_info->fpOkForIo = (raid->capability.fpReadCapable && in MR_BuildRaidContext() 357 raid->capability.fpReadAcrossStripe)); in MR_BuildRaidContext() 360 (raid->capability.fpWriteCapable && in MR_BuildRaidContext() 362 raid->capability.fpWriteAcrossStripe)); in MR_BuildRaidContext() 371 if (!raid->capability.ldPiMode) { in MR_BuildRaidContext()
|
/titanic_41/usr/src/lib/hal/libhal/common/ |
H A D | libhal.h | 143 const char *capability); 156 const char *capability); 545 const char *capability, 553 const char *capability, 558 const char *capability,
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device.h | 59 const char *capability); 106 const char *capability); 108 const char *capability);
|
H A D | device_store.h | 59 const char *capability);
|
H A D | hald_dbus.c | 485 const char *capability; member 494 if (hal_device_has_capability (device, info->capability)) { in foreach_device_by_capability() 521 const char *capability; in manager_find_device_by_capability() local 528 DBUS_TYPE_STRING, &capability, in manager_find_device_by_capability() 545 info.capability = capability; in manager_find_device_by_capability() 687 const char *capability) in manager_send_signal_new_capability() argument 696 HAL_TRACE (("entering, udi=%s, cap=%s", udi, capability)); in manager_send_signal_new_capability() 704 dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING, &capability); in manager_send_signal_new_capability() 1519 const char *capability; in device_add_capability() local 1544 DBUS_TYPE_STRING, &capability, in device_add_capability() [all …]
|
H A D | hald.c | 160 const char *capability, gpointer user_data) in gdl_capability_added() argument 163 manager_send_signal_new_capability (device, capability); in gdl_capability_added()
|
H A D | device.c | 430 hal_device_add_capability (HalDevice *device, const char *capability) in hal_device_add_capability() argument 432 if (hal_device_property_strlist_add (device, "info.capabilities", capability)) in hal_device_add_capability() 433 g_signal_emit (device, signals[CAPABILITY_ADDED], 0, capability); in hal_device_add_capability() 437 hal_device_has_capability (HalDevice *device, const char *capability) in hal_device_has_capability() argument 449 if (strcmp (iter->data, capability) == 0) { in hal_device_has_capability()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | license.h | 73 u16_t capability; member 137 u16_t capability; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | videodev2.h | 558 uint32_t capability; member 598 uint32_t capability; /* Supported modes */ member 614 uint32_t capability; /* Supported modes */ member 1122 uint32_t capability; member 1136 uint32_t capability; member 1181 uint32_t capability; member 1197 uint32_t capability; member
|
/titanic_41/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 31 # Note, the Studio assembler identifies bignum_i386_asm.o with its capability 32 # requirements - SSE2 and MMX. Gnu's assembler does not. These capability
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.msg | 42 @ MSG_DEBUG_CA2NDX "[%d: %s][%d]: capability entry for tag: %s\n" 43 @ MSG_DEBUG_CAPGRP "[%d: %s][%u-%u: %s]: capability group\n" 88 Restrict the elt argument to the capability elements belonging\n\ 96 capability entry. If the string does not exist in the string\n\ 98 and then the offset is placed in the capability entry.\n" 152 Hardware capability (CA_SUNW_HW_1) values. This can be an integer\n\ 158 Software capability (CA_SUNW_SF_1) values. This can be an integer\n\ 163 Hardware capability (CA_SUNW_HW_2) values. This is available for\n\
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_hub.c | 119 uint32_t capability; in ehci_init_root_hub() local 125 capability = Get_Cap(ehci_hcs_params); in ehci_init_root_hub() 133 if ((capability & EHCI_HCS_NUM_PORTS) > EHCI_MAX_RH_PORTS) { in ehci_init_root_hub() 137 capability & EHCI_HCS_NUM_PORTS); in ehci_init_root_hub() 143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS; in ehci_init_root_hub() 157 ehcip->ehci_root_hub.rh_companion_controllers = (capability & in ehci_init_root_hub() 167 if (capability & EHCI_HCS_PORT_POWER_CONTROL) { in ehci_init_root_hub() 191 if (capability & EHCI_HCS_PORT_INDICATOR) { in ehci_init_root_hub()
|
/titanic_41/usr/src/grub/ |
H A D | Makefile | 25 CAPABILITY = capability
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 747 @ MSG_REJ_UNKCAP "obj=%s; rejected: unknown capability: %d" 748 @ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability (CA_SUNW_HW_1) \ 750 @ MSG_REJ_SFCAP_1 "obj=%s; rejected: software capability (CA_SUNW_SF_1) \ 752 @ MSG_REJ_MACHCAP "obj=%s; rejected: machine capability (CA_SUNW_MACH) \ 754 @ MSG_REJ_PLATCAP "obj=%s; rejected: platform capability (CA_SUNW_PLAT) \ 756 @ MSG_REJ_HWCAP_2 "obj=%s; rejected: hardware capability (CA_SUNW_HW_2) \ 788 @ MSG_MAP_CAP "capability directive; line=%llu" 976 @ MSG_SYM_CAP_ORIG "symbol[%d]=%s converting to symbol capability \ 978 @ MSG_SYM_CAP_LOCAL "symbol[%d]=%s creating local capability \ 990 @ MSG_CAP_SYM_DEFAULT " symbol=%s[%u]: capability family default" [all …]
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_config.c | 737 dcp->capability.capability_len = 3; in ndmpd_config_get_tape_info_v3() 738 dcp->capability.capability_val = envp_head; in ndmpd_config_get_tape_info_v3() 839 dcp->capability.capability_len = 2; in ndmpd_config_get_scsi_info_v3() 840 dcp->capability.capability_val = envp_head; in ndmpd_config_get_scsi_info_v3()
|