Searched refs:type (Results 126 - 150 of 1269) sorted by relevance

1234567891011>>

/barrelfish-master/lib/zlib/
H A Dinftrees.h53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
/barrelfish-master/include/security/
H A Dpam_types.h79 char *type; member in struct:pam_repository
/barrelfish-master/usr/drivers/xeon_phi/
H A Dxphi_service.h20 uint8_t type,
/barrelfish-master/include/lwip2/lwip/prot/
H A Dmld6.h53 PACK_STRUCT_FLD_8(u8_t type);
/barrelfish-master/include/barrelfish_kpi/
H A Ddistcaps.h49 distcap_needs_locality(enum objtype type) argument
51 switch (type) {
112 distcap_is_moveable(enum objtype type) argument
114 switch (type) {
/barrelfish-master/kernel/include/
H A Dcoreboot.h19 void coreboot_set_spawn_handler(enum cpu_type type, coreboot_start_fn_t handler);
/barrelfish-master/include/devif/backends/net/
H A Dsfn5122f_devif.h24 struct bench_ctl* sfn5122f_get_benchmark_data(struct devq* q, uint8_t type);
/barrelfish-master/kernel/include/arch/armv8/
H A Dkernel_multiboot2.h18 const multiboot_uint16_t type);
/barrelfish-master/lib/posixcompat/
H A Dpopen.c12 FILE *popen(const char *command, const char *type) argument
27 * newlib-internal headers for the FILE * type and its manipulation.
/barrelfish-master/usr/kaluga/
H A Ddevice_caps.h13 errval_t device_id_cap_create(struct capref dest, uint8_t type, uint16_t segment,
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dmoduleparam.h88 #define module_param_named(name, var, type, mode) \
89 module_param_call(name, param_set_##type, param_get_##type, &var, mode)
91 #define module_param(var, type, mode) \
92 module_param_named(var, var, type, mode)
94 #define module_param_array(var, type, addr_argc, mode) \
95 module_param_named(var, var, type, mode)
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DWrappedMultiViewletDataStore.java41 /** The type to allow access to */
42 protected ViewletType type; field in class:WrappedMultiViewletDataStore
47 public WrappedMultiViewletDataStore(ViewletDataStore s, ViewletType type) { argument
49 this.type = type;
52 /** Return a range which only refers to viewlets of the specific type*/
53 protected ViewletRange filterRange(ViewletRange range, ViewletType type) { argument
59 if (data.getViewletType() == type) {
112 return filterRange(s.getEntireViewletRange(), type);
119 return new AbstractViewletDataStore.ViewletDataIterator(this, filterRange(range, type));
[all...]
H A DMultiViewletType.java40 * Meta-viewlet type used to treat many other viewlet types as one.
50 /** The actual types which this meta-type wraps */
76 // by default build the first type in the list
77 ViewletType type = (ViewletType)viewletTypeCollection.iterator().next();
78 ViewletData subData = ((ViewletFactory)type).build();
79 return new Data(type, subData);
134 // pass the customization on to the actual type of this element
147 ViewletType type = data.getViewletType();
148 ViewletRange typeRange = (ViewletRange) typeRangeMap.get(type);
151 typeRangeMap.put(type, typeRang
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dm_sigver.c67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
75 if (type == NULL)
79 type = EVP_get_digestbynid(def_nid);
82 if (type == NULL)
110 if (EVP_PKEY_CTX_set_signature_md(ctx->pctx, type) <= 0)
114 if (!EVP_DigestInit_ex(ctx, type, e))
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
122 return do_sigver_init(ctx, pctx, type, e, pkey, 0);
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
128 return do_sigver_init(ctx, pctx, type,
66 do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey, int ver) argument
119 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
125 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c70 int n,lold,l,l1,l2,num,j,type; local
114 type=ne->value->type;
118 if (type == V_ASN1_GENERALSTRING ||
119 type == V_ASN1_VISIBLESTRING ||
120 type == V_ASN1_PRINTABLESTRING ||
121 type == V_ASN1_TELETEXSTRING ||
122 type == V_ASN1_VISIBLESTRING ||
123 type == V_ASN1_IA5STRING) {
131 if ((type
[all...]
/barrelfish-master/lib/libc/rpc/
H A Drtime.c79 int type; local
83 type = SOCK_STREAM;
85 type = SOCK_DGRAM;
87 s = _socket(AF_INET, type, 0);
100 if (type == SOCK_DGRAM) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86asm.pl165 { my ($type,$fn,$cpu)=@_;
171 if (($type eq "elf"))
173 elsif (($type eq "a\.out"))
175 elsif (($type eq "coff" or $type eq "gaswin"))
177 elsif (($type eq "win32n"))
179 elsif (($type eq "nw-nasm"))
181 #elsif (($type eq "nw-mwasm"))
183 elsif (($type eq "win32"))
185 elsif (($type e
[all...]
/barrelfish-master/lib/term/client/
H A Dtrigger.c79 enum term_trigger_type type)
91 trigger_priv->type = type;
104 if ((trigger_priv->type == TERM_TRIGGER_TYPE_USER) &&
116 if (trigger_priv->type == TERM_TRIGGER_TYPE_USER) {
77 term_client_add_trigger_type(struct term_client *client, struct term_trigger trigger, enum term_trigger_type type) argument
/barrelfish-master/kernel/
H A Dpaging_generic.c32 if (next->cap.type == get_mapping_type(cap->cap.type) &&
64 if (!mapping->ptable || mapping->ptable->cap.type == ObjType_Null)
70 if (!type_is_vnode((*next)->cap.type)) {
75 if (type_is_vnode(tmp->cap.type)) {
83 if (type_is_vnode(tmp->cap.type)) {
103 assert(mapping_cte->cap.type == ObjType_Null);
104 assert(type_is_vnode(ptable->cap.type));
109 mapping_cte->cap.type = get_mapping_type(cap->type);
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_io.c253 static int _check_stream(value, type, pword *, int),
254 _check_streams(value, type, struct pipe_desc *),
273 static int p_nl(value vs, type ts),
274 p_open(value vfile, type tfile, value vmode, type tmode, value vstr, type tstr),
275 p_erase_stream_property(value v, type t),
276 p_close(value v, type t),
277 p_close2(value v, type t, value vopt, type top
[all...]
H A Dbip_comp.c32 * name C func type
73 static int p_termless(value v1, type t1, value v2, type t2),
74 p_termlesseq(value v1, type t1, value v2, type t2),
75 p_termgreater(value v1, type t1, value v2, type t2),
76 p_termgreatereq(value v1, type t1, value v2, type t2),
77 p_unify(value v1, type t
[all...]
H A Dbip_domain.c95 static int p_dom_range(value vd, type td, value vmi, type tmi, value vma, type tma),
96 p_dom_check_in(value ve, type te, value vd, type td),
98 p_lt_test(value vh, type th, value vmi, type tmi, value vma, type tma),
99 p_make_extreme(value vt, type tt, value vm, type t
[all...]
/barrelfish-master/kernel/arch/x86_64/
H A Dpage_mappings_arch.c47 if (type_is_vnode(src->type) && pte_count != 1) { // only allow single ptable mappings
48 debug(SUBSYS_PAGING, "src type and count mismatch\n");
60 switch (dest->type) {
62 if (src->type != ObjType_VNode_x86_64_pdpt) { // Right mapping
63 debug(SUBSYS_PAGING, "src type invalid: %d\n", src->type);
72 if (src->type != ObjType_VNode_x86_64_ept_pdpt) { // Right mapping
73 printf("src type invalid\n");
82 if (src->type != ObjType_VNode_x86_64_pdir) { // Right mapping
83 if (src->type !
777 ptable_type_get_page_size(enum objtype type) argument
961 paging_is_region_valid(lvaddr_t buffer, size_t size, uint8_t type) argument
[all...]
/barrelfish-master/usr/drivers/megaraid/
H A Dqueue.h143 #define SLIST_HEAD(name, type) \
145 struct type *slh_first; /* first element */ \
151 #define SLIST_ENTRY(type) \
153 struct type *sle_next; /* next element */ \
194 #define SLIST_REMOVE(head, elm, type, field) do { \
200 struct type *curelm = SLIST_FIRST((head)); \
217 #define SLIST_SWAP(head1, head2, type) do { \
218 struct type *swap_first = SLIST_FIRST(head1); \
226 #define STAILQ_HEAD(name, type) \
228 struct type *stqh_firs
[all...]
/barrelfish-master/lib/libc/include/isc/
H A Dlist.h29 #define LIST(type) struct { type *head, *tail; }
33 #define LINK(type) struct { type *prev, *next; }
34 #define INIT_LINK_TYPE(elt, link, type) \
36 (elt)->link.prev = (type *)(-1); \
37 (elt)->link.next = (type *)(-1); \
72 #define UNLINK_TYPE(list, elt, link, type) \
87 INIT_LINK_TYPE(elt, link, type); \

Completed in 342 milliseconds

1234567891011>>