Home
last modified time | relevance | path

Searched defs:resc (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/kdump/
H A Dlinux.c66 int *resnarg, char *resc) in ktrsyscall_linux()
289 int *resnarg, char *resc) in ktrsyscall_linux32()
H A Dkdump.c867 int *resnarg, char *resc, u_int sv_flags) in ktrsyscall_freebsd()
/freebsd/contrib/mandoc/
H A Droff_escape.c67 int *resc, int *rnam, int *rarg, int *rendarg, int *rend) in roff_escape()
/freebsd/contrib/ntp/sntp/
H A Dkod_management.c27 register int a, b, resc = 0; in search_entry() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h461 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument
462 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument
463 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument
465 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
H A Decore_vfpf_if.h257 } resc; member
H A Decore_sriov.c1755 struct pf_vf_resc *resc = &resp->resc; in ecore_iov_vf_mbx_acquire() local