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

/freebsd-12-stable/tools/build/
H A Dcheck-links.sh91 for fct in ${lib_symbols}; do
93 *\ ${fct}\ *) foundone="${fct}" && break ;;
/freebsd-12-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-12-stable/contrib/ncurses/form/
H A Dfrm_driver.c116 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form);
1983 | int (* const fct) (FORM *),
1993 Vertical_Scrolling(int (*const fct) (FORM *), FORM *form)
1999 res = fct(form);
2163 | int (* const fct) (FORM *),
2172 Horizontal_Scrolling(int (*const fct) (FORM *), FORM *form)
2175 return fct(form);
2493 | int (* const fct) (FORM *),
2505 Field_Editing(int (*const fct) (FORM *), FORM *form)
2515 if ((fct
4347 Generic_Method fct = Generic_Methods[method]; local
4553 Generic_Method fct = Generic_Methods[method]; local
[all...]
/freebsd-12-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-12-stable/sbin/pfctl/
H A Dpfctl_table.c81 #define RVTEST(fct) do { \
84 (fct)) { \
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c531 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; local
539 chan = fct->chan;
546 nphdl = fct->loopid;
577 tmf.tmf_lun[1] = fct->lun & 0xff;
578 if (fct->lun >= 256) {
579 tmf.tmf_lun[0] = 0x40 | (fct->lun >> 8);
581 switch (fct->action) {
660 switch (fct->action) {
664 mbs.param[2] = fct->lun;
674 mbs.param[2] = fct
[all...]
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_cam.c1308 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req_a64\n",
1700 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req\n",
4838 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; local
4884 fct = MPT_QUERY_TASK_SET;
4887 fct = MPT_ABORT_TASK_SET;
4890 fct = MPT_CLEAR_TASK_SET;
4893 fct = MPT_QUERY_ASYNC_EVENT;
4896 fct = MPT_LOGICAL_UNIT_RESET;
4899 fct = MPT_TARGET_RESET;
4902 fct
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dsendmail.h2317 #define CHK_CUR_RUNNERS(fct, idx, count) \
2325 fct, CurRunners, idx, count); \

Completed in 121 milliseconds