Searched refs:total_buffer (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c1520 char *total_buffer = NULL, *cp = NULL; local
1619 total_buffer = _MALLOC(total_len, M_RTABLE, M_ZERO | M_WAITOK);
1620 if (total_buffer == NULL) {
1625 cp = total_buffer;
1628 error = SYSCTL_OUT(w->w_req, total_buffer, current_len);
1634 if (total_buffer != NULL)
1635 _FREE(total_buffer, M_RTABLE);
1649 char *total_buffer = NULL, *cp = NULL; local
1810 total_buffer = _MALLOC(total_len, M_RTABLE, M_ZERO | M_WAITOK);
1811 if (total_buffer
[all...]

Completed in 18 milliseconds