/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_sync_file.c | 50 struct sync_file *sf; in sync_file_create() local 72 struct sync_file *sf = fp->f_data; in sync_file_close() local 89 struct sync_file *sf = container_of(fcb, struct sync_file, sf_fcb); in sync_file_fence_cb() local 100 struct sync_file *sf = fp->f_data; in sync_file_poll() local 136 struct sync_file *sf = fp->f_data; in sync_file_kqfilter() local 154 struct sync_file *sf = kn->kn_hook; in filt_sync_file_detach() local 164 struct sync_file *sf = kn->kn_hook; in filt_sync_file_event() local 213 struct sync_file *sf; in sync_file_get_fence() local
|
/netbsd-src/sys/dev/sdmmc/ |
H A D | sdmmc_io.c | 145 struct sdmmc_function *sf0, *sf; in sdmmc_io_scan() local 189 sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf) in sdmmc_io_init() 283 sdmmc_io_function_ready(struct sdmmc_function *sf) in sdmmc_io_function_ready() 299 sdmmc_io_function_enable(struct sdmmc_function *sf) in sdmmc_io_function_enable() 326 sdmmc_io_function_disable(struct sdmmc_function *sf) in sdmmc_io_function_disable() 343 sdmmc_io_rw_direct(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_rw_direct() 391 sdmmc_io_rw_extended(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_rw_extended() 437 sdmmc_io_read_1(struct sdmmc_function *sf, int reg) in sdmmc_io_read_1() 449 sdmmc_io_write_1(struct sdmmc_function *sf, int reg, uint8_t data) in sdmmc_io_write_1() 459 sdmmc_io_read_2(struct sdmmc_function *sf, int reg) in sdmmc_io_read_2() [all …]
|
H A D | sdmmc_mem.c | 323 struct sdmmc_function *sf; sdmmc_mem_scan() local 425 sdmmc_decode_csd(struct sdmmc_softc * sc,sdmmc_response resp,struct sdmmc_function * sf) sdmmc_decode_csd() argument 509 sdmmc_decode_cid(struct sdmmc_softc * sc,sdmmc_response resp,struct sdmmc_function * sf) sdmmc_decode_cid() argument 576 sdmmc_mem_init(struct sdmmc_softc * sc,struct sdmmc_function * sf) sdmmc_mem_init() argument 699 sdmmc_mem_set_blocklen(struct sdmmc_softc * sc,struct sdmmc_function * sf,int block_len) sdmmc_mem_set_blocklen() argument 759 sdmmc_mem_execute_tuning(struct sdmmc_softc * sc,struct sdmmc_function * sf) sdmmc_mem_execute_tuning() argument 794 sdmmc_mem_sd_init(struct sdmmc_softc * sc,struct sdmmc_function * sf) sdmmc_mem_sd_init() argument 933 sdmmc_mem_mmc_init(struct sdmmc_softc * sc,struct sdmmc_function * sf) sdmmc_mem_mmc_init() argument 1191 sdmmc_mem_send_csd(struct sdmmc_softc * sc,struct sdmmc_function * sf,sdmmc_response * resp) sdmmc_mem_send_csd() argument 1219 sdmmc_mem_send_scr(struct sdmmc_softc * sc,struct sdmmc_function * sf,uint32_t * scr) sdmmc_mem_send_scr() argument 1295 sdmmc_mem_decode_scr(struct sdmmc_softc * sc,struct sdmmc_function * sf) sdmmc_mem_decode_scr() argument 1326 sdmmc_mem_send_ssr(struct sdmmc_softc * sc,struct sdmmc_function * sf,sdmmc_bitfield512_t * ssr) sdmmc_mem_send_ssr() argument 1405 sdmmc_mem_decode_ssr(struct sdmmc_softc * sc,struct sdmmc_function * sf,sdmmc_bitfield512_t * ssr_bitfield) sdmmc_mem_decode_ssr() argument 1527 sdmmc_set_bus_width(struct sdmmc_function * sf,int width) sdmmc_set_bus_width() argument 1560 sdmmc_mem_sd_switch(struct sdmmc_function * sf,int mode,int group,int function,sdmmc_bitfield512_t * status) sdmmc_mem_sd_switch() argument 1642 sdmmc_mem_mmc_switch(struct sdmmc_function * sf,uint8_t set,uint8_t index,uint8_t value,bool poll) sdmmc_mem_mmc_switch() argument 1719 sdmmc_mem_single_read_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_single_read_block() argument 1742 sdmmc_mem_single_segment_dma_read_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_single_segment_dma_read_block() argument 1807 sdmmc_mem_read_block_subr(struct sdmmc_function * sf,bus_dmamap_t dmap,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_read_block_subr() argument 1881 sdmmc_mem_read_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_read_block() argument 1945 sdmmc_mem_single_write_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_single_write_block() argument 1968 sdmmc_mem_single_segment_dma_write_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_single_segment_dma_write_block() argument 2034 sdmmc_mem_write_block_subr(struct sdmmc_function * sf,bus_dmamap_t dmap,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_write_block_subr() argument 2119 sdmmc_mem_write_block(struct sdmmc_function * sf,uint32_t blkno,u_char * data,size_t datalen) sdmmc_mem_write_block() argument 2191 sdmmc_mem_discard(struct sdmmc_function * sf,uint32_t sblkno,uint32_t eblkno) sdmmc_mem_discard() argument 2251 sdmmc_mem_flush_cache(struct sdmmc_function * sf,bool poll) sdmmc_mem_flush_cache() argument [all...] |
H A D | sdmmc_cis.c | 53 sdmmc_cisptr(struct sdmmc_function * sf) sdmmc_cisptr() argument 74 decode_funce_common(struct sdmmc_function * sf,struct sdmmc_cis * cis,int tpllen,uint32_t reg) decode_funce_common() argument 106 decode_funce_function(struct sdmmc_function * sf,struct sdmmc_cis * cis,int tpllen,uint32_t reg) decode_funce_function() argument 137 decode_vers_1(struct sdmmc_function * sf,struct sdmmc_cis * cis,int tpllen,uint32_t reg) decode_vers_1() argument 168 sdmmc_read_cis(struct sdmmc_function * sf,struct sdmmc_cis * cis) sdmmc_read_cis() argument 285 sdmmc_print_cis(struct sdmmc_function * sf) sdmmc_print_cis() argument 312 sdmmc_check_cis_quirks(struct sdmmc_function * sf) sdmmc_check_cis_quirks() argument [all...] |
H A D | sdmmc.c | 431 struct sdmmc_function *sf; in sdmmc_card_attach() local 499 struct sdmmc_function *sf, *sfnext; in sdmmc_card_detach() local 533 struct sdmmc_function *sf = sa->sf; in sdmmc_print() local 680 struct sdmmc_function *sf; in sdmmc_function_alloc() local 742 sdmmc_function_free(struct sdmmc_function *sf) in sdmmc_function_free() 793 struct sdmmc_function *sf; in sdmmc_init() local 840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd) in sdmmc_app_command() 951 sdmmc_set_relative_addr(struct sdmmc_softc *sc, struct sdmmc_function *sf) in sdmmc_set_relative_addr() 984 sdmmc_select_card(struct sdmmc_softc *sc, struct sdmmc_function *sf) in sdmmc_select_card()
|
/netbsd-src/games/adventure/ |
H A D | save.c | 119 struct savefile *sf; in savefile_open() local 147 savefile_rawread(struct savefile *sf, void *data, size_t len) in savefile_rawread() 164 savefile_rawwrite(struct savefile *sf, const void *data, size_t len) in savefile_rawwrite() 181 savefile_close(struct savefile *sf) in savefile_close() 204 savefile_bintextread(struct savefile *sf, void *data, size_t len) in savefile_bintextread() 231 savefile_binread(struct savefile *sf, void *data, size_t len) in savefile_binread() 266 savefile_bintextwrite(struct savefile *sf, const void *data, size_t len) in savefile_bintextwrite() 295 savefile_binwrite(struct savefile *sf, const void *data, size_t len) in savefile_binwrite() 363 savefile_key(struct savefile *sf, uint32_t key) in savefile_key() 376 savefile_getpad(struct savefile *sf) in savefile_getpad() [all …]
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | disasm.c | 676 ValidBitMasks(uint64_t sf, uint64_t n, uint64_t imms, uint64_t immr) in ValidBitMasks() 696 DecodeBitMasks(uint64_t sf, uint64_t n, uint64_t imms, uint64_t immr) in DecodeBitMasks() 717 MoveWidePreferred(uint64_t sf, uint64_t n, uint64_t imms, uint64_t immr) in MoveWidePreferred() 756 BFXPreferred(uint64_t sf, uint64_t opc, uint64_t imms, uint64_t immr) in BFXPreferred() 798 uint64_t sf, uint64_t Rm, uint64_t option, uint64_t imm3, in extendreg_common() 841 uint64_t sf, uint64_t shift, uint64_t Rm, uint64_t imm6, in shiftreg_common() 1031 uint64_t sf, uint64_t shift, uint64_t imm12, uint64_t Rn, uint64_t Rd, in addsub_imm_common() 1057 uint64_t sf, uint64_t Rm, uint64_t cond, uint64_t Rn, uint64_t Rd, in csetsel_common() 1086 OP4FUNC(op_adc, sf, Rm, Rn, Rd) in OP4FUNC() argument 1094 OP4FUNC(op_adcs, sf, Rm, Rn, Rd) in OP4FUNC() argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | source.c | 40 Source_File *sf; in source_file_lookup_path() local 68 Source_File *sf; in source_file_lookup_name() local 92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source()
|
H A D | basic_blocks.c | 322 Source_File *sf = (Source_File *) arg; in annotate_with_count() local 461 Source_File *sf; in print_annotated_source() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | source.c | 40 Source_File *sf; in source_file_lookup_path() local 68 Source_File *sf; in source_file_lookup_name() local 92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source()
|
H A D | basic_blocks.c | 322 Source_File *sf = (Source_File *) arg; in annotate_with_count() local 465 Source_File *sf; in print_annotated_source() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
H A D | freebsd-unwind.h | 78 struct sigframe *sf; in x86_64_freebsd_fallback_frame_state() local 165 struct sigframe *sf; in x86_freebsd_fallback_frame_state() local
|
H A D | dragonfly-unwind.h | 91 struct sigframe *sf; in x86_64_dragonfly_fallback_frame_state() local 170 struct sigframe *sf; in x86_dragonfly_fallback_frame_state() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
H A D | freebsd-unwind.h | 78 struct sigframe *sf; in x86_64_freebsd_fallback_frame_state() local 165 struct sigframe *sf; in x86_freebsd_fallback_frame_state() local
|
H A D | dragonfly-unwind.h | 91 struct sigframe *sf; in x86_64_dragonfly_fallback_frame_state() local 170 struct sigframe *sf; in x86_dragonfly_fallback_frame_state() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | codeview.c | 125 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table() local 147 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table() local 176 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_checksums() local 406 struct source_file *sf; in get_fileno() local
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | linux_machdep.c | 80 struct linux_sigframe sf; member 154 union linux_ksigframe ksf, *sf; in linux_sendsig() local 293 union linux_ksigframe ksf, *sf; in linux_sys_sigreturn() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | softfloat.c | 185 soft_neg(SF sf) in soft_neg() 196 soft_isz(SF sf) in soft_isz() 247 soft_val(SF sf) in soft_val()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | softfloat.c | 185 soft_neg(SF sf) in soft_neg() 196 soft_isz(SF sf) in soft_isz() 247 soft_val(SF sf) in soft_val()
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | softfloat.h | 59 #define FLOAT_NEG(sf) soft_neg(sf) argument 65 #define FLOAT_ISZERO(sf) soft_isz(sf) argument 66 #define FLOAT_VAL(sf) soft_val(sf) argument
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tget_flt.c | 38 int sf, sg; in equal_flt() local
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | vm_machdep.c | 140 struct switchframe *sf; in cpu_lwp_fork() local 170 struct switchframe *sf; in sh3_setup_uarea() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.c | 422 gfc_simplify_f sf; in add_sym_0() local 443 gfc_simplify_f sf; in add_sym_0s() local 467 gfc_simplify_f sf; in add_sym_1() local 493 gfc_simplify_f sf; in add_sym_1_intent() local 517 gfc_simplify_f sf; in add_sym_1s() local 540 gfc_simplify_f sf; in add_sym_1p() local 566 gfc_simplify_f sf; in add_sym_1m() local 593 gfc_simplify_f sf; in add_sym_2() local 621 gfc_simplify_f sf; in add_sym_2_intent() local 649 gfc_simplify_f sf; in add_sym_2s() local [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
H A D | search.cpp | 113 NdbIndexScanOperation *scan, NdbScanFilter *sf, int *bounds ) in ndb_filter_set() 280 NdbScanFilter *sf = NULL; in ndb_oc_search() local 507 NdbScanFilter *sf = NULL; in ndb_back_search() local
|
/netbsd-src/lib/libwrap/ |
H A D | expandm.c | 49 expandm(const char *fmt, const char *sf, char **rbuf) in expandm() argument
|