Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c978 unsigned int n_total = 0; in dhcp_ipc_timed_read() local
987 while (n_total < length) { in dhcp_ipc_timed_read()
1018 n_read = read(fd, (caddr_t)buffer + n_total, length - n_total); in dhcp_ipc_timed_read()
1029 return (n_total == 0 ? DHCP_IPC_E_EOF : in dhcp_ipc_timed_read()
1033 n_total += n_read; in dhcp_ipc_timed_read()
1035 if (*msec == 0 && n_total < length) in dhcp_ipc_timed_read()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c1505 ndr_outer_grow(ndr_ref_t *outer_ref, unsigned n_total) in ndr_outer_grow() argument
1511 pdu_want_size = nds->pdu_scan_offset + n_total; in ndr_outer_grow()