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

/freebsd-9.3-release/sys/dev/pccard/
H A Dpccardvar.h154 pccard_cis_scan(device_t dev, pccard_scan_t fct, void *arg) argument
156 return (CARD_CIS_SCAN(device_get_parent(dev), dev, fct, arg));
H A Dpccard_cis.c113 pccard_scan_cis(device_t bus, device_t dev, pccard_scan_t fct, void *arg) argument
195 if ((*fct)(&tuple, arg)) {
205 if ((*fct)(&tuple, arg)) {
218 if ((*fct)(&tuple, arg)) {
238 if ((*fct)(&tuple, arg)) {
246 if ((*fct)(&tuple, arg)) {
377 if ((*fct)(&tuple, arg)) {
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_driver.c116 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form);
1941 | int (* const fct) (FORM *),
1951 Vertical_Scrolling(int (*const fct) (FORM *), FORM *form)
1957 res = fct(form);
2121 | int (* const fct) (FORM *),
2130 Horizontal_Scrolling(int (*const fct) (FORM *), FORM *form)
2133 return fct(form);
2451 | int (* const fct) (FORM *),
2463 Field_Editing(int (*const fct) (FORM *), FORM *form)
2473 if ((fct
4185 Generic_Method fct = Generic_Methods[method]; local
[all...]
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h108 unsigned char fct; /* rw */ member in struct:dmac_channel
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c275 hash_t fct = HASH_UNKNOWN; local
297 fct = HASH_SHA256;
299 if (fct == HASH_UNKNOWN) {
305 f->type = fct;
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_table.c79 #define RVTEST(fct) do { \
82 (fct)) { \
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c1299 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req_a64\n",
1701 mpt_prt(mpt, "bad fct 0x%x in mpt_execute_req\n",
4829 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; local
4865 fct = MPT_ABORT_TASK_SET;
4868 fct = MPT_CLEAR_TASK_SET;
4871 fct = MPT_TARGET_RESET;
4874 fct = MPT_CLEAR_ACA;
4877 fct = MPT_TERMINATE_TASK;
4946 } else if (fct == MPT_NIL_TMT_VALUE) {
5017 if (fct !
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c569 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; local
577 chan = fct->chan;
584 loopid = fct->loopid;
616 tmf->tmf_lun[1] = fct->lun & 0xff;
617 if (fct->lun >= 256) {
618 tmf->tmf_lun[0] = 0x40 | (fct->lun >> 8);
620 switch (fct->action) {
682 switch (fct->action) {
686 mbs.param[2] = fct->lun;
696 mbs.param[2] = fct
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsendmail.h2254 #define CHK_CUR_RUNNERS(fct, idx, count) \
2262 fct, CurRunners, idx, count); \

Completed in 217 milliseconds