Searched refs:oldd (Results 1 – 3 of 3) sorted by relevance
137 #define dup(oldd) swrap_dup(oldd) argument142 #define dup2(oldd, newd) swrap_dup2(oldd, newd) argument
1871 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup() argument1876 si = find_socket_info(oldd); in swrap_dup()1878 return real_dup(oldd); in swrap_dup()1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2() argument1893 if (newd == oldd) in swrap_dup2()1896 si_oldd = find_socket_info(oldd); in swrap_dup2()1900 return real_dup2(oldd, newd); in swrap_dup2()
131 struct nfsv4node *newd, *oldd; in nfscl_nget() local187 oldd = newd = NULL; in nfscl_nget()207 oldd = np->n_v4; in nfscl_nget()221 if (oldd != NULL) in nfscl_nget()222 free(oldd, M_NFSV4NODE); in nfscl_nget()