Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.c124 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early()
140 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late()
157 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio()
323 static int __uc_init(struct intel_uc *uc) in __uc_init()
350 static void __uc_fini(struct intel_uc *uc) in __uc_fini()
357 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize()
371 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm()
433 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw()
461 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw()
682 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend()
[all …]
H A Dintel_uc_debugfs.c22 struct intel_uc *uc = m->private; in uc_usage_show() local
44 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c29 unsigned char uc = 'b'; variable
132 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call1a()
142 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) in call1b()
152 void call1c (unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) in call1c()
162 void call1d (unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) in call1d()
397 void call6g (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6g()
408 void call6f (double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) in call6f()
420 void call6e (float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long… in call6e()
432 void call6d (long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsig… in call6d()
444 void call6c (int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui… in call6c()
[all …]
/openbsd/sys/arch/i386/i386/
H A Dk6_mem.c50 #define k6_reg_get(reg, addr, mask, wc, uc) do { \ argument
57 #define k6_reg_make(addr, mask, wc, uc) \ argument
75 u_int32_t len = 0, wc, uc; in k6_mrmake() local
98 u_int32_t addr, mask, wc, uc; in k6_mrinit() local
/openbsd/sys/dev/rasops/
H A Drasops4.c99 rasops4_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops4_putchar()
212 rasops4_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops4_putchar()
251 rasops4_putchar8(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops4_putchar8()
323 rasops4_putchar12(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops4_putchar12()
398 rasops4_putchar16(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops4_putchar16()
H A Drasops8.c96 rasops8_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops8_putchar()
197 rasops8_putchar8(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops8_putchar8()
265 rasops8_putchar12(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops8_putchar12()
336 rasops8_putchar16(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops8_putchar16()
H A Drasops15.c108 rasops15_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops15_putchar()
208 rasops15_putchar8(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops15_putchar8()
284 rasops15_putchar12(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops15_putchar12()
364 rasops15_putchar16(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops15_putchar16()
H A Drasops24.c109 rasops24_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops24_putchar()
229 rasops24_putchar8(void *cookie, int row, int col, u_int uc, uint32_t attr)
307 rasops24_putchar12(void *cookie, int row, int col, u_int uc, uint32_t attr)
392 rasops24_putchar16(void *cookie, int row, int col, u_int uc, uint32_t attr)
H A Drasops1.c85 rasops1_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops1_putchar()
231 rasops1_putchar8(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops1_putchar8()
294 rasops1_putchar16(void *cookie, int row, int col, u_int uc, uint32_t attr) in rasops1_putchar16()
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindLevel1.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
173 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
309 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
423 unw_context_t uc; in _Unwind_RaiseException() local
457 unw_context_t uc; in _Unwind_Resume() local
482 unw_context_t uc; in _Unwind_ForcedUnwind() local
H A DUnwindLevel1-gcc-ext.c118 unw_context_t uc; in _Unwind_FindEnclosingFunction() local
135 unw_context_t uc; in _Unwind_Backtrace() local
217 unw_context_t uc; in _Unwind_Find_FDE() local
H A DUnwind-seh.cpp229 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced()
368 unw_context_t uc; in _Unwind_Resume() local
407 unw_context_t uc; in _Unwind_ForcedUnwind() local
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
565 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2()
699 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
820 unw_context_t uc; in _Unwind_RaiseException() local
858 unw_context_t uc; in _Unwind_Resume() local
1154 unw_context_t uc; in _Unwind_ForcedUnwind() local
/openbsd/sys/kern/
H A Dkern_prot.c199 struct ucred *uc = p->p_ucred; in sys_getgroups() local
327 struct ucred *uc = p->p_ucred; in sys_getresuid() local
354 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setresuid() local
436 struct ucred *uc = p->p_ucred; in sys_getresgid() local
463 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setresgid() local
538 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setregid() local
617 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setreuid() local
702 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setuid() local
760 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_seteuid() local
794 struct ucred *pruc, *newcred, *uc = p->p_ucred; in sys_setgid() local
[all …]
/openbsd/gnu/gcc/gcc/config/sh/
H A Dlinux-unwind.h86 struct ucontext uc; in shmedia_fallback_frame_state() member
183 struct ucontext uc; in sh_fallback_frame_state() member
/openbsd/lib/libc/gen/
H A Dvis.c42 u_char uc = c; in isoctal() local
56 u_char uc = c; in isvisible() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcompare6.c7 unsigned char uc; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dalign.C12 void foo(char *uc) in foo()
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/
H A DBase64.xs200 unsigned char uc = index_64[NATIVE_TO_ASCII(*str++)]; variable
286 unsigned char uc = index_64[NATIVE_TO_ASCII(*str++)]; variable
/openbsd/lib/libc/rpc/
H A Dsvc_udp.c330 struct udp_cache *uc; in svcudp_enablecache() local
364 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_set() local
425 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_get() local
/openbsd/lib/libc/string/
H A Dmemccpy.c41 unsigned char uc = c; in memccpy() local
/openbsd/gnu/lib/libiberty/src/
H A Dstrcasecmp.c35 typedef unsigned char uc; typedef
/openbsd/usr.bin/tmux/
H A Dutf8.c255 #define UTF8_GET_SIZE(uc) (((uc) >> 24) & 0x1f) argument
256 #define UTF8_GET_WIDTH(uc) (((uc) >> 29) - 1) argument
430 utf8_from_data(const struct utf8_data *ud, utf8_char *uc)
462 utf8_to_data(utf8_char uc, struct utf8_data *ud)
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_02.C23 unsigned char uc = 0; in global_function() local
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dlinux-unwind.h56 struct ucontext uc; in alpha_fallback_frame_state() member

12345