Home
last modified time | relevance | path

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

12345

/freebsd/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c39 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
46 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
53 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc) in pt_fpreg_to_ucontext()
68 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg()
82 pt_fxsave_to_ucontext(const char* r, ucontext_t *uc) in pt_fxsave_to_ucontext()
89 pt_ucontext_to_fxsave(const ucontext_t *uc, char *r) in pt_ucontext_to_fxsave()
98 ucontext_t uc; in pt_md_init() local
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_attach.c131 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_alloc_rx_list() local
151 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_alloc_tx_list() local
195 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_free_rx_list() local
209 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_free_tx_list() local
221 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_reset_lists() local
234 rtwn_usb_reset_tx_list(struct rtwn_usb_softc *uc, in rtwn_usb_reset_tx_list()
264 rtwn_usb_reset_rx_list(struct rtwn_usb_softc *uc) in rtwn_usb_reset_rx_list()
283 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_start_xfers() local
291 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_abort_xfers() local
352 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_sysctlattach() local
[all …]
H A Drtwn_usb_tx.c73 _rtwn_usb_getbuf(struct rtwn_usb_softc *uc) in _rtwn_usb_getbuf()
89 rtwn_usb_getbuf(struct rtwn_usb_softc *uc) in rtwn_usb_getbuf()
105 rtwn_usb_txeof(struct rtwn_usb_softc *uc, struct rtwn_data *data, int status) in rtwn_usb_txeof()
134 struct rtwn_usb_softc *uc = usbd_xfer_softc(xfer); in rtwn_bulk_tx_callback() local
224 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_tx_start() local
H A Drtwn_usb_ep.c124 rtwn_usb_setup_queues(struct rtwn_usb_softc *uc) in rtwn_usb_setup_queues()
159 rtwn_usb_setup_endpoints(struct rtwn_usb_softc *uc) in rtwn_usb_setup_endpoints()
247 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_get_qmap() local
H A Drtwn_usb_rx.c150 rtwn_rxeof_fragmented(struct rtwn_usb_softc *uc, struct rtwn_data *data, in rtwn_rxeof_fragmented()
240 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_rxeof() local
293 rtwn_report_intr(struct rtwn_usb_softc *uc, struct usb_xfer *xfer, in rtwn_report_intr()
364 struct rtwn_usb_softc *uc = usbd_xfer_softc(xfer); in rtwn_bulk_rx_callback() local
/freebsd/contrib/file/src/
H A Dis_json.c78 json_isspace(const unsigned char uc) in json_isspace()
92 json_isdigit(unsigned char uc) in json_isdigit()
104 json_isxdigit(unsigned char uc) in json_isxdigit()
118 json_skip_space(const unsigned char *uc, const unsigned char *ue) in json_skip_space()
130 const unsigned char *uc = *ucp; in json_parse_string() local
183 const unsigned char *uc = *ucp; in json_parse_array() local
220 const unsigned char *uc = *ucp; in json_parse_object() local
277 const unsigned char *uc = *ucp; in json_parse_number() local
329 const unsigned char *uc = *ucp; in json_parse_const() local
349 const unsigned char *uc, *ouc; in json_parse() local
[all …]
H A Dis_csv.c67 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote()
92 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse()
136 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); in file_is_csv() local
H A Dis_simh.c94 getlen(const unsigned char **uc) in getlen()
110 simh_parse(const unsigned char *uc, const unsigned char *ue) in simh_parse()
151 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); in file_is_simh() local
/freebsd/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c39 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
66 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
93 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc) in pt_fpreg_to_ucontext()
100 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg()
/freebsd/lib/libthread_db/arch/aarch64/
H A Dlibpthread_md.c39 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
51 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
63 pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc) in pt_fpreg_to_ucontext()
72 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg()
/freebsd/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c36 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
44 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
52 pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc) in pt_fpreg_to_ucontext()
61 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg()
/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c36 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
61 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
87 pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc) in pt_fpreg_to_ucontext()
98 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg()
/freebsd/sys/i386/i386/
H A Dk6_mem.c52 #define K6_REG_GET(reg, addr, mask, wc, uc) do { \ argument
59 #define K6_REG_MAKE(addr, mask, wc, uc) \ argument
79 u_int32_t len = 0, wc, uc; in k6_mrmake() local
102 u_int32_t addr, mask, wc, uc; in k6_mrinit() local
/freebsd/sys/kern/
H A Dkern_context.c63 ucontext_t uc; in sys_getcontext() local
82 ucontext_t uc; in sys_setcontext() local
103 ucontext_t uc; in sys_swapcontext() local
/freebsd/tools/test/vm86/
H A Dvm86_test.c55 ucontext_t *uc; in sig_handler() local
77 ucontext_t uc; in main() local
/freebsd/contrib/llvm-project/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
/freebsd/sys/dev/uart/
H A Duart_core.c234 uart_getname(struct uart_class *uc) in uart_getname()
240 uart_getops(struct uart_class *uc) in uart_getops()
246 uart_getrange(struct uart_class *uc) in uart_getrange()
252 uart_getregshift(struct uart_class *uc) in uart_getregshift()
258 uart_getregiowidth(struct uart_class *uc) in uart_getregiowidth()
/freebsd/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c42 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext()
60 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg()
/freebsd/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c78 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in r12au_postattach() local
180 r12au_attach(struct rtwn_usb_softc *uc) in r12au_attach()
/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c263 ucontext32_t uc; in freebsd32_getcontext() local
282 ucontext32_t uc; in freebsd32_setcontext() local
302 ucontext32_t uc; in freebsd32_sigreturn() local
323 ucontext32_t uc; in freebsd32_swapcontext() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_composition.h985 #define IS_DECOMPOSABLE_BLOCK(uc) \ argument
1006 #define CCC(uc) \ argument
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c258 struct ia32_ucontext uc; in freebsd32_getcontext() local
277 struct ia32_ucontext uc; in freebsd32_setcontext() local
298 struct ia32_ucontext uc; in freebsd32_swapcontext() local
754 struct ia32_freebsd4_ucontext uc; in freebsd4_freebsd32_sigreturn() local
821 struct ia32_ucontext uc; in freebsd32_sigreturn() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c49 unicode_to_utf8(char *p, uint32_t uc) in unicode_to_utf8()
82 unicode_to_utf16be(char *p, uint32_t uc) in unicode_to_utf16be()
109 unicode_to_utf16le(char *p, uint32_t uc) in unicode_to_utf16le()
133 unicode_to_wc(wchar_t *wp, uint32_t uc) in unicode_to_wc()
161 unsigned uc = 0; in scan_unicode_pattern() local
/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
/freebsd/lib/libc/sys/
H A Dsetcontext.c43 setcontext(const ucontext_t *uc) in setcontext()

12345