Home
last modified time | relevance | path

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

/freebsd-src/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.c854 ktrsyscall_freebsd(struct ktr_syscall * ktr,register_t ** resip,int * resnarg,char * resc,u_int sv_flags) ktrsyscall_freebsd() argument
/freebsd-src/contrib/ntp/sntp/
H A Dkod_management.c27 register int a, b, resc = 0; in search_entry() local
/freebsd-src/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