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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c2183 struct fileglob *tfg; local
2185 tfg = *fpp;
2187 if (tfg->fg_type == DTYPE_SOCKET && tfg->fg_data != NULL) {
2188 so = (struct socket *)(tfg->fg_data);

Completed in 18 milliseconds