Searched refs:cpv (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dbridgestp.c755 struct bstp_pri_vector *cpv)
757 if (cpv->pv_root_id < pv->pv_root_id)
759 if (cpv->pv_root_id > pv->pv_root_id)
762 if (cpv->pv_cost < pv->pv_cost)
764 if (cpv->pv_cost > pv->pv_cost)
767 if (cpv->pv_dbridge_id < pv->pv_dbridge_id)
769 if (cpv->pv_dbridge_id > pv->pv_dbridge_id)
772 if (cpv->pv_dport_id < pv->pv_dport_id)
774 if (cpv->pv_dport_id > pv->pv_dport_id)
788 struct bstp_pri_vector *cpv)
754 bstp_info_cmp(struct bstp_pri_vector *pv, struct bstp_pri_vector *cpv) argument
787 bstp_info_superior(struct bstp_pri_vector *pv, struct bstp_pri_vector *cpv) argument
[all...]
/freebsd-12-stable/contrib/jemalloc/src/
H A Dstats.c827 const char *cpv; local
841 CTL_GET("version", &cpv, const char *);
842 emitter_kv(emitter, "version", "Version", emitter_type_string, &cpv);
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string)

Completed in 103 milliseconds