Home
last modified time | relevance | path

Searched refs:ets (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/objects/
Dobjects.txt257 id-smime-mod 5 : id-smime-mod-ets-eSignature-88
258 id-smime-mod 6 : id-smime-mod-ets-eSignature-97
259 id-smime-mod 7 : id-smime-mod-ets-eSigPolicy-88
260 id-smime-mod 8 : id-smime-mod-ets-eSigPolicy-97
294 id-smime-aa 15 : id-smime-aa-ets-sigPolicyId
295 id-smime-aa 16 : id-smime-aa-ets-commitmentType
296 id-smime-aa 17 : id-smime-aa-ets-signerLocation
297 id-smime-aa 18 : id-smime-aa-ets-signerAttr
298 id-smime-aa 19 : id-smime-aa-ets-otherSigCert
299 id-smime-aa 20 : id-smime-aa-ets-contentTimestamp
[all …]
/freebsd-12-stable/sys/kern/
Duipc_mqueue.c2268 struct timespec *abs_timeout, ets; in sys_kmq_timedreceive() local
2277 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedreceive()
2280 abs_timeout = &ets; in sys_kmq_timedreceive()
2296 struct timespec *abs_timeout, ets; in sys_kmq_timedsend() local
2304 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedsend()
2307 abs_timeout = &ets; in sys_kmq_timedsend()
2791 struct timespec *abs_timeout, ets; in freebsd32_kmq_timedsend() local
2803 CP(ets32, ets, tv_sec); in freebsd32_kmq_timedsend()
2804 CP(ets32, ets, tv_nsec); in freebsd32_kmq_timedsend()
2805 abs_timeout = &ets; in freebsd32_kmq_timedsend()
[all …]
Dkern_sig.c1254 struct timespec rts, ets, ts; in kern_sigtimedwait() local
1260 ets.tv_sec = 0; in kern_sigtimedwait()
1261 ets.tv_nsec = 0; in kern_sigtimedwait()
1268 timespecadd(&rts, timeout, &ets); in kern_sigtimedwait()
1304 if (timespeccmp(&rts, &ets, >=)) { in kern_sigtimedwait()
1308 timespecsub(&ets, &rts, &ts); in kern_sigtimedwait()
/freebsd-12-stable/sys/dev/bxe/
Dbxe_dcb.h74 struct bxe_dcbx_pg_params ets; member
84 (sc)->dcbx_port_params.ets.enabled)
Decore_hsi.h2318 struct dcbx_ets_feature ets; member
/freebsd-12-stable/sys/dev/qlxge/
Dqls_dump.h254 uint32_t ets[8+2]; member
Dqls_dump.c1920 (sizeof(qls_mpid_seg_hdr_t) + sizeof(mpi_dump->ets)), in qls_mpi_core_dump()
1923 ret = qls_get_ets_regs(ha, &mpi_dump->ets[0]); in qls_mpi_core_dump()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.c433 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in ecore_dcbx_process_mib_info()
700 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_local_params()
713 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_remote_params()
791 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_operational_params()
1353 ecore_dcbx_set_ets_data(p_hwfn, &local_admin->features.ets, in ecore_dcbx_set_local_params()
Dmcp_public.h378 struct dcbx_ets_feature ets; member
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_port.c843 if (!MLX5_CAP_GEN(mdev, ets)) in mlx5_query_port_qetcr_reg()
864 if (!MLX5_CAP_GEN(mdev, ets)) in mlx5_set_port_qetcr_reg()
/freebsd-12-stable/sys/dev/ice/
Dice_lib.c172 struct ice_dcb_ets_cfg *ets);
9409 ice_sbuf_print_ets_cfg(struct sbuf *sbuf, const char *name, struct ice_dcb_ets_cfg *ets) in ice_sbuf_print_ets_cfg() argument
9411 sbuf_printf(sbuf, "%s.willing: %u\n", name, ets->willing); in ice_sbuf_print_ets_cfg()
9412 sbuf_printf(sbuf, "%s.cbs: %u\n", name, ets->cbs); in ice_sbuf_print_ets_cfg()
9413 sbuf_printf(sbuf, "%s.maxtcs: %u\n", name, ets->maxtcs); in ice_sbuf_print_ets_cfg()
9417 sbuf_printf(sbuf, " %d", ets->prio_table[i]); in ice_sbuf_print_ets_cfg()
9422 sbuf_printf(sbuf, " %d", ets->tcbwtable[i]); in ice_sbuf_print_ets_cfg()
9427 sbuf_printf(sbuf, " %d", ets->tsatable[i]); in ice_sbuf_print_ets_cfg()
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
Den.h629 struct ieee_ets ets; member
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_ethtool.c296 if (!MLX5_CAP_GEN(priv->mdev, ets)) { in mlx5e_get_prio_tc()
/freebsd-12-stable/share/examples/ipfilter/
Dipf-howto.txt517 ets just like inbound, it's up to us to find a conceivable
1243 ets that may or may not have the URG, PSH, FIN, or
/freebsd-12-stable/sys/dev/mlx5/
Dmlx5_ifc.h1084 u8 ets[0x1]; member