Searched refs:replen (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libnetgraph/ |
H A D | msg.c | 261 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() argument 269 len = recvfrom(cs, rep, replen, 0, (struct sockaddr *) sg, &sglen); in NgRecvMsg() 317 NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path) in NgRecvAsciiMsg() argument 324 bufSize = 2 * sizeof(*reply) + replen; in NgRecvAsciiMsg() 343 if (sizeof(*ascii) + ascii->header.arglen > replen) { in NgRecvAsciiMsg()
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 343 uint16_t replen = 2 + len; local 344 uint8_t cmd[4] = { cmdreg[0], cmdreg[1], replen & 0xFF, replen >> 8 }; 521 uint16_t replen = 2 + len; local 529 (id >= 15 ? dtareg[1] : replen & 0xff ), 530 (id >= 15 ? replen & 0xff : replen >> 8 ), 531 (id >= 15 ? replen >> 8 : 0 ),
|
/freebsd/contrib/less/ |
H A D | line.c | 709 size_t replen; in store_char() 784 replen = 1; in store_char() 787 replen = (size_t) utf_len(rep[0]); /*{{type-issue}}*/ in store_char() 805 for (i = 0; i < replen; i++) in store_char() 819 linebuf.buf[i] = linebuf.buf[i+replen]; in store_string() 820 linebuf.attr[i] = linebuf.attr[i+replen]; in store_string() 822 linebuf.end -= replen; in store_string() 685 int replen; store_char() local
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 917 int replen = MLX5_ST_SZ_BYTES(query_hca_vport_context_out); in mlx5_query_hca_port() local 924 rep = mlx5_vzalloc(replen); in mlx5_query_hca_port() 934 err = mlx5_query_hca_vport_context(mdev, port, 0, rep, replen); in mlx5_query_hca_port()
|