/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/ |
H A D | snmpvars.h | 122 int type; member in struct:new_devicess
|
/solaris-userland/components/openssh/sources/ |
H A D | kexgsss.c | 82 int type = 0; local 146 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type); 153 type = packet_read(); 154 switch (type) { 175 "Protocol error: didn't expect packet type %d", 176 type); 261 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
|
H A D | kexgssc.c | 75 int type = 0; local 126 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type); 190 type = packet_read(); 191 if (type == SSH2_MSG_KEXGSS_HOSTKEY) { 199 } while (type == SSH2_MSG_KEXGSS_HOSTKEY); 201 switch (type) { 243 " expect packet type %d", type); 258 if (type != SSH2_MSG_KEXGSS_COMPLETE) 314 fatal("%s: Unexpected KEX type [all...] |
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | e_des3.c | 104 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr); 350 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument 355 switch (type) {
|
H A D | e_aes.c | 1146 static int aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument 1149 switch (type) { 1613 static int aes_xts_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument 1616 if (type == EVP_CTRL_COPY) { 1630 } else if (type != EVP_CTRL_INIT) 1751 static int aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument 1754 switch (type) {
|
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 38 * The default is file type w/o the write. If it's anything besides 105 * encryption type 122 * Note: For encryption types; the union of the enc type flag and the 123 * capabilities of the client is used to determine the enc type set to 266 k5_kt_remove_by_key(krb5_context ctx, char *key, uint_t type) argument 278 if (type == REALM) { 281 } else if (type == PRINCIPAL) { 294 if (type == PRINCIPAL && krb5_principal_compare(ctx, svc_princ, 297 } else if (type == REALM && krb5_realm_compare(ctx, &realm_data, 394 * encryption type [all...] |
/solaris-userland/components/llvm/cxa_finalize/ |
H A D | cxa_finalize.c | 49 uint32_t type; member in struct:__cxxabi_atexit 178 if ((__p->type == __CXA_FUNC_CALLBACK) && 180 __p->type = __CXA_FUNC_DONE; 190 if ((__p->type == __CXA_FUNC_CALLBACK) && 192 __p->type = __CXA_FUNC_DONE; 202 cxa.type = __CXA_FUNC_CALLBACK; 237 if (__p->type == __CXA_FUNC_DONE) { 242 uint32_t __type = __p->type; 243 __p->type = __CXA_FUNC_DONE; 259 uint32_t __type = __p->type; [all...] |
/solaris-userland/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 513 const char *type = NULL; local 517 /* get the type specified in .htaccess */ 518 type = ap_auth_type(r); 522 "gss_authenticate: type = %s", type); 524 if (type == NULL || (strcasecmp(type, "GSSAPI") != 0)) {
|
/solaris-userland/components/libusb/wrapper/src/ |
H A D | wr_libusb.c | 1120 unsigned char type, unsigned char index, void *buf, int size) 1134 return ((*hdl)(dev, ep, type, index, buf, size)); 1138 usb_get_descriptor(usb_dev_handle *dev, unsigned char type, argument 1152 return ((*hdl)(dev, type, index, buf, size)); 1119 usb_get_descriptor_by_endpoint(usb_dev_handle *dev, int ep, unsigned char type, unsigned char index, void *buf, int size) argument
|
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 787 uchar_t type, uchar_t index, void *buf, int size) 801 (type << 8) + index, 0, buf, size, 1000)); 805 usb_get_descriptor(usb_dev_handle *udev, uchar_t type, argument 819 (type << 8) + index, 0, buf, size, 1000)); 1804 "cfg%d: len=%d type=%d total=%d #if=%d cf=%d\n", index, 2017 "cfg%d.if%d.%d: len=%d type=%d num=%d alt=%d #ep=%d c=%d" 2690 * type descr_type, unless the end of the buffer or a descriptor 2691 * of type stop_descr_type1 or stop_descr_type2 is encountered first. 786 usb_get_descriptor_by_endpoint(usb_dev_handle *udev, int ep, uchar_t type, uchar_t index, void *buf, int size) argument
|
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 163 * list) for given algorithm type 244 extern int pk11_active_delete(CK_OBJECT_HANDLE h, PK11_OPTYPE type); 245 extern void pk11_free_active_list(PK11_OPTYPE type); 790 int type; local 821 for (type = 0; type < OP_MAX; type++) { 822 session_cache[type].lock = 824 if (session_cache[type].lock == NULL) { 827 (void) pthread_mutex_init(session_cache[type] 841 int type; local 1692 int type; local [all...] |
H A D | e_pk11_pub.c | 126 static int pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len, 226 pk11_active_find(CK_OBJECT_HANDLE h, PK11_OPTYPE type) argument 230 for (entry = active_list[type]; entry != NULL; entry = entry->next) { 248 pk11_active_add(CK_OBJECT_HANDLE h, PK11_OPTYPE type) argument 258 if ((entry = pk11_active_find(h, type)) != NULL) { 272 if (active_list[type] == NULL) { 273 active_list[type] = entry; 275 entry->next = active_list[type]; 276 active_list[type]->prev = entry; 277 active_list[type] 291 pk11_active_remove(PK11_active *entry, PK11_OPTYPE type) argument 318 pk11_free_active_list(PK11_OPTYPE type) argument 351 pk11_active_delete(CK_OBJECT_HANDLE h, PK11_OPTYPE type) argument 980 pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument 1089 pk11_RSA_verify(int type, const unsigned char *m, unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) argument [all...] |
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 421 * If 'netdev''s qdisc type and parameters are not yet known, queries the 824 * if it doesn't support creating vnic with "auto" mac-addr-type 1642 const char *type, struct netdev_qos_capabilities *caps) 1646 const struct tc_ops *ops = tc_lookup_ovs_name(type); 1686 const char *type, const struct smap *details) 1694 new_ops = tc_lookup_ovs_name(type); 1696 VLOG_DBG("netdev_solaris_set_qos type %s not found", type); 1714 type); 1721 VLOG_DBG("netdev_solaris_set_qos installed %s, %d", type, 1641 netdev_solaris_get_qos_capabilities(const struct netdev *netdev_, const char *type, struct netdev_qos_capabilities *caps) argument 1685 netdev_solaris_set_qos(struct netdev *netdev_, const char *type, const struct smap *details) argument [all...] |
H A D | dpif-solaris.c | 130 char *type; /* Port type as requested by user. */ member in struct:dpif_solaris_port 220 VLOG_DBG("dpif_solaris_open class type %s name %s do %screate", 221 class->type, name, create ? "" : "not "); 304 /* Choose dp_ifindex to be used as netflow engine type and id */ 495 const char *type = netdev_get_type(netdev); local 497 if (strcmp(type, "system") == 0) { 499 } else if (strcmp(type, "internal") == 0) { 501 } else if (strcmp(type, "vxlan") == 0) { 761 const char *type local 1087 port_dump_start(void *arg, const char *name, char *type, odp_port_t portno) argument 2175 int type = nl_attr_type(a); local [all...] |
H A D | util-solaris.c | 1078 * Try setting implicit VNIC's mac-addr-type as "fixed", if it fails then try 1123 if ((error = dlmgr_DLValue_putstring(mac_info_dict, "mac-address-type", 1138 /* If it fails with "fixed" as mac-addr-type, try with "auto" */ 1147 "mac-address-type", "auto", NULL, 0)) 1701 "icmp-type", ntohs(f->tp_src), 2039 enum ovs_action_attr type = -1, lasttype; local 2054 lasttype = type; 2055 type = nl_attr_type(a); 2056 if ((type != OVS_ACTION_ATTR_OUTPUT) || 2070 switch ((enum ovs_action_attr) type) { [all...] |
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 36 /* CSR automated type for TSU_MMU_MMU_CONFIG */ 242 /* Indicates shat type of request this is. */ 414 * This header is used for RDMA type operations. The following opcodes are 437 * This field is only valid for ring buffer send completions (proxy type send 568 /* Indicates shat type of request this is. */ 745 /* resp_sched_sched_ptr(5[0] bits) * Write pointer type to rdma read and atomic data stored in reqsponse queue 764 /* resp_sched_sched_ptr(5[0] bits) * Write pointer type to rdma read and atomic data stored in reqsponse queue 904 /* Data type for TSU_RQH_QP_BASE_ADDR - rq scratch pad 1073 * Defining the packet type the headers valid for this ring buffer. 1428 * Transport type o 1980 enum psif_flash_image_type type:32; member in struct:psif_flash_header_app 2031 enum psif_flash_image_type type:32; member in struct:psif_flash_header_all [all...] |
H A D | psif_hw_data_le.h | 36 /* CSR automated type for TSU_MMU_MMU_CONFIG */ 225 /* Indicates shat type of request this is. */ 368 * This header is used for RDMA type operations. The following opcodes are 381 * This field is only valid for ring buffer send completions (proxy type send 565 /* Indicates shat type of request this is. */ 716 /* resp_sched_sched_ptr(5[0] bits) * Write pointer type to rdma read and atomic data stored in reqsponse queue 737 /* resp_sched_sched_ptr(5[0] bits) * Write pointer type to rdma read and atomic data stored in reqsponse queue 878 /* Data type for TSU_RQH_QP_BASE_ADDR - rq scratch pad 1056 * Defining the packet type the headers valid for this ring buffer. 1386 * Transport type o 1956 enum psif_flash_image_type type:32; member in struct:psif_flash_header_app 2007 enum psif_flash_image_type type:32; member in struct:psif_flash_header_all [all...] |