Home
last modified time | relevance | path

Searched refs:uc (Results 51 – 75 of 177) sorted by relevance

12345678

/freebsd/sys/kern/
H A Dkern_umtx.c90 #define UMTXQ_LOCKED_ASSERT(uc) mtx_assert(&(uc)->uc_lock, MA_OWNED) argument
305 uc->length = 0; in sysctl_debug_umtx_chains_clear()
406 if (uc->uc_busy) { in umtxq_busy()
420 msleep(uc, &uc->uc_lock, 0, "umtxqb", 0); in umtxq_busy()
424 uc->uc_busy = 1; in umtxq_busy()
438 uc->uc_busy = 0; in umtxq_unbusy()
440 wakeup_one(uc); in umtxq_unbusy()
485 uc->length++; in umtxq_insert_queue()
486 if (uc->length > uc->max_length) { in umtxq_insert_queue()
487 uc->max_length = uc->length; in umtxq_insert_queue()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsegregs.sh103 ucontext_t *uc;
105 uc = rctx;
106 uc->uc_mcontext.mc_es = uc->uc_mcontext.mc_ds;
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp472 __unw_init_local(cursor, uc); in unwind_phase1()
569 __unw_init_local(cursor, uc); in unwind_phase2()
704 __unw_init_local(cursor, uc); in unwind_phase2_forced()
820 unw_context_t uc; in _Unwind_RaiseException() local
822 __unw_getcontext(&uc); in _Unwind_RaiseException()
858 unw_context_t uc; in _Unwind_Resume() local
860 __unw_getcontext(&uc); in _Unwind_Resume()
864 &uc, &cursor, exception_object, in _Unwind_Resume()
868 unwind_phase2(&uc, &cursor, exception_object, true); in _Unwind_Resume()
1157 unw_context_t uc; in _Unwind_ForcedUnwind() local
[all …]
H A DUnwind-seh.cpp238 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced() argument
242 __unw_init_local(&cursor2, uc); in unwind_phase2_forced()
385 unw_context_t uc; in _Unwind_Resume() local
387 __unw_getcontext(&uc); in _Unwind_Resume()
388 unwind_phase2_forced(&uc, exception_object, in _Unwind_Resume()
424 unw_context_t uc; in _Unwind_ForcedUnwind() local
425 __unw_getcontext(&uc); in _Unwind_ForcedUnwind()
433 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
/freebsd/contrib/expat/tests/
H A Dacc_tests.c362 unsigned char uc = 0; in START_TEST() local
363 for (; uc < (unsigned char)-1; uc++) { in START_TEST()
364 set_subtest("char %u", (unsigned)uc); in START_TEST()
365 const char *const printable = unsignedCharToPrintable(uc); in START_TEST()
/freebsd/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c78 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in r12au_postattach() local
81 if (usbd_get_speed(uc->uc_udev) == USB_SPEED_SUPER) { in r12au_postattach()
180 r12au_attach(struct rtwn_usb_softc *uc) in r12au_attach() argument
182 struct rtwn_softc *sc = &uc->uc_sc; in r12au_attach()
185 uc->uc_align_rx = r12au_align_rx; in r12au_attach()
186 uc->tx_agg_desc_num = 1; in r12au_attach()
/freebsd/tools/tools/locale/tools/
H A Dcharmaps.pm121 my $uc = $attrs{unicode};
122 $d{T}{$e}{$k}{unicode} = $uc;
126 my $uc = $attrs{ucc};
127 $d{T}{$e}{$k}{ucc} = $uc;
/freebsd/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_init.c63 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in r21au_init_tx_agg() local
67 rtwn_write_1(sc, R21A_DWBCN1_CTRL, uc->tx_agg_desc_num << 1); in r21au_init_tx_agg()
H A Dr21au_attach.c165 r21au_attach(struct rtwn_usb_softc *uc) in r21au_attach() argument
167 struct rtwn_softc *sc = &uc->uc_sc; in r21au_attach()
170 uc->uc_align_rx = r12au_align_rx; in r21au_attach()
171 uc->tx_agg_desc_num = 6; in r21au_attach()
/freebsd/lib/libthr/thread/
H A Dthr_rtld.c222 ucontext_t *uc; in _thr_rtld_init() local
280 uc = alloca(uc_len); in _thr_rtld_init()
281 getcontext(uc); in _thr_rtld_init()
282 __fillcontextx2((char *)uc); in _thr_rtld_init()
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c7 char uc; member
11 { .s = "foo", .c = 'b', .u = { .uc = 'c' } },
/freebsd/lib/libc/string/
H A Dmemccpy.c41 unsigned char uc = c; in memccpy() local
43 if ((*tp++ = *fp++) == uc) in memccpy()
/freebsd/lib/libc/sys/
H A Dsetcontext.c43 setcontext(const ucontext_t *uc) in setcontext() argument
45 return (INTERPOS_SYS(setcontext, uc)); in setcontext()
/freebsd/sys/dev/rtwn/rtl8192e/usb/
H A Dr92eu_attach.c96 r92eu_attach(struct rtwn_usb_softc *uc) in r92eu_attach() argument
98 struct rtwn_softc *sc = &uc->uc_sc; in r92eu_attach()
101 uc->uc_align_rx = r12au_align_rx; in r92eu_attach()
102 uc->tx_agg_desc_num = 3; in r92eu_attach()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dassert.c61 unw_context_t uc; in libspl_dump_backtrace() local
71 unw_getcontext(&uc); in libspl_dump_backtrace()
72 unw_init_local(&cp, &uc); in libspl_dump_backtrace()
/freebsd/contrib/mandoc/
H A Dterm_ascii.c299 ascii_uc2str(int uc) in ascii_uc2str() argument
368 assert(uc >= 0); in ascii_uc2str()
369 if ((size_t)uc < sizeof(tab)/sizeof(tab[0])) in ascii_uc2str()
370 return tab[uc]; in ascii_uc2str()
371 return mchars_uc2str(uc); in ascii_uc2str()
H A Dmdoc_markdown.c512 int bs, sz, uc, breakline; in md_word() local
587 uc = 0; in md_word()
594 uc = mchars_num2char(seq, sz); in md_word()
597 uc = mchars_spec2cp(seq, sz); in md_word()
600 uc = *seq; in md_word()
648 if (uc) { in md_word()
649 if ((uc < 0x20 && uc != 0x09) || in md_word()
650 (uc > 0x7E && uc < 0xA0)) in md_word()
651 uc = 0xFFFD; in md_word()
653 seq = mchars_uc2str(uc); in md_word()
[all …]
/freebsd/sys/dev/uart/
H A Duart_subr.c61 struct uart_class **puc, *uc; in uart_parse_class() local
66 uc = *puc; in uart_parse_class()
67 nm = uart_getname(uc); in uart_parse_class()
73 return (uc); in uart_parse_class()
/freebsd/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_attach.c118 r88eu_attach(struct rtwn_usb_softc *uc) in r88eu_attach() argument
120 struct rtwn_softc *sc = &uc->uc_sc; in r88eu_attach()
123 uc->uc_align_rx = r92cu_align_rx; in r88eu_attach()
124 uc->tx_agg_desc_num = 6; in r88eu_attach()
/freebsd/contrib/less/
H A Dttyin.c186 unsigned char uc; in getchr() local
187 result = iread(tty, &uc, sizeof(char)); in getchr()
188 c = (char) uc; in getchr()
/freebsd/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c147 r92cu_attach(struct rtwn_usb_softc *uc) in r92cu_attach() argument
149 struct rtwn_softc *sc = &uc->uc_sc; in r92cu_attach()
152 uc->uc_align_rx = r92cu_align_rx; in r92cu_attach()
153 uc->tx_agg_desc_num = 6; in r92cu_attach()
/freebsd/sys/sys/
H A Dumtxvar.h259 struct umtxq_chain *uc; in umtxq_unlock() local
261 uc = umtxq_getchain(key); in umtxq_unlock()
262 mtx_unlock(&uc->uc_lock); in umtxq_unlock()
/freebsd/sys/arm/arm/
H A Dexec_machdep.c373 ucontext_t uc; in sys_sigreturn() local
378 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
381 error = set_mcontext(td, &uc.uc_mcontext); in sys_sigreturn()
386 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0); in sys_sigreturn()
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c520 rpc_gss_ucred_t *uc; in rpc_gss_svc_getcred() local
536 uc = &client->cl_ucred; in rpc_gss_svc_getcred()
539 cr->cr_rgid = cr->cr_svgid = uc->gid; in rpc_gss_svc_getcred()
540 crsetgroups(cr, uc->gidlen, uc->gidlist); in rpc_gss_svc_getcred()
873 rpc_gss_ucred_t *uc = &client->cl_ucred; in svc_rpc_gss_build_ucred() local
876 uc->uid = 65534; in svc_rpc_gss_build_ucred()
877 uc->gid = 65534; in svc_rpc_gss_build_ucred()
878 uc->gidlist = client->cl_gid_storage; in svc_rpc_gss_build_ucred()
882 &uc->uid, &uc->gid, &numgroups, &uc->gidlist[0]); in svc_rpc_gss_build_ucred()
884 uc->gidlen = 0; in svc_rpc_gss_build_ucred()
[all …]
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c320 ucontext_t uc; in sys_sigreturn() local
323 if (copyin(uap->sigcntxp, &uc, sizeof(uc))) in sys_sigreturn()
326 error = set_mcontext(td, &uc.uc_mcontext); in sys_sigreturn()
331 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0); in sys_sigreturn()

12345678