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

/external/blktrace/
H A Dblkparse.c738 static inline struct trace *t_alloc(void) function
2218 t = t_alloc();
2367 t = t_alloc();
/external/netperf/
H A Dnettest_xti.c210 if ((opt_req = (struct t_optmgmt *)t_alloc(temp_socket,T_OPTMGMT,T_ALL)) ==
213 "netperf: create_xti_endpoint: t_alloc: opt_req errno %d\n",
229 if ((opt_ret = (struct t_optmgmt *) t_alloc(temp_socket,T_OPTMGMT,T_ALL)) ==
232 "netperf: create_xti_endpoint: t_alloc: opt_ret errno %d\n",
276 /* we assume that the t_alloc call allocated a buffer that started */
289 /* we assume that the t_alloc call allocated a buffer that started */
329 /* we assume that the t_alloc call allocated a buffer that started */
342 /* we assume that the t_alloc call allocated a buffer that started */
414 /* we assume that the t_alloc call allocated a buffer that started */
427 /* we assume that the t_alloc cal
[all...]

Completed in 109 milliseconds