Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 3746) sorted by relevance

12345678910>>...150

/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_regs.h11 #define RING_EXCC(base) _MMIO((base) + 0x28) argument
12 #define RING_TAIL(base) _MMIO((base) + 0x30) argument
14 #define RING_HEAD(base) _MMIO((base) + 0x34) argument
18 #define RING_START(base) _MMIO((base) + 0x38) argument
19 #define RING_CTL(base) _MMIO((base) + 0x3c) argument
32 #define RING_SYNC_0(base) _MMIO((base) + 0x40) argument
33 #define RING_SYNC_1(base) _MMIO((base) + 0x44) argument
34 #define RING_SYNC_2(base) _MMIO((base) + 0x48) argument
47 #define RING_PSMI_CTL(base) _MMIO((base) + 0x50) argument
55 #define RING_MAX_IDLE(base) _MMIO((base) + 0x54) argument
[all …]
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_auth.c70 npppd_auth_base *base; in npppd_auth_create() local
131 npppd_auth_dispose(npppd_auth_base *base) in npppd_auth_dispose()
141 npppd_auth_destroy(npppd_auth_base *base) in npppd_auth_destroy()
176 npppd_auth_reload(npppd_auth_base *base) in npppd_auth_reload()
245 npppd_auth_get_user_password(npppd_auth_base *base, in npppd_auth_get_user_password()
305 npppd_auth_get_framed_ip(npppd_auth_base *base, const char *username, in npppd_auth_get_framed_ip()
345 npppd_auth_get_calling_number(npppd_auth_base *base, const char *username, in npppd_auth_get_calling_number()
383 npppd_auth_get_type(npppd_auth_base *base) in npppd_auth_get_type()
389 npppd_auth_is_usable(npppd_auth_base *base) in npppd_auth_is_usable()
395 npppd_auth_is_ready(npppd_auth_base *base) in npppd_auth_is_ready()
[all …]
/openbsd-src/sys/dev/ic/
H A Di82596reg.h93 #define IE_SCP_BUS_USE(base) ((base) + 2) argument
94 #define IE_SCP_TEST(base) ((base) + 4) argument
95 #define IE_SCP_ISCP(base) ((base) + 8) argument
116 #define IE_ISCP_BUSY(base) ((base) + 0) argument
117 #define IE_ISCP_SCB(base) ((base) + 2) argument
118 #define IE_ISCP_BASE(base) ((base) + 4) argument
148 #define IE_SCB_STATUS(base) ((base) + 0) argument
149 #define IE_SCB_CMD(base) ((base) + 2) argument
150 #define IE_SCB_CMDLST(base) ((base) + 4) argument
151 #define IE_SCB_RCVLST(base) ((base) + 6) argument
[all …]
/openbsd-src/sys/dev/pci/drm/i915/
H A Dintel_gvt_mmio_table.c61 #define RING_REG(base) _MMIO((base) + 0x28) in iterate_generic_mmio() argument
65 #define RING_REG(base) _MMIO((base) + 0x134) in iterate_generic_mmio() argument
69 #define RING_REG(base) _MMIO((base) + 0x6c) in iterate_generic_mmio() argument
83 #define RING_REG(base) _MMIO((base) + 0x29c) in iterate_generic_mmio() argument
772 #define RING_REG(base) _MMIO((base) + 0xd0) in iterate_bdw_plus_mmio() argument
776 #define RING_REG(base) _MMIO((base) + 0x230) in iterate_bdw_plus_mmio() argument
780 #define RING_REG(base) _MMIO((base) + 0x234) in iterate_bdw_plus_mmio() argument
784 #define RING_REG(base) _MMIO((base) + 0x244) in iterate_bdw_plus_mmio() argument
788 #define RING_REG(base) _MMIO((base) + 0x370) in iterate_bdw_plus_mmio() argument
792 #define RING_REG(base) _MMIO((base) + 0x3a0) in iterate_bdw_plus_mmio() argument
[all …]
/netbsd-src/sys/dev/ic/
H A Di82586reg.h101 #define IE_SCP_BUS_USE(base) ((base) + 2) argument
102 #define IE_SCP_ISCP(base) ((base) + 8) argument
142 #define IE_ISCP_BUSY(base) ((base) + 0) argument
143 #define IE_ISCP_SCB(base) ((base) + 2) argument
144 #define IE_ISCP_BASE(base) ((base) + 4) argument
161 #define IE_SCB_STATUS(base) ((base) + 0) argument
162 #define IE_SCB_CMD(base) ((base) + 2) argument
163 #define IE_SCB_CMDLST(base) ((base) + 4) argument
164 #define IE_SCB_RCVLST(base) ((base) + 6) argument
165 #define IE_SCB_ERRCRC(base) ((base) + 8) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dconstructor.cc46 node_copy (splay_tree_node node, void *base) in node_copy()
65 node_copy_and_insert (splay_tree_node node, void *base) in node_copy_and_insert()
96 gfc_constructor_copy (gfc_constructor_base base) in gfc_constructor_copy()
111 gfc_constructor_free (gfc_constructor_base base) in gfc_constructor_free()
119 gfc_constructor_append (gfc_constructor_base *base, gfc_constructor *c) in gfc_constructor_append()
130 gfc_constructor_append_expr (gfc_constructor_base *base, in gfc_constructor_append_expr()
143 gfc_constructor_insert (gfc_constructor_base *base, gfc_constructor *c, int n) in gfc_constructor_insert()
161 gfc_constructor_insert_expr (gfc_constructor_base *base, in gfc_constructor_insert_expr()
174 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup()
206 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dref1.C3 struct base { struct
4 base () { ++count; } in base() argument
5 ~base () { --count; } in ~base() argument
6 base(const base&o) { ++count; } in base() argument
H A Dp9732b.C10 struct base { struct
11 base () { ++count; } in base() function
12 ~base () { --count; } in ~base() argument
13 base(const base&o) { ++count; } in base() function
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dpcl720.h25 #define pcl720_data(base,bit) (base+(bit>>3)) argument
26 #define pcl720_data_0_7(base) (base+0) argument
27 #define pcl720_data_8_15(base) (base+1) argument
28 #define pcl720_data_16_23(base) (base+2) argument
29 #define pcl720_data_24_31(base) (base+3) argument
30 #define pcl720_cntr(base,cntr) (base+4+cntr) /* cntr: 0..2 */ argument
31 #define pcl720_cntr_0(base) (base+4) argument
32 #define pcl720_cntr_1(base) (base+5) argument
33 #define pcl720_cntr_2(base) (base+6) argument
34 #define pcl720_ctrl(base) (base+7) argument
/netbsd-src/external/bsd/libevent/dist/
H A Devent.c404 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument
417 gettime(struct event_base *base, struct timeval *tp) in gettime()
442 event_base_gettimeofday_cached(struct event_base *base, struct timeval *tv) in event_base_gettimeofday_cached()
464 clear_time_cache(struct event_base *base) in clear_time_cache()
471 update_time_cache(struct event_base *base) in update_time_cache()
479 event_base_update_cache_time(struct event_base *base) in event_base_update_cache_time()
511 struct event_base *base = event_base_new_with_config(NULL); in event_init() local
526 struct event_base *base = NULL; in event_base_new() local
568 event_base_get_features(const struct event_base *base) in event_base_get_features()
612 struct event_base *base; in event_base_new_with_config() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dconstructor.c46 node_copy (splay_tree_node node, void *base) in node_copy()
65 node_copy_and_insert (splay_tree_node node, void *base) in node_copy_and_insert()
95 gfc_constructor_copy (gfc_constructor_base base) in gfc_constructor_copy()
110 gfc_constructor_free (gfc_constructor_base base) in gfc_constructor_free()
118 gfc_constructor_append (gfc_constructor_base *base, gfc_constructor *c) in gfc_constructor_append()
129 gfc_constructor_append_expr (gfc_constructor_base *base, in gfc_constructor_append_expr()
142 gfc_constructor_insert (gfc_constructor_base *base, gfc_constructor *c, int n) in gfc_constructor_insert()
160 gfc_constructor_insert_expr (gfc_constructor_base *base, in gfc_constructor_insert_expr()
173 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup()
205 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr()
[all …]
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_module.c93 struct module_base *base; in module_create() local
116 module_start(struct module_base * base) module_start() argument
131 module_run(struct module_base * base) module_run() argument
143 module_destroy(struct module_base * base) module_destroy() argument
154 module_load(struct module_base * base) module_load() argument
179 module_drop_privilege(struct module_base * base,int nochroot) module_drop_privilege() argument
203 module_notify_secret(struct module_base * base,const char * secret) module_notify_secret() argument
215 module_send_message(struct module_base * base,uint32_t cmd,const char * fmt,...) module_send_message() argument
240 module_userpass_ok(struct module_base * base,u_int q_id,const char * msg) module_userpass_ok() argument
257 module_userpass_fail(struct module_base * base,u_int q_id,const char * msg) module_userpass_fail() argument
274 module_accsreq_answer(struct module_base * base,u_int q_id,const u_char * pkt,size_t pktlen) module_accsreq_answer() argument
282 module_accsreq_next(struct module_base * base,u_int q_id,const u_char * pkt,size_t pktlen) module_accsreq_next() argument
290 module_accsreq_aborted(struct module_base * base,u_int q_id) module_accsreq_aborted() argument
302 module_reqdeco_done(struct module_base * base,u_int q_id,const u_char * pkt,size_t pktlen) module_reqdeco_done() argument
310 module_resdeco_done(struct module_base * base,u_int q_id,const u_char * pkt,size_t pktlen) module_resdeco_done() argument
318 module_common_radpkt(struct module_base * base,uint32_t imsg_type,u_int q_id,const u_char * pkt,size_t pktlen) module_common_radpkt() argument
354 module_recv_imsg(struct module_base * base) module_recv_imsg() argument
382 module_imsg_handler(struct module_base * base,struct imsg * imsg) module_imsg_handler() argument
615 module_stop(struct module_base * base) module_stop() argument
630 struct module_base *base = ctx; module_on_event() local
659 module_reset_event(struct module_base * base) module_reset_event() argument
685 module_imsg_compose(struct module_base * base,uint32_t type,uint32_t id,pid_t pid,int fd,const void * data,size_t datalen) module_imsg_compose() argument
698 module_imsg_composev(struct module_base * base,uint32_t type,uint32_t id,pid_t pid,int fd,const struct iovec * iov,int iovcnt) module_imsg_composev() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcode-gen1.C7 struct base { struct
11 base (int ii) in base() function
H A Ddtors1.C13 struct base { struct
14 int base_data_member; argument
16 base() in base() function
20 ~base() in ~base() argument
H A Dctors2.C7 struct base { struct
10 base (int arg1, int arg2); argument
24 base::base(int arg1, int arg2) in base() function
H A Dctors1.C6 struct base { struct
9 base (int arg1, int arg2); argument
23 base::base(int arg1, int arg2) in base() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
H A Dnouveau_nvkm_subdev_bar_nv50.c37 nv50_bar_flush(struct nvkm_bar *base) in nv50_bar_flush()
52 nv50_bar_bar1_vmm(struct nvkm_bar *base) in nv50_bar_bar1_vmm()
58 nv50_bar_bar1_wait(struct nvkm_bar *base) in nv50_bar_bar1_wait()
70 nv50_bar_bar1_init(struct nvkm_bar *base) in nv50_bar_bar1_init()
78 nv50_bar_bar2_vmm(struct nvkm_bar *base) in nv50_bar_bar2_vmm()
90 nv50_bar_bar2_init(struct nvkm_bar *base) in nv50_bar_bar2_init()
100 nv50_bar_init(struct nvkm_bar *base) in nv50_bar_init()
111 nv50_bar_oneinit(struct nvkm_bar *base) in nv50_bar_oneinit()
209 nv50_bar_dtor(struct nvkm_bar *base) in nv50_bar_dtor()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dthunk1.C14 struct base: virtual vbase { struct
16 base(int aa) : a(aa) {} in base() argument
20 struct mid: base { argument
/netbsd-src/external/bsd/nsd/dist/
H A Dmini_event.c85 settime(struct event_base* base) in settime()
100 struct event_base* base = (struct event_base*)malloc( in event_init() local
160 handle_timeouts(struct event_base* base, struct timeval* now, in handle_timeouts()
199 handle_select(struct event_base* base, struct timeval* wait) in handle_select()
250 event_base_loop(struct event_base* base, int flags) in event_base_loop()
271 event_base_dispatch(struct event_base* base) in event_base_dispatch()
294 event_base_loopexit(struct event_base* base, in event_base_loopexit()
301 int event_base_loopbreak(struct event_base * base) in event_base_loopbreak()
308 event_base_free(struct event_base* base) in event_base_free()
336 event_base_set(struct event_base* base, struct event* ev) in event_base_set()
/openbsd-src/usr.sbin/nsd/
H A Dmini_event.c85 settime(struct event_base* base) in settime()
100 struct event_base* base = (struct event_base*)malloc( in event_init() local
160 handle_timeouts(struct event_base* base, struct timeval* now, in handle_timeouts()
199 handle_select(struct event_base* base, struct timeval* wait) in handle_select()
250 event_base_loop(struct event_base* base, int flags) in event_base_loop()
271 event_base_dispatch(struct event_base* base) in event_base_dispatch()
294 event_base_loopexit(struct event_base* base, in event_base_loopexit()
301 int event_base_loopbreak(struct event_base * base) in event_base_loopbreak()
308 event_base_free(struct event_base* base) in event_base_free()
336 event_base_set(struct event_base* base, struct event* ev) in event_base_set()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_channv50.c51 nv50_fifo_chan_engine_fini(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_fini()
107 nv50_fifo_chan_engine_init(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_init()
134 nv50_fifo_chan_engine_dtor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_dtor()
142 nv50_fifo_chan_engine_ctor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_ctor()
156 nv50_fifo_chan_object_dtor(struct nvkm_fifo_chan *base, int cookie) in nv50_fifo_chan_object_dtor()
163 nv50_fifo_chan_object_ctor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_object_ctor()
184 nv50_fifo_chan_fini(struct nvkm_fifo_chan *base) in nv50_fifo_chan_fini()
198 nv50_fifo_chan_init(struct nvkm_fifo_chan *base) in nv50_fifo_chan_init()
211 nv50_fifo_chan_dtor(struct nvkm_fifo_chan *base) in nv50_fifo_chan_dtor()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.h40 #define RING_ELSP(base) _MMIO((base) + 0x230) argument
41 #define RING_EXECLIST_STATUS_LO(base) _MMIO((base) + 0x234) argument
42 #define RING_EXECLIST_STATUS_HI(base) _MMIO((base) + 0x234 + 4) argument
43 #define RING_CONTEXT_CONTROL(base) _MMIO((base) + 0x244) argument
49 #define RING_CONTEXT_STATUS_PTR(base) _MMIO((base) + 0x3a0) argument
50 #define RING_EXECLIST_SQ_CONTENTS(base) _MMIO((base) + 0x510) argument
51 #define RING_EXECLIST_CONTROL(base) _MMIO((base) + 0x550) argument
/openbsd-src/lib/libevent/
H A Devent.c81 gettime(struct event_base *base, struct timeval *tp) in gettime()
99 struct event_base *base = event_base_new(); in event_init() local
111 struct event_base *base; in event_base_new() local
146 event_base_free(struct event_base *base) in event_base_free()
208 event_reinit(struct event_base *base) in event_reinit()
258 event_base_priority_init(struct event_base *base, int npriorities) in event_base_priority_init()
293 event_haveevents(struct event_base *base) in event_haveevents()
305 event_process_active(struct event_base *base) in event_process_active()
357 event_base_get_method(struct event_base *base) in event_base_get_method()
366 struct event_base *base = arg; in event_loopexit_cb() local
[all …]
H A Dsignal.c68 evsignal_init(struct event_base *base) in evsignal_init()
102 _evsignal_set_handler(struct event_base *base, in _evsignal_set_handler()
157 struct event_base *base = ev->ev_base; in evsignal_add() local
187 _evsignal_restore_handler(struct event_base *base, int evsignal) in _evsignal_restore_handler()
208 struct event_base *base = ev->ev_base; in evsignal_del() local
246 evsignal_process(struct event_base *base) in evsignal_process()
272 evsignal_dealloc(struct event_base *base) in evsignal_dealloc()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp67 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]

12345678910>>...150