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

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-migrate-accounts.pl78 my %processed = ( 'user' => 0, 'machine' => 0);
94 $processed{'machine'}++;
104 $processed{'user'}++;
168 $sum = $processed{'user'} + $processed{'machine'};
169 print STDERR "processed: all=$sum user=$processed{'user'} machine=$processed{'machine'}\n";
/asus-wl-520gu-7.0.1.45/src/router/utelnetd/
H A Dutelnetd.c177 and make *processed equal to the number of characters that were actually
178 processed and *num_totty the number of characters that should be sent to
182 past (bf + len) then that IAC will be left unprocessed and *processed will be
190 remove_iacs(unsigned char *bf, int len, int *processed, int *num_totty) { argument
214 *processed = ptr - bf;
596 int processed, num_totty; local
603 &processed, &num_totty);
605 /* the difference between processed and num_totty
608 ts->wridx1 += processed - num_totty;
609 ts->size1 -= processed
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dgamma_dma.c275 int processed = 0; local
305 if (!(retcode = gamma_do_dma(dev, locked))) ++processed;
322 ++processed;
331 if (processed && gamma_dma_is_ready(dev)) {
332 processed = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dgamma_dma.c306 int processed = 0; local
339 ++processed;
358 ++processed;
368 if (processed && gamma_dma_is_ready(dev)) {
370 processed = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memchr.S146 subq $18, $0, $4 # E : $4 <- nr quads to be processed
H A Dmemchr.S129 subq $18, $0, $4 #-e0 : $4 <- nr quads to be processed
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dsequencer.c307 int processed = count - c; local
312 if (!processed && (file->f_flags & O_NONBLOCK))
315 return processed;
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_linux.c984 uint processed = 0; local
989 if (++processed >= RXBND) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/
H A Dos.S308 | or they have already been processed.
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex229 be read and processed before the kernel is allowed to allocate and destroy
271 order to separate messages that cannot be processed until the receiver
272 obtains the kernel spinlock from messages that can be processed

Completed in 80 milliseconds