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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dsvcsock.h44 const char *toclose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dliolib.c302 static void aux_lines (lua_State *L, int toclose) { argument
309 lua_pushboolean(L, toclose); /* close/not close file when finished */
323 int toclose; local
329 toclose = 0; /* do not close it after iteration */
335 toclose = 1; /* close it after iteration */
337 aux_lines(L, toclose);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c959 char *toclose; local
962 toclose = kstrdup(buf + 1, GFP_KERNEL);
963 if (toclose == NULL)
968 SIMPLE_TRANSACTION_LIMIT, toclose);
969 kfree(toclose);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcsock.c300 * @toclose: pointer to '\0'-terminated C string containing the name
304 * sockets. If @toclose is not NULL, the socket named by @toclose
311 const char *toclose)
326 if (toclose && strcmp(toclose, buf + len) == 0)
338 else if (toclose)
310 svc_sock_names(struct svc_serv *serv, char *buf, const size_t buflen, const char *toclose) argument

Completed in 60 milliseconds