Searched refs:resc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/sntp/ |
H A D | kod_management.c | 27 register int a, b, resc = 0; in search_entry() local 31 resc++; in search_entry() 33 if (!resc) { in search_entry() 38 *dst = eallocarray(resc, sizeof(**dst)); in search_entry() 47 return resc; in search_entry()
|
/freebsd/usr.bin/kdump/ |
H A D | linux.c | 66 int *resnarg, char *resc) in ktrsyscall_linux() argument 74 c = *resc; in ktrsyscall_linux() 281 *resc = c; in ktrsyscall_linux() 289 int *resnarg, char *resc) in ktrsyscall_linux32() argument 297 c = *resc; in ktrsyscall_linux32() 483 *resc = c; in ktrsyscall_linux32()
|
H A D | kdump.h | 88 int *resnarg, char *resc); 91 int *resnarg, char *resc);
|
H A D | kdump.c | 120 int *resnarg, char *resc, u_int sv_flags); 867 int *resnarg, char *resc, u_int sv_flags) in ktrsyscall_freebsd() argument 875 char c = *resc; in ktrsyscall_freebsd() 1617 *resc = c; in ktrsyscall_freebsd()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore.h | 461 #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 464 RESC_NUM(_p_hwfn, resc)) 465 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
|
H A D | ecore_vf.c | 393 &resp->resc); in ecore_vf_pf_acquire() 450 resp->resc.num_cids = resp->resc.num_rxqs + in ecore_vf_pf_acquire() 451 resp->resc.num_txqs; in ecore_vf_pf_acquire() 454 rc = OSAL_VF_UPDATE_ACQUIRE_RESC_RESP(p_hwfn, &resp->resc); in ecore_vf_pf_acquire() 858 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in ecore_vf_pf_rxq_start() 998 u8 cid = p_iov->acquire_resp.resc.cid[qid]; in ecore_vf_pf_txq_start() 1133 for (i = 0; i < p_hwfn->vf_iov_info->acquire_resp.resc.num_sbs; i++) { in ecore_vf_pf_vport_start() 1694 return p_iov->acquire_resp.resc.hw_sbs[sb_id].hw_sb_id; in ecore_vf_get_igu_sb_id() 1813 *num_rxqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_rxqs; in ecore_vf_get_num_rxqs() 1819 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs; in ecore_vf_get_num_txqs() [all …]
|
H A D | ecore_vfpf_if.h | 257 } resc; member
|
H A D | ecore_sriov.c | 1755 struct pf_vf_resc *resc = &resp->resc; in ecore_iov_vf_mbx_acquire() local 1877 &req->resc_request, resc); in ecore_iov_vf_mbx_acquire() 1901 (unsigned long long)resp->pfdev_info.capabilities, resc->num_rxqs, in ecore_iov_vf_mbx_acquire() 1902 resc->num_txqs, resc->num_sbs, resc->num_mac_filters, in ecore_iov_vf_mbx_acquire() 1903 resc->num_vlan_filters); in ecore_iov_vf_mbx_acquire()
|
/freebsd/contrib/mandoc/ |
H A D | roff_escape.c | 67 int *resc, int *rnam, int *rarg, int *rendarg, int *rend) in roff_escape() argument 378 if (resc == NULL && argl == 2 && in roff_escape() 508 if (resc != NULL) in roff_escape() 509 *resc = iesc; in roff_escape()
|