Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dflybsd-src/sys/dev/disk/sdhci/
H A Dsdhci.c70 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) argument
71 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) argument
72 #define RD4(slot, off) SDHCI_READ_4((slot)->bus, (slot), (off)) argument
73 #define RD_MULTI_4(slot, off, ptr, count) \ argument
75 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) argument
76 #define WR2(slot, off, val) SDHCI_WRITE_2((slot)->bus, (slot), (off), (val)) argument
77 #define WR4(slot, off, val) SDHCI_WRITE_4((slot)->bus, (slot), (off), (val)) argument
78 #define WR_MULTI_4(slot, off, ptr, count) \ argument
123 slot_printf(struct sdhci_slot *slot, const char * fmt, ...) in slot_printf()
138 sdhci_dumpregs(struct sdhci_slot *slot) in sdhci_dumpregs()
[all …]
/dflybsd-src/sys/bus/pci/x86_64/
H A Dpci_cfgreg.c129 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
143 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
167 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
183 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
212 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
238 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
291 int slot; in pcie_cfgregopen() local
308 #define PCIE_VADDR(base, reg, bus, slot, func) \ argument
316 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
343 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, in pciereg_cfgwrite()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgodump.c128 void **slot; in go_define() local
463 void **slot; in go_undef() local
578 void **slot; in go_format_type() local
604 void **slot; in go_format_type() local
685 void **slot; in go_format_type() local
779 void **slot; in go_format_type() local
806 void **slot; in go_format_type() local
969 void **slot; in go_output_typedef() local
1008 void **slot; in go_output_typedef() local
1043 void **slot; in go_output_typedef() local
[all …]
H A Dlto-symtab.c138 void **slot; in lto_symtab_register_decl() local
176 void **slot; in lto_symtab_get() local
432 lto_symtab_resolve_symbols (void **slot) in lto_symtab_resolve_symbols()
530 lto_symtab_merge_decls_2 (void **slot, bool diagnosed_p) in lto_symtab_merge_decls_2()
578 lto_symtab_merge_decls_1 (void **slot, void *data ATTRIBUTE_UNUSED) in lto_symtab_merge_decls_1()
714 lto_symtab_merge_cgraph_nodes_1 (void **slot, void *data ATTRIBUTE_UNUSED) in lto_symtab_merge_cgraph_nodes_1()
H A Dplugin.c128 void **slot; in add_new_plugin() local
196 void **slot; in parse_plugin_arg_opt() local
310 void **slot = htab_find_slot (plugin_name_args_tab, name, NO_INSERT); in register_plugin_info() local
332 void **slot; in get_named_event_id() local
610 init_one_plugin (void **slot, void * ARG_UNUSED (info)) in init_one_plugin()
647 finalize_one_plugin (void **slot, void * ARG_UNUSED (info)) in finalize_one_plugin()
685 print_version_one_plugin (void **slot, void *data) in print_version_one_plugin()
714 print_help_one_plugin (void **slot, void *data) in print_help_one_plugin()
H A Dipa-utils.c366 void **slot; in cgraph_node_set_add() local
390 void **slot, **last_slot; in cgraph_node_set_remove() local
426 void **slot; in cgraph_node_set_find() local
495 void **slot; in varpool_node_set_add() local
519 void **slot, **last_slot; in varpool_node_set_remove() local
555 void **slot; in varpool_node_set_find() local
H A Dstatistics.c112 statistics_fini_pass_1 (void **slot, void *data ATTRIBUTE_UNUSED) in statistics_fini_pass_1()
132 statistics_fini_pass_2 (void **slot, void *data ATTRIBUTE_UNUSED) in statistics_fini_pass_2()
162 statistics_fini_pass_3 (void **slot, void *data ATTRIBUTE_UNUSED) in statistics_fini_pass_3()
199 statistics_fini_1 (void **slot, void *data) in statistics_fini_1()
H A Dgenconstants.c38 print_md_constant (void **slot, void *info ATTRIBUTE_UNUSED) in print_md_constant()
51 print_enum_type (void **slot, void *info ATTRIBUTE_UNUSED) in print_enum_type()
H A Dlto-streamer.c328 struct tree_hash_entry **slot; in lto_orig_address_map() local
347 struct tree_hash_entry **slot; in lto_orig_address_get() local
362 struct tree_hash_entry **slot; in lto_orig_address_remove() local
H A Dggc-common.c64 ggc_htab_delete (void **slot, void *info) in ggc_htab_delete()
320 struct ptr_data **slot; in gt_pch_note_object() local
393 call_count (void **slot, void *state_p) in call_count()
406 call_alloc (void **slot, void *state_p) in call_alloc()
916 struct loc_descriptor **slot; in loc_descriptor() local
941 PTR *slot; in ggc_record_overhead() local
960 ggc_prune_ptr (void **slot, void *b ATTRIBUTE_UNUSED) in ggc_prune_ptr()
984 PTR *slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), in ggc_free_overhead() local
1034 add_statistics (void **slot, void *b) in add_statistics()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgodump.c135 void **slot; in go_define() local
470 void **slot; in go_undef() local
613 void **slot; in go_append_decl_name() local
707 void **slot; in go_format_type() local
727 void **slot; in go_format_type() local
831 void **slot; in go_format_type() local
980 void **slot; in go_format_type() local
1140 void **slot; in go_output_typedef() local
1174 void **slot; in go_output_typedef() local
1210 void **slot; in go_output_typedef() local
[all …]
H A Drtl-chkp.c41 rtx *slot; in chkp_get_rtl_bounds() local
76 chkp_split_slot (rtx slot, rtx *slot_val, rtx *slot_bnd) in chkp_split_slot()
227 rtx slot = adjust_address (value, Pmode, 0); in chkp_emit_bounds_store() local
249 rtx slot = adjust_address (mem, Pmode, INTVAL (offs)); in chkp_emit_bounds_store() local
271 chkp_copy_bounds_for_stack_parm (rtx slot, rtx value, tree type) in chkp_copy_bounds_for_stack_parm()
H A Dplugin.c172 void **slot; in add_new_plugin() local
257 void **slot; in parse_plugin_arg_opt() local
369 void **slot = htab_find_slot_with_hash (plugin_name_args_tab, name, in register_plugin_info() local
390 const char ***slot; in get_named_event_id() local
750 init_one_plugin (void **slot, void * ARG_UNUSED (info)) in init_one_plugin()
788 finalize_one_plugin (void **slot, void * ARG_UNUSED (info)) in finalize_one_plugin()
826 print_version_one_plugin (void **slot, void *data) in print_version_one_plugin()
855 print_help_one_plugin (void **slot, void *data) in print_help_one_plugin()
H A Dlra-spills.c100 struct slot struct
104 /* Hard reg into which the slot pseudos are spilled. The value is argument
107 /* Maximum alignment required by all users of the slot. */ argument
109 /* Maximum size required by all users of the slot. */ argument
111 /* Memory representing the all stack slot. It can be different from argument
116 /* Combined live ranges of all pseudos belonging to given slot. It argument
123 indexed by the stack slot number in the range [0..slots_num). */ argument
H A Dstatistics.c120 statistics_fini_pass_1 (statistics_counter **slot, in statistics_fini_pass_1()
141 statistics_fini_pass_2 (statistics_counter **slot, in statistics_fini_pass_2()
172 statistics_fini_pass_3 (statistics_counter **slot, in statistics_fini_pass_3()
210 statistics_fini_1 (statistics_counter **slot, opt_pass *pass) in statistics_fini_1()
H A Dgenconstants.c39 print_md_constant (void **slot, void *info ATTRIBUTE_UNUSED) in print_md_constant()
52 print_enum_type (void **slot, void *info ATTRIBUTE_UNUSED) in print_enum_type()
H A Dlto-section-in.c305 renaming_slot_free (void *slot) in renaming_slot_free()
329 void **slot; in lto_record_renamed_decl() local
355 struct lto_renaming_slot *slot; in lto_get_decl_name_mapping() local
398 lto_in_decl_state **slot; in lto_get_function_in_decl_state() local
423 lto_in_decl_state **slot; in lto_free_function_in_decl_state_for_node() local
/dflybsd-src/sys/dev/misc/evdev/
H A Devdev_mt.c114 int slot, slots; in evdev_mt_init() local
173 evdev_mt_send_slot(struct evdev_dev *evdev, int slot, in evdev_mt_send_slot()
198 evdev_mt_push_slot(struct evdev_dev *evdev, int slot, in evdev_mt_push_slot()
324 int i, j, m, n, dx, dy, slot, num_touches; in evdev_mt_match_frame() local
378 union evdev_mt_slot *slot; in evdev_mt_send_frame() local
459 int slot, size = 0; in evdev_mt_replay_events() local
488 evdev_mt_set_last_slot(struct evdev_dev *evdev, int32_t slot) in evdev_mt_set_last_slot()
499 evdev_mt_get_value(struct evdev_dev *evdev, int32_t slot, int16_t code) in evdev_mt_get_value()
509 evdev_mt_set_value(struct evdev_dev *evdev, int32_t slot, int16_t code, in evdev_mt_set_value()
529 int slot; in evdev_mt_id_to_slot() local
[all …]
/dflybsd-src/sys/vfs/ufs/
H A Dufs_dirhash.c105 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; in ufsdirhash_build() local
292 int i, slot; in ufsdirhash_lookup() local
549 int slot; in ufsdirhash_add() local
590 int slot; in ufsdirhash_remove() local
620 int slot; in ufsdirhash_move() local
849 int slot; in ufsdirhash_findslot() local
869 ufsdirhash_delslot(struct dirhash *dh, int slot) in ufsdirhash_delslot()
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-hash.c159 ctf_helem_t **slot; in ctf_hashtab_insert() local
190 ctf_helem_t *slot; in ctf_dynhash_insert() local
224 ctf_helem_t **slot; in ctf_dynhash_lookup() local
241 ctf_hashtab_traverse (void **slot, void *arg_) in ctf_hashtab_traverse()
265 ctf_hashtab_traverse_remove (void **slot, void *arg_) in ctf_hashtab_traverse_remove()
352 ctf_helem_t **slot; in ctf_hash_lookup_type() local
/dflybsd-src/usr.bin/xargs/
H A Dxargs.c740 int slot; in pids_add() local
750 int slot; in pids_remove() local
763 int slot; in findfreeslot() local
773 int slot; in findslot() local
782 clearslot(int slot) in clearslot()
/dflybsd-src/contrib/xz/src/xz/
H A Dutil.c156 check_thousand_sep(uint32_t slot) in check_thousand_sep()
171 uint64_to_str(uint64_t value, uint32_t slot) in uint64_to_str()
189 uint32_t slot) in uint64_to_nicestr()
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/
H A Dgpio_service.c96 uint32_t *slot; in dal_gpio_service_create() local
128 uint32_t *slot; in dal_gpio_service_create() local
172 uint32_t *slot = (*ptr)->busyness[index_of_id]; in dal_gpio_service_destroy() local
197 const uint32_t *slot = service->busyness[id] + (en / bits_per_uint); in is_pin_busy() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dallocsa.c80 size_t slot; in mallocsa() local
121 size_t slot = (unsigned long) p % HASH_TABLE_SIZE; in freesa() local
/dflybsd-src/contrib/mdocml/
H A Dmandoc_xr.c42 unsigned int slot; in mandoc_xr_clear() local
70 unsigned int slot; in mandoc_xr_add() local

12345678910>>...17