Home
last modified time | relevance | path

Searched defs:fct (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dcdefs.h57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument
58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument
63 # define __NTH(fct) __LEAF_ATTR fct throw () argument
64 # define __NTHNL(fct) fct throw () argument
68 # define __NTH(fct) fct argument
69 # define __NTHNL(fct) fct argument
84 # define __NTH(fct) fct argument
/dflybsd-src/sys/bus/pccard/
H A Dpccard_cis.c100 pccard_scan_cis(device_t dev, pccard_scan_t fct, void *arg) in pccard_scan_cis()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_table.c77 #define RVTEST(fct) do { \ argument
/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_cam.c4925 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; in mpt_scsi_tgt_atio() local
/dflybsd-src/contrib/grep/src/
H A Dgrep.c328 void (*fct) (void); member
/dflybsd-src/sys/dev/disk/isp/
H A Disp_freebsd.c567 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; in ispioctl() local