| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | sar.c | 152 cfg_mac = fct > fct_mac ? in rtw89_txpwr_sar_to_mac() 153 cfg >> (fct - fct_mac) : cfg << (fct_mac - fct); in rtw89_txpwr_sar_to_mac() 167 u8 fct; in rtw89_query_sar() local 178 fct = sar_hdl->txpwr_factor_sar; in rtw89_query_sar() 180 return rtw89_txpwr_sar_to_mac(rtwdev, fct, cfg); in rtw89_query_sar() 191 u8 fct; in rtw89_print_sar() local 210 fct = sar_hdl->txpwr_factor_sar; in rtw89_print_sar() 212 seq_printf(m, "config: %d (unit: 1/%lu dBm)\n", cfg, BIT(fct)); in rtw89_print_sar() 269 u8 fct; in rtw89_ops_set_sar_specs() local 278 fct = rtw89_sar_handlers[RTW89_SAR_SOURCE_COMMON].txpwr_factor_sar; in rtw89_ops_set_sar_specs() [all …]
|
| H A D | debug.c | 554 u8 fct = rtwdev->chip->txpwr_factor_mac; in __print_txpwr_map() local 580 buf[cur + i] = tmp >> fct; in __print_txpwr_map()
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | sar.c | 41 static s8 rtw_sar_to_phy(struct rtw_dev *rtwdev, u8 fct, s32 sar, in rtw_sar_to_phy() argument 50 tmp = fct > txgi ? sar >> (fct - txgi) : sar << (txgi - fct); in rtw_sar_to_phy()
|
| /freebsd-14.2/tools/build/ |
| H A D | check-links.sh | 90 for fct in ${lib_symbols}; do 92 *\ ${fct}\ *) foundone="${fct}" && break ;;
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | frm_driver.c | 2069 res = fct(form); in Vertical_Scrolling() 2245 return fct(form); in Horizontal_Scrolling() 2594 if (fct == FE_New_Line) in Field_Editing() 2603 res = fct(form); in Field_Editing() 2610 res = fct(form); in Field_Editing() 3633 res = fct(form); in Inter_Field_Navigation() 3977 res = fct(form); in Page_Navigation() 4428 if (fct) in form_driver() 4430 res = fct(BI->cmd, form); in form_driver() 4633 if (fct) in form_driver_w() [all …]
|
| /freebsd-14.2/sys/dev/pccard/ |
| H A D | pccardvar.h | 160 pccard_cis_scan(device_t dev, pccard_scan_t fct, void *arg) in pccard_cis_scan() argument 162 return (CARD_CIS_SCAN(device_get_parent(dev), dev, fct, arg)); in pccard_cis_scan()
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | pkg.c | 286 hash_t fct = HASH_UNKNOWN; in parse_fingerprint() local 308 fct = HASH_SHA256; in parse_fingerprint() 310 if (fct == HASH_UNKNOWN) { in parse_fingerprint() 316 f->type = fct; in parse_fingerprint()
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt_cam.c | 4827 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; in mpt_scsi_tgt_atio() local 4873 fct = MPT_QUERY_TASK_SET; in mpt_scsi_tgt_atio() 4876 fct = MPT_ABORT_TASK_SET; in mpt_scsi_tgt_atio() 4879 fct = MPT_CLEAR_TASK_SET; in mpt_scsi_tgt_atio() 4882 fct = MPT_QUERY_ASYNC_EVENT; in mpt_scsi_tgt_atio() 4885 fct = MPT_LOGICAL_UNIT_RESET; in mpt_scsi_tgt_atio() 4888 fct = MPT_TARGET_RESET; in mpt_scsi_tgt_atio() 4891 fct = MPT_CLEAR_ACA; in mpt_scsi_tgt_atio() 4946 } else if (fct == MPT_NIL_TMT_VALUE) { in mpt_scsi_tgt_atio() 5015 if (fct != MPT_NIL_TMT_VALUE) { in mpt_scsi_tgt_atio() [all …]
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_table.c | 79 #define RVTEST(fct) do { \ argument 82 (fct)) { \
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_freebsd.c | 500 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; in ispioctl() local 508 chan = fct->chan; in ispioctl() 515 nphdl = fct->loopid; in ispioctl() 539 tmf.tmf_lun[1] = fct->lun & 0xff; in ispioctl() 540 if (fct->lun >= 256) { in ispioctl() 541 tmf.tmf_lun[0] = 0x40 | (fct->lun >> 8); in ispioctl() 543 switch (fct->action) { in ispioctl()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | tls.c | 72 # define MTA_SSL_ERR_get(f, l, d, fl, fct) ERR_get_error_all(f, l, fct, d, fl) argument 74 # define MTA_SSL_ERR_get(f, l, d, fl, fct) ERR_get_error_line_data(f, l, d, fl)
|
| H A D | sendmail.h | 2464 #define CHK_CUR_RUNNERS(fct, idx, count) \ argument 2472 fct, CurRunners, idx, count); \
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | CREDITS | 339 Toshihiro Kanda <candy at fct dot kgc dot co dot jp>
|