Searched refs:reqno (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dcache.h65 unsigned reqno; member in struct:frv_cache_request
78 unsigned reqno; member in struct:__anon2587
86 unsigned reqno; member in struct:__anon2588
112 unsigned reqno; member in struct:__anon2592
135 unsigned reqno; member in struct:__anon2595
H A Dcache.c478 set_return_buffer_reqno (FRV_CACHE *cache, int pipe, unsigned reqno) argument
480 cache->pipeline[pipe].status.return_buffer.reqno = reqno;
901 req->reqno = war->reqno;
956 frv_cache_request_load (FRV_CACHE *cache, unsigned reqno, SI address, int slot) argument
967 req->reqno = reqno;
987 req->reqno = NO_REQNO;
1000 frv_cache_request_invalidate (FRV_CACHE *cache, unsigned reqno, S argument
1649 frv_cache_data_in_buffer(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
1661 frv_cache_data_flushed(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
[all...]
H A Dprofile.c134 unsigned reqno; member in struct:__anon2723
151 unsigned reqno; member in struct:__anon2724
177 q->reqno = cache_queue.reqno++;
211 q->reqno = cache_queue.reqno++;
240 q->reqno = cache_queue.reqno++;
269 q->reqno = cache_queue.reqno
[all...]
H A Dprofile.h180 unsigned reqno; member in struct:__anon2726
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dcache.h65 unsigned reqno; member in struct:frv_cache_request
78 unsigned reqno; member in struct:__anon2035
86 unsigned reqno; member in struct:__anon2036
112 unsigned reqno; member in struct:__anon2040
135 unsigned reqno; member in struct:__anon2043
H A Dcache.c482 set_return_buffer_reqno (FRV_CACHE *cache, int pipe, unsigned reqno) argument
484 cache->pipeline[pipe].status.return_buffer.reqno = reqno;
905 req->reqno = war->reqno;
960 frv_cache_request_load (FRV_CACHE *cache, unsigned reqno, SI address, int slot) argument
971 req->reqno = reqno;
991 req->reqno = NO_REQNO;
1004 frv_cache_request_invalidate (FRV_CACHE *cache, unsigned reqno, S argument
1653 frv_cache_data_in_buffer(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
1665 frv_cache_data_flushed(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
[all...]
H A Dprofile.c137 unsigned reqno; member in struct:__anon2171
154 unsigned reqno; member in struct:__anon2172
180 q->reqno = cache_queue.reqno++;
214 q->reqno = cache_queue.reqno++;
243 q->reqno = cache_queue.reqno++;
272 q->reqno = cache_queue.reqno
[all...]
H A Dprofile.h180 unsigned reqno; member in struct:__anon2174
/netbsd-current/lib/librumpuser/
H A Drumpuser_sp.c293 send_error_resp(struct spclient *spc, uint64_t reqno, enum rumpsp_err error) argument
299 rhdr.rsp_reqno = reqno;
312 send_handshake_resp(struct spclient *spc, uint64_t reqno, int error) argument
319 rhdr.rsp_reqno = reqno;
335 send_syscall_resp(struct spclient *spc, uint64_t reqno, int error, argument
344 rhdr.rsp_reqno = reqno;
363 send_prefork_resp(struct spclient *spc, uint64_t reqno, uint32_t *auth) argument
370 rhdr.rsp_reqno = reqno;
904 uint64_t reqno; local
907 reqno
960 uint64_t reqno; local
[all...]
/netbsd-current/sys/dev/usb/
H A Duberry.c93 uberry_cmd(struct uberry_softc *sc, uint8_t requestType, uint8_t reqno, argument
100 requestType, reqno, value, index, length));
102 req.bRequest = reqno;
H A Duipad.c99 uipad_cmd(struct uipad_softc *sc, uint8_t requestType, uint8_t reqno, argument
106 requestType, reqno, value, index));
108 req.bRequest = reqno;
H A Duchcom.c413 generic_control_out(struct uchcom_softc *sc, uint8_t reqno, argument
419 req.bRequest = reqno;
428 generic_control_in(struct uchcom_softc *sc, uint8_t reqno, argument
435 req.bRequest = reqno;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c776 int reqno; local
780 for (reqno = first; status == 0 && reqno != SLMDB_CTL_END; reqno = va_arg(ap, int)) {
781 switch (reqno) {
/netbsd-current/lib/librumpclient/
H A Drumpclient.c529 send_copyin_resp(struct spclient *spc, uint64_t reqno, void *data, size_t dlen, argument
539 rhdr.rsp_reqno = reqno;
554 send_anonmmap_resp(struct spclient *spc, uint64_t reqno, void *addr) argument
560 rhdr.rsp_reqno = reqno;

Completed in 125 milliseconds