| /freebsd/lib/libthread_db/arch/i386/ |
| H A D | libpthread_md.c | 39 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 D | rtwn_usb_attach.c | 131 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 197 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_free_rx_list() local 211 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_free_tx_list() local 226 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_reset_lists() local 242 rtwn_usb_reset_tx_list(struct rtwn_usb_softc *uc, in rtwn_usb_reset_tx_list() 272 rtwn_usb_reset_rx_list(struct rtwn_usb_softc *uc) in rtwn_usb_reset_rx_list() 291 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_start_xfers() local 299 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_abort_xfers() local 360 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_sysctlattach() local [all …]
|
| H A D | rtwn_usb_tx.c | 69 _rtwn_usb_getbuf(struct rtwn_usb_softc *uc) in _rtwn_usb_getbuf() 85 rtwn_usb_getbuf(struct rtwn_usb_softc *uc) in rtwn_usb_getbuf() 101 rtwn_usb_txeof(struct rtwn_usb_softc *uc, struct rtwn_data *data, int status) in rtwn_usb_txeof() 138 struct rtwn_usb_softc *uc = usbd_xfer_softc(xfer); in rtwn_bulk_tx_callback_qid() local 280 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_tx_start() local
|
| H A D | rtwn_usb_ep.c | 124 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() 258 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_usb_get_qmap() local
|
| H A D | rtwn_usb_rx.c | 155 rtwn_rxeof_fragmented(struct rtwn_usb_softc *uc, struct rtwn_data *data, in rtwn_rxeof_fragmented() 245 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in rtwn_rxeof() local 298 rtwn_report_intr(struct rtwn_usb_softc *uc, struct usb_xfer *xfer, in rtwn_report_intr() 390 struct rtwn_usb_softc *uc = usbd_xfer_softc(xfer); in rtwn_bulk_rx_callback() local
|
| /freebsd/contrib/file/src/ |
| H A D | is_json.c | 78 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 D | is_csv.c | 68 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote() 93 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse() 137 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); in file_is_csv() local
|
| H A D | is_simh.c | 94 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 D | libpthread_md.c | 39 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/powerpc/ |
| H A D | libpthread_md.c | 36 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 D | libpthread_md.c | 36 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 D | k6_mem.c | 52 #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 D | kern_context.c | 63 ucontext_t uc; in sys_getcontext() local 82 ucontext_t uc; in sys_setcontext() local 103 ucontext_t uc; in sys_swapcontext() local
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 94 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 194 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2() 339 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced() 452 unw_context_t uc; in _Unwind_RaiseException() local 486 unw_context_t uc; in _Unwind_Resume() local 511 unw_context_t uc; in _Unwind_ForcedUnwind() local
|
| /freebsd/tools/test/vm86/ |
| H A D | vm86_test.c | 55 ucontext_t *uc; sig_handler() local 77 ucontext_t uc; main() local [all...] |
| /freebsd/sys/dev/uart/ |
| H A D | uart_core.c | 234 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 D | libpthread_md.c | 42 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/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 263 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 D | archive_string_composition.h | 985 #define IS_DECOMPOSABLE_BLOCK(uc) \ argument 1006 #define CCC(uc) \ argument
|
| /freebsd/sys/amd64/ia32/ |
| H A D | ia32_signal.c | 269 struct ia32_ucontext uc; in freebsd32_getcontext() local 288 struct ia32_ucontext uc; in freebsd32_setcontext() local 309 struct ia32_ucontext uc; in freebsd32_swapcontext() local 767 struct ia32_freebsd4_ucontext uc; in freebsd4_freebsd32_sigreturn() local 841 struct ia32_ucontext uc; in freebsd32_sigreturn() local
|
| /freebsd/sys/netpfil/ipfw/nat64/ |
| H A D | nat64clat_control.c | 94 ipfw_nat64clat_cfg *uc) in nat64clat_export_config() 115 ipfw_nat64clat_cfg *uc; in export_config_cb() local 145 ipfw_nat64clat_cfg *uc; in nat64clat_create() local 216 ipfw_nat64clat_cfg *uc; in nat64clat_config() local
|
| H A D | nat64stl_control.c | 96 ipfw_nat64stl_cfg *uc) in nat64stl_export_config() 122 ipfw_nat64stl_cfg *uc; in export_config_cb() local 176 ipfw_nat64stl_cfg *uc; in nat64stl_create() local 252 ipfw_nat64stl_cfg *uc; in nat64stl_config() local
|
| H A D | nat64lsn_control.c | 73 nat64lsn_default_config(ipfw_nat64lsn_cfg *uc) in nat64lsn_default_config() 115 ipfw_nat64lsn_cfg *uc; in nat64lsn_create() local 313 ipfw_nat64lsn_cfg *uc) in nat64lsn_export_config() 347 ipfw_nat64lsn_cfg *uc; in export_config_cb() local 411 ipfw_nat64lsn_cfg *uc; in nat64lsn_config() local
|
| /freebsd/lib/libc/sys/ |
| H A D | setcontext.c | 42 setcontext(const ucontext_t *uc) in setcontext()
|
| /freebsd/sys/dev/rtwn/rtl8821a/usb/ |
| H A D | r21au_init.c | 63 struct rtwn_usb_softc *uc = RTWN_USB_SOFTC(sc); in r21au_init_tx_agg() local
|