Searched refs:tag (Results 51 - 75 of 162) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dtasn_dec.c72 char inf, int tag, int aclass, int depth);
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
108 unsigned long ASN1_tag2bit(int tag) argument
110 if ((tag < 0) || (tag > 30)) return 0;
111 return tag2bit[tag];
151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
156 int tag, int aclass, char opt, ASN1_TLC *ctx)
189 if ((tag != -1) || opt)
199 tag, aclas
154 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
766 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1154 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dasn1_mac.h171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
173 (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
213 #define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
216 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
219 tag,V_ASN1_CONTEXT_SPECIFIC); \
222 #define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
225 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
228 tag,V_ASN1_CONTEXT_SPECIFIC); \
277 #define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
279 (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_heapevents.c161 Check_Atom(pw->tag);
167 topt.all = vopt.ptr->tag.all;
182 event->module.tag = tmodule;
190 res = Unify_Pw(vhandle, thandle, hevent.val, hevent.tag);
217 return p_event_create4(vevent, tevent, opt.val, opt.tag, vhandle, thandle, vmodule, tmodule);
235 Request_Unify_Pw(vgoal, tgoal, goal.val, goal.tag);
241 Request_Unify_Pw(vmodule, tmodule, event->module.val, event->module.tag);
H A Dbip_arith.c37 * directly, the general mechanism is to go through tag-indexed function
136 result.tag.kernel = TINT;
417 in_list.tag = tin;
422 new_coeff.tag.kernel = TINT;
426 while (IsList(curr_tail->tag))
437 if (IsRef(pvar->tag)) /* mono(..., Var) */
441 err = bin_arith_op(pcoeff->val, pcoeff->tag,
442 new_coeff.val, new_coeff.tag, &new_coeff, ARITH_ADD);
447 if (p_is_zero(new_coeff.val, new_coeff.tag) == PSUCCEED)
459 pw[OFF_C].tag
[all...]
H A Dread.c244 type module_tag; /* caller module tag */
483 (to)->tag.all = (from)->tag.all; \
484 if (IsRef((from)->tag) && (from)->val.ptr == (from)) { \
542 _pw->tag.kernel = ((d) == d_.nil) ? TNIL : TDICT;\
548 tag_desc[tag_desc[TagType(pd->token.term.tag)].super].type_name,\
550 Flag_Type_Macro(pd, TagType(pd->token.term.tag)); \
551 if (IsInterval(pd->token.term.tag)) { \
565 _pw->tag.kernel = TSTRG; \
1098 tag_desc[pd->token.term.tag
2068 transf_meta_out(value val, type tag, pword *top, dident mod, pword *presult) argument
[all...]
H A Dbip_bag.c81 while (IsList(cdr.tag))
118 while (IsList(pw[1].tag)) /* for all bag elements */
174 Return_Unify_Pw(vbag, tbag, bag.val, bag.tag);
210 while (IsList(pw->tag))
221 Return_Unify_Pw(vl, tl, list.val, list.tag);
H A Dbip_parallel.c162 term.tag.kernel = tterm.kernel;
228 car->tag.kernel = pw1->tag.kernel;
240 Return_Unify_Pw(vl, tl, list.val, list.tag);
354 term.tag.kernel = t.kernel;
384 Return_Unify_Pw(v, t, pw1->val, pw1->tag);
H A Derror.c598 Return_Unify_Pw(sval, stag, pw.val, pw.tag);
610 Return_Unify_Pw(sval, stag, pw.val, pw.tag);
H A Dproperty.h89 #define IsGlobalPrologRefIndex(p) SameTypeC((p)->tag, GlobalPrologRefIndexTag)
92 #define IsGlobalPrologRef(p) SameTypeC((p)->tag, GlobalPrologRefTag)
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_vpd.c415 __in_bcount(size) caddr_t tag,
430 keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]);
431 length = tag[pos + 2];
457 efx_vpd_tag_t tag; local
466 &tag, &taglen)) != 0)
469 if (tag == EFX_VPD_END)
489 efx_vpd_tag_t tag; local
501 * Parse every tag,keyword in the existing VPD. If the csum is present,
508 &tag,
640 efx_vpd_tag_t tag; local
775 efx_vpd_tag_t tag; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dbio_ber.c78 int tag; member in struct:ber_struct
88 int tag; member in struct:bio_ber_struct
163 int tag; local
200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
215 if ((ctx->tag >= 0) && (ctx->tag != tag))
218 sprintf(buf,"tag=%d, got %d",ctx->tag,tag);
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dinterrupt.h51 void *tag; member in struct:irq_ent
109 NULL, _irq_handler, irqe, &irqe->tag);
151 bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_pma.h73 __be16 tag; member in struct:ib_pma_portsamplescontrol
81 __be16 tag; member in struct:ib_pma_portsamplesresult
87 __be16 tag; member in struct:ib_pma_portsamplesresult_ext
/barrelfish-2018-10-04/include/x86emu/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/barrelfish-2018-10-04/tools/fastmodels/
H A Dtest_mkmb.c85 struct multiboot_tag *tag= local
88 printf("Tag of %uB @ 0x%lx\n", (unsigned int)tag->size, paddr);
89 switch(tag->type) {
159 cursor+= tag->size;
/barrelfish-2018-10-04/lib/lua/src/
H A Dlmem.h38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c50 acl_tag_t tag; local
55 error = acl_get_tag_type(entry, &tag);
59 switch (tag) {
143 acl_tag_t tag; local
146 error = acl_get_tag_type(entry, &tag);
150 switch (tag) {
H A Dacl_from_text_nfs4.c49 * Parse the tag field of ACL entry passed as "str". If qualifier
74 warnx("malformed ACL: invalid \"tag\" field");
90 acl_tag_t tag; local
102 error = acl_get_tag_type(entry, &tag);
106 error = _acl_name_to_id(tag, str, &id);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml.pl31 * element(<tag>,<atts>,<content>) : <tag>..</tag> encloses <content>
32 * : <tag /> if empty
44 * out_of_context( <tag> ) : <tag> is not closed
54 * <tag>{(id)}* where <id> is the value of any attribute _named_ id.
/barrelfish-2018-10-04/usr/eclipseclp/Flexlm/
H A Dbip_pt.c139 Request_Unify_Pw(vmsg, tmsg, pw.val, pw.tag);
154 Check_Atom(car->tag);
161 if (IsList(cdr->tag))
163 else if IsNil(cdr->tag)
187 Request_Unify_Pw(vmsg, tmsg, pw.val, pw.tag);
211 Request_Unify_Pw(vmsg, tmsg, pw.val, pw.tag);
232 Request_Unify_Pw(vmsg, tmsg, pw.val, pw.tag);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl320 # -tag tagId name of tag in text widget
321 # -color color color of tag in text widget
326 $w tag remove __highlight 1.0 end
330 -tag __highlight
333 set args [get_opts opts $args {-nocase 0 -regexp 0 -tag 1 -color 1}]
338 $w tag configure $opts(-tag) -background $opts(-color)
339 $w mark set $opts(-tag) 1.0
341 [list $str] $opts(-tag) en
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Ddbi.c353 Return_Unify_Pw(v_session, t_session, p_session.val, p_session.tag );
390 handle.tag.all = t_session.all;
421 Request_Unify_Pw(v_message, t_message, p.val, p.tag);
538 Return_Unify_Pw(v_cursor, t_cursor, p_cursor.val, p_cursor.tag);
576 Return_Unify_Pw(v_cursor, t_cursor, p_cursor.val, p_cursor.tag);
619 Return_Unify_Pw(v_cursor, t_cursor, p_cursor.val, p_cursor.tag);
691 tuple.tag = t_tuple;
696 Get_Typed_Object(argp->val, argp->tag,&cursor_handle_tid,cursor);
737 Get_Typed_Object(argp->val, argp->tag,&cursor_handle_tid,cursor);
748 Request_Unify_Pw(v_tail, t_tail, cdr->val, cdr->tag);
[all...]
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_ahci.c105 static void rx_flush_command_completed_cb(struct ahci_binding *binding, void *tag) argument
108 VFS_BLK_DEBUG("rx_flush_command_completed_cb(%p, tag: %p): entering\n",
109 binding, tag);
153 static void rx_read_command_completed_cb(struct ahci_binding *binding, void *tag) argument
156 VFS_BLK_DEBUG("rx_read_command_completed_cb(%p, tag: %p): entering\n",
157 binding, tag);
231 static void rx_write_command_completed_cb(struct ahci_binding *binding, void *tag) argument
234 VFS_BLK_DEBUG("rx_write_command_completed_cb(%p, tag: %p): entering\n",
235 binding, tag);
/barrelfish-2018-10-04/include/net/
H A Dethernet.h91 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
92 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
93 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1)
372 * offload for VLAN tag processing. It will check the mbuf to see if it has
/barrelfish-2018-10-04/lib/ahci/
H A Dahci.c242 void *tag = port_info->command_slots[i].tag; local
243 port_info->command_slots[i].tag = 0;
248 bst->ahci_binding[port_id]->rx_vtbl.command_completed(bst->ahci_binding[port_id], tag);
407 struct event_closure _continuation, void *tag, uint8_t *fis,
412 AHCI_DEBUG("entering ahci_issue_command: tag = %p; buf = %p; buflen = %zd\n",
413 tag, buf, buflen);
433 // save tag
434 port->command_slots[command].tag = tag;
406 ahci_issue_command(struct ahci_binding *_binding, struct event_closure _continuation, void *tag, uint8_t *fis, size_t fis_length, bool is_write, struct ahci_dma_region *buf, size_t buflen) argument
[all...]

Completed in 246 milliseconds

1234567