Home
last modified time | relevance | path

Searched refs:n_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c2786 caddr_t n_end; member
2800 native->n_end = buf + buflen; in nvs_native_create()
2806 native->n_curr = native->n_base = native->n_end = NULL; in nvs_native_create()
2825 if (native->n_curr + size > native->n_end) in native_cp()
2901 if (native->n_curr + sizeof (int) > native->n_end) in nvs_native_nvl_fini()
3093 if (native->n_curr + sizeof (int32_t) > native->n_end) in nvs_native_nvpair()
3099 decode_len > native->n_end - native->n_curr) in nvs_native_nvpair()
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c10673 u32 i, n_begin, n_end, array_idx, cnt = 0; in _show_fbtc_step_v3() local
10695 n_end = le32_to_cpu(pstep->cnt); in _show_fbtc_step_v3()
10697 if (n_begin > n_end) in _show_fbtc_step_v3()
10701 for (i = n_begin; i <= n_end; i++) { in _show_fbtc_step_v3()