| /illumos-gate/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()
|
| /illumos-gate/usr/src/cmd/sgs/rtld/common/ |
| H A D | rtld.msg | 151 @ MSG_LDD_CAP_NFOUND "\t%s =>\t (no capability objects found)\n" 191 @ MSG_LDD_REJ_UNKCAP " - unknown capability: %d" 192 @ MSG_LDD_REJ_HWCAP_1 " - hardware capability (CA_SUNW_HW_1) unsupported: %s" 193 @ MSG_LDD_REJ_SFCAP_1 " - software capability (CA_SUNW_SF_1) unsupported: %s" 194 @ MSG_LDD_REJ_MACHCAP " - machine capability (CA_SUNW_MACH) unsupported: %s" 195 @ MSG_LDD_REJ_PLATCAP " - platform capability (CA_SUNW_PLAT) unsupported: %s" 196 @ MSG_LDD_REJ_HWCAP_2 " - hardware capability (CA_SUNW_HW_2) unsupported: %s" 197 @ MSG_LDD_REJ_HWCAP_3 " - hardware capability (CA_SUNW_HW_3) unsupported: %s" 201 @ MSG_LDD_WARN_UNKCAP "%s: unknown capability: %d" 202 @ MSG_LDD_WARN_HWCAP_1 "%s: warning: hardware capability (CA_SUNW_HW_1) \ [all …]
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | tiget.ed | 41 * Return the value of the boolean capability tistr. 42 * Return -1 if the name is not a boolean capability. 56 * Return the value of the numeric capability tistr. 57 * Return -2 if the name is not a numeric capability. 71 * Return the value of the string capability tistr. 72 * Return (char *) -1 if the name is not a string capability.
|
| H A D | tifget.ed | 41 * Return the value of the long-named boolean capability tistr. 42 * Return -1 if the name is not a boolean capability. 56 * Return the value of the long-named numeric capability tistr. 57 * Return -2 if the name is not a numeric capability. 71 * Return the value of the long-named string capability tistr. 72 * Return (char *) -1 if the name is not a string capability.
|
| H A D | termcap.ed | 104 * Return the value of the boolean capability tcstr. 105 * Return 0 if the capability is not found. 145 * Return the value of the numeric capability tcstr. 146 * Return -1 if the capability is not found. 163 * Return the string capability for capability "id". We also copy
|
| /illumos-gate/usr/src/cmd/lp/lib/papi/ |
| H A D | ppd.c | 89 char capability[256]; in PPDFileToAttributesList() local 125 snprintf(capability, sizeof (capability), "%s", value); in PPDFileToAttributesList() 152 } else if ((strcasecmp(key, capability) == 0) && ui) { in PPDFileToAttributesList()
|
| /illumos-gate/usr/src/uts/common/io/mr_sas/ |
| H A D | ld_pd_map.c | 114 return (raid->capability.ldPiMode == 0x8); in MR_CheckDIF() 355 if (raid->capability.fpCapable) { in MR_BuildRaidContext() 357 io_info->fpOkForIo = (raid->capability.fpReadCapable && in MR_BuildRaidContext() 359 raid->capability.fpReadAcrossStripe)); in MR_BuildRaidContext() 362 (raid->capability.fpWriteCapable && in MR_BuildRaidContext() 364 raid->capability.fpWriteAcrossStripe)); in MR_BuildRaidContext() 373 if (!raid->capability.ldPiMode) { in MR_BuildRaidContext()
|
| /illumos-gate/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`
|
| /illumos-gate/usr/src/lib/hal/libhal/common/ |
| H A D | libhal.h | 146 const char *capability); 159 const char *capability); 548 const char *capability, 556 const char *capability, 561 const char *capability,
|
| /illumos-gate/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 | 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 | 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()
|
| /illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
| H A D | license.h | 47 u16_t capability; member 110 u16_t capability; member
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
| H A D | license.h | 73 u16_t capability; member 137 u16_t capability; member
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| H A D | cap.msg | 44 @ MSG_DEBUG_CA2NDX "[%d: %s][%d]: capability entry for tag: %s\n" 45 @ MSG_DEBUG_CAPGRP "[%d: %s][%u-%u: %s]: capability group\n" 91 Restrict the elt argument to the capability elements belonging\n\ 99 capability entry. If the string does not exist in the string\n\ 101 and then the offset is placed in the capability entry.\n" 155 Hardware capability (CA_SUNW_HW_1) values. This can be an integer\n\ 161 Software capability (CA_SUNW_SF_1) values. This can be an integer\n\ 166 Hardware capability (CA_SUNW_HW_2) values. This can be an integer\n\ 171 Hardware capability (CA_SUNW_HW_3) values. This can be an integer\n\
|
| /illumos-gate/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
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | liblddbg.msg | 744 @ MSG_REJ_UNKCAP "obj=%s; rejected: unknown capability: %d" 745 @ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability (CA_SUNW_HW_1) \ 747 @ MSG_REJ_SFCAP_1 "obj=%s; rejected: software capability (CA_SUNW_SF_1) \ 749 @ MSG_REJ_MACHCAP "obj=%s; rejected: machine capability (CA_SUNW_MACH) \ 751 @ MSG_REJ_PLATCAP "obj=%s; rejected: platform capability (CA_SUNW_PLAT) \ 753 @ MSG_REJ_HWCAP_2 "obj=%s; rejected: hardware capability (CA_SUNW_HW_2) \ 757 @ MSG_REJ_HWCAP_3 "obj=%s; rejected: hardware capability (CA_SUNW_HW_3) \ 789 @ MSG_MAP_CAP "capability directive; line=%llu" 977 @ MSG_SYM_CAP_ORIG "symbol[%d]=%s converting to symbol capability \ 979 @ MSG_SYM_CAP_LOCAL "symbol[%d]=%s creating local capability \ [all …]
|
| /illumos-gate/usr/src/grub/ |
| H A D | Makefile | 25 CAPABILITY = capability
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/lib/libmd/amd64/capabilities/ |
| H A D | sha.cap | 25 # certainly building this on a system before the capability was
|