Searched refs:id (Results 251 - 275 of 571) sorted by relevance

<<11121314151617181920>>

/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_mon.c220 __in efx_mon_stat_t id)
225 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS);
226 return (__mon_stat_name[id]);
218 efx_mon_stat_name( __in efx_nic_t *enp, __in efx_mon_stat_t id) argument
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java247 return getInteger("id",attributes);
299 int id=getId(attributes);
300 // System.out.println("root"+id);
301 tree.addNode(NodeType.ROOT,id);
304 int id=getId(attributes);
305 tree.markSucc(id);
307 int id=getId(attributes);
316 id,parent,name,size,value);
321 id,parent,name,size,value);
326 id,paren
[all...]
H A DVisualizer.java42 * @param id
53 public Visualizer(int id,String type,String display, argument
57 VisualContext context = new VisualContext(id,type,display,
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_rpc_server.c82 rsrcid_t id; local
84 err = rsrc_new(&id);
88 err = rsrc_join(id, dispcap, b);
93 err = rsrc_submit_manifest(id, (CONST_CAST)str);
96 err2 = b->tx_vtbl.rsrc_manifest_response(b, NOP_CONT, id, err);
101 rsrcid_t id, uint32_t phase)
105 err = rsrc_set_phase(id, phase);
113 rsrcid_t id, struct capref dispcap)
117 err = rsrc_join(id, dispcap, b);
404 struct frame_identity id local
100 rsrc_phase(struct monitor_blocking_binding *b, rsrcid_t id, uint32_t phase) argument
112 rpc_rsrc_join(struct monitor_blocking_binding *b, rsrcid_t id, struct capref dispcap) argument
[all...]
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dpredicates.c294 static int bitfield_index_insert(collections_hash_table* ht, uint64_t key, long int id) argument
307 bitfield_on(bf, id);
311 static int bitfield_index_remove(collections_hash_table* ht, uint64_t key, long int id) argument
317 bitfield_off(bf, id);
327 long int id; local
344 res = ec_get_long(ec_arg(3), &id);
358 int res = bitfield_index_insert(ht, key, id);
364 bitfield_on(no_attr_bf, id);
375 long int id; local
391 res = ec_get_long(ec_arg(3), &id);
[all...]
/barrelfish-2018-10-04/lib/net_device_manager/
H A Dport_service_impl.c48 static void handle_filter_response(uint64_t id, errval_t err, uint64_t filter_id,
275 uint64_t id; local
281 buffer_id_tx, appid, queueid, &id, &rerr, &filter_id);
290 handle_filter_response(id, rerr, filter_id, buffer_id_rx, buffer_id_tx, type);
452 NDM_DEBUG("find_filter_id: found, and has id %" PRIu64 "\n",
473 static void handle_filter_response(uint64_t id, errval_t err, uint64_t filter_id, argument
481 NDM_DEBUG("filter at id [%" PRIu64 "] type[%" PRIu64
482 "] registered with filt_id %" PRIu64 ".\n", id, ftype,
496 * Instead, use the id field to locate the request. */
H A De10k_filt_cl_impl.c89 static void reg_arp_filters(uint64_t id, uint64_t len_rx, argument
101 uint64_t *id, errval_t *rerr, uint64_t *filter_id)
95 reg_filters(uint16_t port, port_type_t type, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t qid, uint64_t *id, errval_t *rerr, uint64_t *filter_id) argument
H A Dsfn5122f_filt_cl_impl.c89 static void reg_arp_filters(uint64_t id, uint64_t len_rx, argument
101 uint64_t *id, errval_t *rerr, uint64_t *filter_id)
95 reg_filters(uint16_t port, port_type_t type, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t qid, uint64_t *id, errval_t *rerr, uint64_t *filter_id) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_x509a.c107 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
110 if (!id)
120 return ASN1_STRING_set(aux->keyid, id, len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_vfy.c65 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
185 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
192 if (id->type == V_OCSP_RESPID_NAME)
193 return X509_find_by_subject(certs, id->value.byName);
198 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
199 keyhash = id->value.byKey->data;
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_diagnosis.pl20 * list of SubTerm's ancestor elements in the form <tag>{(id)}* where <tag> is the
21 * element tag and <id> is the value of any attribute _named_ id.
81 {member( id=Chars, Attributes ), is_chars( Chars )},
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_stdenc.h118 void * __restrict ps, int id,
122 return ((*ce->ce_ops->eo_get_state_desc)(ce, ps, id, d));
117 _citrus_stdenc_get_state_desc(struct _citrus_stdenc * __restrict ce, void * __restrict ps, int id, struct _citrus_stdenc_state_desc * __restrict d) argument
/barrelfish-2018-10-04/lib/octopus/client/
H A Dtrigger.c30 void trigger_handler(struct octopus_binding* b, octopus_trigger_id_t id, argument
44 id, record);
64 * In any case a valid watch id is specified this
96 * \param[out] tid Trigger id.
154 // Return trigger id to caller, if requested
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtsid11 echo testing session-id conversions
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Ddeltree.com31 $ stop/id=""
/barrelfish-2018-10-04/lib/virtio/guest/
H A Dchannel_flounder.c96 uint16_t id = virtio_virtqueue_get_queue_index(vq); local
102 err = virtio_binding->rpc_tx_vtbl.add(virtio_binding, id, ndesc, buffers, frame, &msg_err);
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dapplu.h80 int id, ndim, num, xdim, ydim, row, col; variable
111 #pragma omp threadprivate (id, ndim, num, xdim, ydim, row, col, \
/barrelfish-2018-10-04/usr/bench/ump_bench/
H A Dmain.c26 static void ump_init_msg(struct bench_binding *b, coreid_t id) argument
30 array[id] = b;
101 /* Set my core id */
/barrelfish-2018-10-04/usr/block_server/
H A Dblock_storage.c23 //#define BS_STOR_DEBUG(op, id, data) debug_printf("BS: %s data=[0x%x] block=[%i]\n", op, data, id);
24 #define BS_STOR_DEBUG(op, id, data) do{}while(0);
51 blk->id = i;
141 * \param bid the block id to copy
163 * \param bid the block id to update
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dxeon_phi_internal.h104 uint8_t id; member in struct:xnode
122 uint8_t id; ///< card id for identifying the card member in struct:xeon_phi
124 uint32_t apicid; ///< APIC id used for sending the boot interrupt
/barrelfish-2018-10-04/include/driverkit/
H A Ddriverkit.h67 errval_t ddomain_communication_init(iref_t kaluga_iref, uint64_t id);
69 struct domain_instance* ddomain_create_domain_instance(uint64_t id);
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dahci_dev.c127 void ahci_port_print_identification(ata_identify_t *id) argument
131 ata_identify_pr(buf2, 10*4096, id);
/barrelfish-2018-10-04/lib/bomp_new/include/
H A Dbomp_internal.h32 ///< bomp thread id
61 coreid_t id; ///< id of the thread member in struct:bomp_thread
62 coreid_t coreid; ///< id of the core the thread runs on
78 nodeid_t id; ///< the id of the execution node member in struct:bomp_node
79 nodeid_t numa_node; ///< numa node id
/barrelfish-2018-10-04/lib/devif/backends/net/
H A Dheaders.h75 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id)
/barrelfish-2018-10-04/usr/examples/xmpl-thc-lang/
H A Dthc-lang.c28 static void run_client(struct xmplthc_thc_client_binding_t *cl, int id) argument
30 int i = 42 + id;

Completed in 202 milliseconds

<<11121314151617181920>>