/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 52 static struct target *target; variable 309 uint64_t tmp; variable 353 uint64_t tmp; variable 374 uint64_t tmp; variable 390 uint64_t tmp; variable
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 61 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value() 92 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2() 284 ck_pr_faa_ptr(void *target, uintptr_t delta) in ck_pr_faa_ptr() 286 uintptr_t previous, r, tmp; in ck_pr_faa_ptr() local 304 ck_pr_faa_64(uint64_t *target, uint64_t delta) in ck_pr_faa_64() 306 uint64_t previous, r, tmp; in ck_pr_faa_64() local
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | rename_c.c | 41 krb5_principal target) in kadm5_c_rename_principal() 47 int32_t tmp; in kadm5_c_rename_principal() local
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 299 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_value() 301 void *previous, *tmp; in ck_pr_cas_ptr_value() local 320 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr() 322 void *previous, *tmp; in ck_pr_cas_ptr() local 512 ck_pr_faa_ptr(void *target, uintptr_t delta) in ck_pr_faa_ptr() 514 uintptr_t previous, r, tmp; in ck_pr_faa_ptr() local
|
/freebsd/contrib/dialog/ |
H A D | editbox.c | 211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() 278 #define Scroll_To(target) scroll_to(pagesize, listsize, &base_row, &thisrow, target) argument 279 #define SCROLL_TO(target) show_all = Scroll_To(target) argument 601 char *tmp = dlg_malloc(char, len); in dlg_editbox() local 686 char *tmp = dlg_strclone(THIS_ROW + split); in dlg_editbox() local
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 274 uint16_t tmp; in bwn_nphy_rf_ctl_override_one_to_many() local 401 uint16_t reg, tmp, tmp2, val; in bwn_nphy_rf_ctl_intc_override_rev7() local 472 uint16_t reg, tmp, val; in bwn_nphy_rf_ctl_intc_override() local 597 uint16_t tmp; in bwn_nphy_classifier() local 667 int16_t tmp; in bwn_nphy_adjust_lna_gain_table() local 917 uint16_t tmp; in bwn_radio_2057_rcal() local 1018 uint16_t tmp; in bwn_radio_2057_rccal() local 1408 uint16_t mast2, tmp; in bwn_radio_2056_rcal() local 1701 uint32_t tmp; in bwn_nphy_run_samples() local 1779 uint16_t tmp; in bwn_nphy_scale_offset_rssi() local [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 211 decode_attr(char *source, attr_t *target, int *color) in decode_attr() 267 decode_char(char *source, int *target) in decode_char() 324 decode_chtype(char *source, chtype fillin, chtype *target) in decode_chtype() 340 decode_cchar(char *source, cchar_t *fillin, cchar_t *target) in decode_cchar() 442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) in read_row() 483 read_block(void *target, size_t length, FILE *fp) in read_block() 503 WINDOW tmp, *nwin; in NCURSES_SP_NAME() local 655 encode_attr(char *target, ARG_SLIMIT(limit) in encode_attr() 701 encode_cell(char *target, ARG_SLIMIT(limit) CARG_CH_T source, CARG_CH_T previous) in encode_cell() 945 replace_window(WINDOW *target, FILE *source) in replace_window()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | util.c | 9 bool check_hw_ready(struct rtw_dev *rtwdev, u32 addr, u32 mask, u32 target) in check_hw_ready() 138 struct rtw_stas_entry *sta_entry, *tmp; in rtw_iterate_stas() local 187 struct rtw_vifs_entry *vif_entry, *tmp; in rtw_iterate_vifs() local
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 141 Elf_Addr tmp; in reloc_nonplt_object() local 381 Elf_Addr target; in reloc_jmpslots() local 432 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
|
/freebsd/sys/netlink/ |
H A D | netlink_snl.h | 458 const struct snl_attr_parser *ps, int pslen, void *target) in snl_parse_attrs_raw() 478 const struct snl_attr_parser *ps, int pslen, void *target) in snl_parse_attrs() 489 const struct snl_field_parser *ps, int pslen, void *target) in snl_parse_fields() 502 const struct snl_hdr_parser *parser, void *target) in snl_parse_header() 522 const struct snl_hdr_parser *parser, void *target) in snl_parse_nlmsg() 529 void *target) in snl_attr_get_flag() 540 void *target) in snl_attr_get_bytes() 552 const void *arg __unused, void *target) in snl_attr_get_bool() 563 const void *arg __unused, void *target) in snl_attr_get_uint8() 574 const void *arg __unused, void *target) in snl_attr_get_uint16() [all …]
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 468 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used() 480 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail() 541 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, __enum_uint8(vtype) type, in tmpfs_alloc_node() 543 const char *target, dev_t rdev, struct tmpfs_node **node) in tmpfs_alloc_node() 693 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node() 707 tmpfs_free_node_locked(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_free_node_locked() 867 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() 897 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent() 1167 struct componentname *cnp, const char *target) in tmpfs_alloc_file() 1171 struct tmpfs_mount *tmp; in tmpfs_alloc_file() local [all …]
|
H A D | tmpfs_vnops.c | 742 struct tmpfs_mount *tmp; in tmpfs_remove() local 976 struct tmpfs_mount *tmp; in tmpfs_rename() local 1326 struct tmpfs_mount *tmp; in tmpfs_rmdir() local 1422 const char *target = v->a_target; in tmpfs_symlink() local 1580 struct tmpfs_mount *tmp; in tmpfs_reclaim() local 1888 tmpfs_extattr_update_mem(struct tmpfs_mount *tmp, ssize_t size) in tmpfs_extattr_update_mem() 1909 struct tmpfs_mount *tmp; in tmpfs_deleteextattr() local 2024 struct tmpfs_mount *tmp; in tmpfs_setextattr() local
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 147 char tmp[MAX_PATH + 1]; in ucl_realpath() local 255 ucl_object_t *tmp, *sub; local 523 struct ucl_parser_special_handler_chain *chain, *tmp; local 998 const char *target; member 1780 const char *target, *prefix; local 1781 char *load_file, *tmp; local 1937 ucl_object_t *target, *copy; local 2389 ucl_object_t *found, *tmp; local 3404 ucl_object_todouble_safe (const ucl_object_t *obj, double *target) 3434 ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target) [all …]
|
/freebsd/crypto/openssh/ |
H A D | serverloop.c | 396 char *target = NULL, *originator = NULL; in server_request_direct_tcpip() local 444 char *target = NULL, *originator = NULL; in server_request_direct_streamlocal() local 489 char *tmp, *ifname = NULL; in server_request_tun() local
|
H A D | scp.c | 770 char **tmp; in append() local 1341 char *target = NULL, *filename = NULL, *abs_dst = NULL; in source_sftp() local 1558 char *filename, *tmp = NULL; in sink_sftp() local 1994 char *target = NULL, *filename = NULL, *abs_dst = NULL; local 1995 char *abs_src = NULL, *tmp = NULL; local
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 77 char *target; in unionfs_domount() local 78 char *tmp; in unionfs_domount() local
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 195 const uint64_t *tmp; in pf_nvuint_8_array() local 212 const uint64_t *tmp; in pf_nvuint_16_array() local 229 const uint64_t *tmp; in pf_nvuint_32_array() local 245 const uint64_t *tmp; in pf_nvuint_64_array() local 306 const void *arg __unused, void *target) in snl_attr_get_counters() 336 const void *arg, void *target) in snl_attr_get_uint64_element() 360 const void *arg, void *target) in snl_attr_get_uint64_array() 540 struct pfctl_status_counter *c, *tmp; in pfctl_free_status() local 1481 const void *arg __unused, void *target) in snl_attr_get_pf_rule_labels() 1506 const void *arg __unused, void *target) in snl_attr_get_nested_pf_rule_labels() [all …]
|
/freebsd/contrib/pf/authpf/ |
H A D | authpf.c | 588 char tmp[MAXPATHLEN]; in check_luser() local 891 struct pf_addr target; in authpf_kill_states() local
|
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 239 uint32_t tmp; in rt2860_attach() local 819 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); in rt2860_updatestats() local 874 uint32_t tmp; in rt2860_ampdu_rx_start() local 889 uint32_t tmp; in rt2860_ampdu_rx_stop() local 904 uint32_t tmp; in rt2860_newstate() local 961 uint32_t tmp; in rt3090_efuse_read_2() local 1003 uint32_t tmp; in rt2860_eeprom_read_2() local 1064 uint32_t tmp; in rt2860_intr_coherent() local 2085 uint32_t tmp; in rt2860_rf_write() local 2107 uint32_t tmp; in rt3090_rf_read() local [all …]
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_mutex.c | 533 long tmp = 0; in high_prio() local 565 long tmp = 0; in low_prio() local 649 int protocol, target; in ATF_TC_BODY() local
|
/freebsd/lib/libc/nameser/ |
H A D | ns_print.c | 116 char tmp[100]; in ns_sprintrrf() local 583 char base64_cert[8192], tmp[40]; in ns_sprintrrf() local 1230 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { in addtab()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_run.c | 1222 uint32_t tmp; in run_load_microcode() local 1352 uint32_t tmp; in run_read() local 1460 uint32_t tmp; in run_efuse_read() local 1515 uint16_t tmp; in run_eeprom_read_2() local 1543 uint32_t tmp; in run_rt2870_rf_write() local 1561 uint32_t tmp; in run_rt3070_rf_read() local 1593 uint32_t tmp; in run_rt3070_rf_write() local 1612 uint32_t tmp; in run_bbp_read() local 1644 uint32_t tmp; in run_bbp_write() local 1666 uint32_t tmp; in run_mcu_cmd() local [all …]
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.cc | 378 char *tmp; in parse() local 929 const struct target *target = kv.second.get(); in isns_register_request() local 1088 port::port(struct target *target) : in port() 1100 portal_group_port::portal_group_port(struct target *target, in portal_group_port() 1107 portal_group_port::portal_group_port(struct target *target, in portal_group_port() 1129 conf::add_port(struct target *target, struct portal_group *pg, auth_group_sp ag) in add_port() 1144 conf::add_port(struct target *target, struct portal_group *pg, in add_port() 1160 conf::add_port(struct target *target, struct pport *pp) in add_port() 1176 conf::add_port(struct kports &kports, struct target *target, int pp, int vp) in add_port() 1240 target::target(struct conf *conf, const char *keyword, std::string_view name) : in target() function in target
|
/freebsd/sys/arm64/arm64/ |
H A D | gicv3_its.c | 394 uint64_t reg, tmp; in gicv3_its_cmdq_init() local 440 uint64_t reg, tmp; in gicv3_its_table_page_size() local 505 uint64_t cache, reg, share, tmp, type; in gicv3_its_table_init() local 782 uint64_t xbaser, tmp, size; in its_init_cpu_lpi() local 886 vm_paddr_t target; in its_init_cpu() local 1830 cmd_format_target(struct its_cmd *cmd, uint64_t target) in cmd_format_target() 1971 uint64_t target; in its_cmd_prepare() local 2056 uint64_t target, cwriter; in its_cmd_send() local
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 1228 char *tmp = _nc_tic_expand(boxchars, in fmt_entry() local 1348 kill_labels(TERMTYPE2 *tterm, int target) in kill_labels() 1375 kill_fkeys(TERMTYPE2 *tterm, int target) in kill_fkeys() 1447 encode_b64(char *target, char *source, unsigned state, int *saved) in encode_b64() 1788 unsigned target; in repair_acsc() local
|