Searched refs:n_total (Results 1 – 2 of 2) sorted by relevance
975 unsigned int n_total = 0; in dhcp_ipc_timed_read() local984 while (n_total < length) { in dhcp_ipc_timed_read()1015 n_read = read(fd, (caddr_t)buffer + n_total, length - n_total); in dhcp_ipc_timed_read()1026 return (n_total == 0 ? DHCP_IPC_E_EOF : in dhcp_ipc_timed_read()1030 n_total += n_read; in dhcp_ipc_timed_read()1032 if (*msec == 0 && n_total < length) in dhcp_ipc_timed_read()
1490 ndr_outer_grow(ndr_ref_t *outer_ref, unsigned n_total) in ndr_outer_grow() argument1496 pdu_want_size = nds->pdu_scan_offset + n_total; in ndr_outer_grow()