Searched refs:uc (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-10.3-release/contrib/tcsh/
H A Ded.init.c60 #define uc unsigned char macro
63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
64 (uc)CEOF, (uc)CEOL, (uc)CEOL2, (uc)CSWTCH,
65 (uc)CDSWTC
[all...]
/freebsd-10.3-release/contrib/dialog/
H A Dtrace.c93 wchar_t *uc; local
96 || (uc = wunctrl(&cch)) == 0
97 || uc[1] != 0
98 || wcwidth(uc[0]) <= 0) {
103 const wchar_t *ucp = uc;
107 k += wcwidth(uc[0]) - 1;
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc_dg.c543 struct cl_cache *uc; local
551 uc = ALLOC(struct cl_cache, 1);
552 if (uc == NULL) {
557 uc->uc_size = size;
558 uc->uc_nextvictim = 0;
559 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
560 if (uc->uc_entries == NULL) {
562 FREE(uc, struct cl_cache, 1);
566 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
567 uc
602 struct cl_cache *uc = (struct cl_cache *) su->su_cache; local
694 struct cl_cache *uc = (struct cl_cache *) su->su_cache; local
[all...]
/freebsd-10.3-release/sys/mips/mips/
H A Dfreebsd32_machdep.c256 ucontext32_t uc; local
261 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) {
266 error = set_mcontext32(td, &uc.uc_mcontext);
270 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
274 td, uc.uc_mcontext.mc_srr0, uc.uc_mcontext.mc_gpr[1]);
290 ucontext32_t uc; local
296 get_mcontext32(td, &uc.uc_mcontext, GET_MC_CLEAR_RET);
298 uc
308 ucontext32_t uc; local
329 ucontext32_t uc; local
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/bin/sh/
H A Dt_expand.sh129 s1=`/bin/sh -uc 'N=; set -- ${N}; for X; do echo "[$X]"; done' 2>&1`
130 s2=`/bin/sh -uc 'N=; set -- ${N:-}; for X; do echo "[$X]"; done' 2>&1`
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Dexec_machdep.c316 ucontext_t uc; local
321 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) != 0) {
326 error = set_mcontext(td, &uc.uc_mcontext);
330 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
333 td, uc.uc_mcontext.mc_srr0, uc.uc_mcontext.mc_gpr[1]);
762 ucontext32_t uc; local
767 if (copyin(uap->sigcntxp, &uc, sizeof(uc)) !
794 ucontext32_t uc; local
812 ucontext32_t uc; local
833 ucontext32_t uc; local
[all...]
/freebsd-10.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c93 svr4_getcontext(td, uc, mask, oonstack)
95 struct svr4_ucontext *uc;
101 svr4_greg_t *r = uc->uc_mcontext.greg;
102 struct svr4_sigaltstack *s = &uc->uc_stack;
114 memset(uc, 0, sizeof(struct svr4_ucontext));
116 uc->uc_link = p->p_emuldata;
171 bsd_to_svr4_sigset(mask, &uc->uc_sigmask);
176 uc->uc_flags = SVR4_UC_SIGMASK|SVR4_UC_CPU|SVR4_UC_STACK;
190 svr4_setcontext(td, uc)
192 struct svr4_ucontext *uc;
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dfp-test.c70 volatile unsigned char uc; variable
115 uc = f1;
126 f1 = uc;
161 uc = d1;
172 d1 = uc;
207 uc = D1;
218 D1 = uc;
/freebsd-10.3-release/crypto/openssl/util/
H A Dbat.sh16 $uc=$lib;
17 $uc =~ s/^lib(.*)\.a/$1/;
18 $uc =~ tr/a-z/A-Z/;
19 $lib_nam{$uc}=$uc;
20 $lib_obj{$uc}.=$libobj." ";
/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_sig.c324 ucontext_t *uc; local
335 uc = alloca(uc_len);
336 getcontext(uc);
341 __fillcontextx2((char *)uc);
343 uc->uc_sigmask = curthread->deferred_sigmask;
347 handle_signal(&act, info.si_signo, &info, uc);
734 ucontext_t uc; local
740 if (!SIGISMEMBER(uc.uc_sigmask, SIGCANCEL))
742 (void) memcpy(&uc, ucp, sizeof(uc));
750 ucontext_t uc; local
[all...]
H A Dthr_rtld.c188 ucontext_t *uc; local
238 uc = alloca(uc_len);
239 getcontext(uc);
240 __fillcontextx2((char *)uc);
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_string.c124 #define IS_HIGH_SURROGATE_LA(uc) ((uc) >= 0xD800 && (uc) <= 0xDBFF)
125 #define IS_LOW_SURROGATE_LA(uc) ((uc) >= 0xDC00 && (uc) <= 0xDFFF)
126 #define IS_SURROGATE_PAIR_LA(uc) ((uc) >= 0xD800 && (uc) <= 0xDFFF)
2429 combine_surrogate_pair(uint32_t uc, uint32_ argument
2487 unicode_to_utf8(char *p, size_t remaining, uint32_t uc) argument
2543 unsigned uc; local
2599 unicode_to_utf16be(char *p, size_t remaining, uint32_t uc) argument
2621 unicode_to_utf16le(char *p, size_t remaining, uint32_t uc) argument
2663 uint32_t uc; local
2726 uint32_t uc; local
2817 get_nfc(uint32_t uc, uint32_t uc2) argument
2941 uint32_t uc, uc2; local
3195 get_nfd(uint32_t *cp1, uint32_t *cp2, uint32_t uc) argument
3248 uint32_t uc, uc2; local
3311 uint32_t uc; member in struct:__anon1661
3740 uint32_t uc; local
[all...]
/freebsd-10.3-release/sys/dev/uart/
H A Duart_subr.c70 struct uart_class *uc; local
76 uc = uart_classes[i];
77 nm = uart_getname(uc);
83 return (uc);
H A Duart_core.c227 uart_getname(struct uart_class *uc) argument
229 return ((uc != NULL) ? uc->name : NULL);
233 uart_getops(struct uart_class *uc) argument
235 return ((uc != NULL) ? uc->uc_ops : NULL);
239 uart_getrange(struct uart_class *uc) argument
241 return ((uc != NULL) ? uc->uc_range : 0);
/freebsd-10.3-release/contrib/gcc/config/s390/
H A Dlinux-unwind.h88 } *uc = context->cfa + 8 + 128; local
90 regs = &uc->uc_mcontext;
/freebsd-10.3-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h81 _sig_ucontext_t uc; member in struct:rt_sigframe
83 sc = &rt_->uc.uc_mcontext;
/freebsd-10.3-release/sys/kern/
H A Dkern_umtx.c171 #define UMTXQ_LOCKED_ASSERT(uc) mtx_assert(&(uc)->uc_lock, MA_OWNED)
266 struct umtxq_chain *uc; local
276 uc = &umtxq_chains[i][j];
277 mtx_lock(&uc->uc_lock);
278 tot += uc->max_length;
279 mtx_unlock(&uc->uc_lock);
288 uc = &umtxq_chains[i][j];
289 mtx_lock(&uc->uc_lock);
290 whole = uc
342 struct umtxq_chain *uc; local
446 struct umtxq_chain *uc; local
458 struct umtxq_chain *uc; local
471 struct umtxq_chain *uc; local
502 struct umtxq_chain *uc; local
525 struct umtxq_chain *uc; local
541 struct umtxq_chain *uc; local
574 struct umtxq_chain *uc; local
607 struct umtxq_chain *uc; local
625 struct umtxq_chain *uc; local
672 struct umtxq_chain *uc; local
699 struct umtxq_chain *uc; local
766 struct umtxq_chain *uc; local
1892 struct umtxq_chain *uc; local
1958 struct umtxq_chain *uc; local
1972 struct umtxq_chain *uc; local
1995 struct umtxq_chain *uc; local
2015 struct umtxq_chain *uc; local
[all...]
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_signal.c531 struct svr4_ucontext uc; local
536 DPRINTF(("getcontext(%p)\n", uap->uc));
540 svr4_getcontext(td, &uc, &td->td_sigmask, onstack);
541 return copyout(&uc, uap->uc, sizeof(uc));
544 DPRINTF(("setcontext(%p)\n", uap->uc));
545 if ((error = copyin(uap->uc, &uc, sizeof(uc))) !
[all...]
/freebsd-10.3-release/sys/amd64/ia32/
H A Dia32_signal.c257 struct ia32_ucontext uc; local
263 ia32_get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET);
265 uc.uc_sigmask = td->td_sigmask;
267 bzero(&uc.__spare__, sizeof(uc.__spare__));
268 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE);
276 struct ia32_ucontext uc; local
282 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
284 ret = ia32_set_mcontext(td, &uc.uc_mcontext);
287 &uc
297 struct ia32_ucontext uc; local
763 struct ia32_ucontext4 uc; local
837 struct ia32_ucontext uc; local
[all...]
/freebsd-10.3-release/tools/tools/drm/
H A Dgen-drm_pciids29 my $vendor_id = uc($1);
30 my $device_id = uc($2);
61 my $vendor_id = uc($1);
62 my $device_id = uc($2);
94 my $vendor_id = uc($1);
104 my $device_id = uc($1);
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h134 struct gcc_ucontext uc; member in struct:rt_sigframe
140 return frame->uc.regs;
177 struct gcc_ucontext uc; member in struct:rt_sigframe
179 return frame->uc.regs;
/freebsd-10.3-release/contrib/libreadline/
H A Drltty.c897 unsigned char uc;
899 uc = tiop->c_cc[sc];
900 if (uc != (unsigned char)_POSIX_VDISABLE && kmap[uc].type == ISFUNC)
901 kmap[uc].function = func;
905 #define RESET_SPECIAL(uc) \
906 if (uc != (unsigned char)_POSIX_VDISABLE && kmap[uc].type == ISFUNC) \
907 kmap[uc].function = rl_insert;
896 unsigned char uc; local
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dbacktrace.c99 btcallback(void *uc, void *opq) { argument
105 arg->result[arg->count++] = (void *)_Unwind_GetIP(uc);
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.h166 extern unsigned char cvmx_ilk_bit_count (unsigned char uc);
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c431 rpc_gss_ucred_t *uc; local
447 uc = &client->cl_ucred;
449 cr->cr_uid = cr->cr_ruid = cr->cr_svuid = uc->uid;
450 cr->cr_rgid = cr->cr_svgid = uc->gid;
451 crsetgroups(cr, uc->gidlen, uc->gidlist);
769 rpc_gss_ucred_t *uc = &client->cl_ucred; local
772 uc->uid = 65534;
773 uc->gid = 65534;
774 uc
[all...]

Completed in 329 milliseconds

12345