/osnet-11/usr/src/lib/libecp/common/ |
H A D | ecp_impl.c | 82 ecp_validate_subtype(uint16_t subtype) argument 84 switch (subtype) { 183 logerr("ecp_parse_rx_packet not for us - subtype %d\n", 221 struct ether_addr *src_addr, uint16_t subtype, int sockfd, 227 if (!ecp_validate_subtype(subtype)) { 238 ecp_instp->ecp_subtype = subtype; 220 ecp_init(struct ether_addr *dst_addr, struct ether_addr *src_addr, uint16_t subtype, int sockfd, int num_of_tries, ecp_ulp_cb_t ecp_ulp_cb, void *arg, int log, int *errorp) argument
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | mime.c | 117 char *subtype; local 168 type = subtype = NULL; 191 subtype = *pvp++; 229 if (subtype == NULL) 230 subtype = "-none-"; 243 (void) sm_snprintf(buf, sizeof(buf), "%.100s/%.100s", type, subtype); 266 if (sm_strcasecmp(subtype, "digest") == 0) 399 if (!wordinclass(subtype, 's') || 495 subtype == NULL ? "[none]" : subtype); [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 51 CK_ULONG subtype = CK_UNAVAILABLE_INFORMATION; local 63 attr.pValue = &subtype; 64 attr.ulValueLen = sizeof (subtype); 93 rv = get_master_attributes_by_type(class, subtype, 113 CK_ULONG subtype = CK_UNAVAILABLE_INFORMATION; local 124 template, template_size, &subtype); 128 template, template_size, &subtype); 135 template, template_size, &subtype); 138 /* CKO_DATA has no subtype, just pretend it is found */ 149 return (get_master_attributes_by_type(class, subtype, 161 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument 382 get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/ |
H A D | efi.c | 260 grub_efi_uint8_t subtype = GRUB_EFI_DEVICE_PATH_SUBTYPE (dp); local 265 && subtype == GRUB_EFI_FILE_PATH_DEVICE_PATH_SUBTYPE) 326 grub_efi_uint8_t subtype = GRUB_EFI_DEVICE_PATH_SUBTYPE (dp); local 332 switch (subtype) 343 grub_printf ("/EndUnknown(%x)\n", (unsigned) subtype); 349 switch (subtype) 404 grub_printf ("/UnknownHW(%x)", (unsigned) subtype); 410 switch (subtype) 444 grub_printf ("/UnknownACPI(%x)", (unsigned) subtype); 450 switch (subtype) [all...] |
/osnet-11/usr/src/lib/libuefi_rt/common/ |
H A D | libuefi_rt_impl.h | 90 uint8_t subtype; member in struct:uefi_device_path 99 uint8_t subtype; member in struct:uefi_file_path 107 uint8_t subtype; member in struct:uefi_pci_device_path 115 uint8_t subtype; member in struct:uefi_ctrl_device_path 125 uint8_t subtype; member in struct:uefi_hard_drive_path 138 uint8_t subtype; member in struct:uefi_scsi_device_path 147 uint8_t subtype; member in struct:uefi_atapi_device_path 157 uint8_t subtype; member in struct:uefi_fibre_device_path 166 uint8_t subtype; member in struct:uefi_usb_device_path 175 uint8_t subtype; member in struct:uefi_sata_device_path 185 uint8_t subtype; member in struct:uefi_acpi_device_path 194 uint8_t subtype; member in struct:uefi_bios_device_path 204 uint8_t subtype; member in struct:uefi_macaddr_device_path 213 uint8_t subtype; member in struct:uefi_acpie_device_path [all...] |
H A D | libuefi_rt_path.c | 1581 file_path->subtype = UEFI_FILE_PATH; 1600 uefi_add_device_end(uint8_t subtype, uefi_device_path_t ***device_path_array) argument 1612 end_path->subtype = subtype; 1638 sata->subtype = UEFI_SATA; 1668 scsi->subtype = UEFI_SCSI; 1697 atapi->subtype = UEFI_ATAPI; 1726 ctrl->subtype = UEFI_CTRL; 1754 pci->subtype = UEFI_PCI; 1782 acpi->subtype [all...] |
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 459 * media-range = ( "X/X" | (type "/" "*") | (type "/" subtype))*(";" parameter) 463 * function take two char ptrs - type and subtype - if any of them is NULL 467 sip_add_accept(sip_msg_t sip_msg, char *type, char *subtype, char *m_par, argument 475 if (type == NULL && subtype == NULL) { 492 if ((type != NULL) && (subtype != NULL)) { 494 subtype, plist, SIP_SLASH); 1437 * media-type = m-type SLASH m-subtype *(SEMI m-parameter) 1445 * m-subtype = extension-token / iana-token 1452 sip_add_content_type(sip_msg_t sip_msg, char *type, char *subtype) argument 1454 if (sip_msg == NULL || type == NULL || subtype [all...] |
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 93 lldp_set_orgspecid_subtype(uint8_t *lldpdu, uint8_t subtype, uint32_t oui, argument 96 uint32_t ouistype = subtype; 121 * | Type | string len | TLV subtype | | 127 * Depending on the value of the chassis ID subtype, the chassis ID can 257 * | Type | string len | TLV subtype | | 263 * Depending on the value of the port ID subtype, the port ID can 667 * | |length |length |subtype| | subtype | | | | 750 /* Get the organization specific OUI and subtype info */ 752 lldp_get_ouistype(lldp_tlv_t *tlv, uint32_t *oui, uint32_t *subtype) argument 1589 uint8_t subtype; local [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 689 int subtype=0, i=0, limit=10; local 703 subtype = (int) curr[0]; 707 if (subtype == tl_type) { 708 switch (subtype) {
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 3510 ulong_t subtype; local 3524 subtype = strtoul(ptr, &cp, 0); 3549 llt.dllt_hwtype = htons(subtype); 3569 ll.dll_hwtype = htons(subtype); 3585 DHCPV6_SET_ENTNUM(&en, subtype);
|
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | api.h | 388 grub_efi_uint8_t subtype; member in struct:grub_efi_device_path 397 #define GRUB_EFI_DEVICE_PATH_SUBTYPE(dp) ((dp)->subtype)
|