Home
last modified time | relevance | path

Searched refs:nout (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_vport.c1151 int nout; in mlx5_query_hca_vport_gid() local
1161 nout = tbsz; in mlx5_query_hca_vport_gid()
1163 nout = 1; in mlx5_query_hca_vport_gid()
1165 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
1217 int nout; in mlx5_query_hca_vport_pkey() local
1229 nout = tbsz; in mlx5_query_hca_vport_pkey()
1231 nout = 1; in mlx5_query_hca_vport_pkey()
1233 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
1260 for (i = 0; i < nout; i++, pkey++, in mlx5_query_hca_vport_pkey()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDstrstream.cpp128 ptrdiff_t nout = pptr() - pbase(); in overflow() local
137 __pbump(nout); in overflow()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_refclock.c822 size_t nret, nout; in refclock_fdwrite() local
825 nout = (INT_MAX > len) ? len : INT_MAX; in refclock_fdwrite()
827 nret = (size_t)async_write(fd, buf, (unsigned int)nout); in refclock_fdwrite()
829 nret = (size_t)write(fd, buf, nout); in refclock_fdwrite()
/freebsd-14-stable/contrib/ntp/
HDCommitLog37689 Avoid syslog clutter when driver has init problems but is nout used later on.
37694 Avoid syslog clutter when driver has init problems but is nout used later on.
37699 Avoid syslog clutter when driver has init problems but is nout used later on.