Searched refs:fct (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/tools/build/
H A Dcheck-links.sh91 for fct in ${lib_symbols}; do
93 *\ ${fct}\ *) foundone="${fct}" && break ;;
/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h161 pccard_cis_scan(device_t dev, pccard_scan_t fct, void *arg) argument
163 return (CARD_CIS_SCAN(device_get_parent(dev), dev, fct, arg));
H A Dpccard_cis.c115 pccard_scan_cis(device_t bus, device_t dev, pccard_scan_t fct, void *arg) argument
197 if ((*fct)(&tuple, arg)) {
207 if ((*fct)(&tuple, arg)) {
220 if ((*fct)(&tuple, arg)) {
240 if ((*fct)(&tuple, arg)) {
248 if ((*fct)(&tuple, arg)) {
379 if ((*fct)(&tuple, arg)) {
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c117 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form);
2049 | int (* const fct) (FORM *),
2059 Vertical_Scrolling(int (*const fct) (FORM *), FORM *form)
2065 res = fct(form);
2229 | int (* const fct) (FORM *),
2238 Horizontal_Scrolling(int (*const fct) (FORM *), FORM *form)
2241 return fct(form);
2559 | int (* const fct) (FORM *),
2571 Field_Editing(int (*const fct) (FORM *), FORM *form)
2581 if ((fct
4421 Generic_Method fct = Generic_Methods[method]; local
4627 Generic_Method fct = Generic_Methods[method]; local
[all...]
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c287 hash_t fct = HASH_UNKNOWN; local
309 fct = HASH_SHA256;
311 if (fct == HASH_UNKNOWN) {
317 f->type = fct;
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_table.c81 #define RVTEST(fct) do { \
84 (fct)) { \
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c1307 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req_a64\n",
1698 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req\n",
4828 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; local
4874 fct = MPT_QUERY_TASK_SET;
4877 fct = MPT_ABORT_TASK_SET;
4880 fct = MPT_CLEAR_TASK_SET;
4883 fct = MPT_QUERY_ASYNC_EVENT;
4886 fct = MPT_LOGICAL_UNIT_RESET;
4889 fct = MPT_TARGET_RESET;
4892 fct
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.c493 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; local
501 chan = fct->chan;
508 nphdl = fct->loopid;
532 tmf.tmf_lun[1] = fct->lun & 0xff;
533 if (fct->lun >= 256) {
534 tmf.tmf_lun[0] = 0x40 | (fct->lun >> 8);
536 switch (fct->action) {
/freebsd-13-stable/contrib/sendmail/src/
H A Dsendmail.h2317 #define CHK_CUR_RUNNERS(fct, idx, count) \
2325 fct, CurRunners, idx, count); \

Completed in 186 milliseconds