Searched defs:type (Results 151 - 175 of 493) sorted by relevance

1234567891011>>

/barrelfish-master/usr/kaluga/
H A Dstart_iommu.c52 uint64_t type, flags, segment, address, idx; local
189 uint64_t type, flags, segment, address, idx; local
/barrelfish-master/usr/tests/nkm/
H A Dvnode_inherit.c31 static void exhandler(enum exception_type type, int subtype, void *vaddr, argument
/barrelfish-master/usr/vnode_map_test/
H A Dvnode_map_test.c23 static enum objtype type[] = { variable in typeref:enum:objtype
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_prop.c50 _citrus_prop_type_t type; member in struct:__anon962
60 _citrus_prop_object_init(_citrus_prop_object_t *obj, _citrus_prop_type_t type) argument
[all...]
/barrelfish-master/lib/libc/locale/
H A Dxlocale.c221 static int dupcomponent(int type, locale_t base, locale_t new) argument
252 int type; local
306 int type; local
347 int type = ffs(mask) - 1; local
[all...]
/barrelfish-master/lib/libc/net/
H A Dgetnetbyht.c246 int type; local
H A Drthdr.c49 inet6_rthdr_space(int type, int seg) argument
68 inet6_rthdr_init(void *bp, int type) argument
275 inet6_rth_space(int type, int segments) argument
288 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) argument
[all...]
/barrelfish-master/lib/libc/posix1e/
H A Dacl_support.c149 _posix1e_acl(acl_t acl, acl_type_t type) argument
375 _acl_type_unold(acl_type_t type) argument
/barrelfish-master/lib/libc/resolv/
H A Dres_query.c111 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
212 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
406 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/barrelfish-master/lib/lwip2/src/api/
H A Dnetdb.c330 u8_t type = NETCONN_DNS_IPV4_IPV6; local
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Digmp.c757 igmp_send(struct netif *netif, struct igmp_group *group, u8_t type) argument
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dmld6.c525 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) argument
/barrelfish-master/lib/lwip2/src/core/
H A Draw.c485 raw_new_ip_type(u8_t type, u8_t proto) argument
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRectQuadTree.java49 private int type; field in class:RectQuadTree
[all...]
H A DViewletArray.java424 public ViewletDataStore getViewletDataStore(ViewletType type) { argument
/barrelfish-master/lib/bomp_new/
H A Dbomp_node.c241 errval_t bomp_node_init(bomp_node_type_t type, argument
/barrelfish-master/lib/net/
H A Darp.c155 struct netif *arp_filter_netif(struct pbuf *p, struct netif *netif, uint16_t type) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_att.c96 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
105 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
162 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
171 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
180 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
189 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_pmeth.c117 static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
143 pkey_dh_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_pmeth.c123 int ret, type; local
145 int ret, type; local
159 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
214 pkey_dsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_pmeth.c122 int ret, type; local
156 int ret, type; local
204 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
248 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A De_des3.c282 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/hmac/
H A Dhm_pmeth.c173 static int pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
204 pkey_hmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/ui/
H A Dui_locl.h104 enum UI_string_types type; /* Input */ member in struct:ui_string_st
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_att.c257 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) argument
[all...]

Completed in 225 milliseconds

1234567891011>>