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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c124 struct sigaction newact, oldact; local
136 newact.sa_handler = timeout_handler;
137 sigemptyset(&newact.sa_mask);
138 newact.sa_flags = 0;
143 if ((sigaction(SIGALRM, &newact, &oldact) < 0) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_tree.c294 int ret = 0, newson = 0, newact = 0; local
306 newact = 1;
338 } else if (newact && ret < 0) {

Completed in 64 milliseconds