Searched refs:want (Results 1 - 25 of 142) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_d2i_fp.c150 int want=HEADER_SIZE; local
170 if (want >= (len-off))
172 want-=(len-off);
174 if (!BUF_MEM_grow_clean(b,len+want))
179 i=BIO_read(in,&(b->data[len]),want);
211 want=HEADER_SIZE;
220 want=HEADER_SIZE;
225 want=(int)c.slen;
226 if (want > (len-off))
228 want
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_d2i_fp.c148 int want=HEADER_SIZE; local
168 if (want >= (len-off))
170 want-=(len-off);
172 if (!BUF_MEM_grow_clean(b,len+want))
177 i=BIO_read(in,&(b->data[len]),want);
209 want=HEADER_SIZE;
218 want=HEADER_SIZE;
223 want=(int)c.slen;
224 if (want > (len-off))
226 want
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dfopen.c124 static int fill_buffer(URL_FILE *file, size_t want) argument
135 if((!file->still_running) || (file->buffer_pos > want))
182 } while(file->still_running && (file->buffer_pos < want));
186 /* use to remove want bytes from the front of a files buffer */
187 static int use_buffer(URL_FILE *file,int want) argument
190 if((file->buffer_pos - want) <=0) {
202 &file->buffer[want],
203 (file->buffer_pos - want));
205 file->buffer_pos -= want;
316 size_t want; local
356 size_t want = size - 1;/* always need to leave room for zero termination */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndlinux.c99 size_t want = length; local
143 if (!any_need_entropy || last_so_far != (want - length) )
145 last_so_far = want - length;
147 (int)last_so_far, (int)want);
181 _gcry_random_progress ("need_entropy", 'X', (int)want, (int)want);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dposix_acl.c207 * Return 0 if current is granted want access to the inode
211 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) argument
230 if ((pa->e_perm & want) == want)
237 if ((pa->e_perm & want) == want)
257 if ((pa->e_perm & mask_obj->e_perm & want) == want)
264 if ((pa->e_perm & want) == want)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunit_lib.h93 uint8_t want; member in struct:svstatus_t
H A Drunsv.c74 /* want */
83 smallint want; member in struct:svdir
186 char stat_buf[sizeof("finish, paused, got TERM, want down\n")];
202 switch (s->want) {
204 p = add_str(p, ", want down");
207 p = add_str(p, ", want exit");
225 if (s->want == W_UP)
226 status.want = 'u';
228 status.want = 'd';
293 if (s->want
[all...]
H A Dsv.c277 if (svstatus.want == 'd') printf(", want down");
281 if (svstatus.want == 'u') printf(", want up");
363 if (!pid && svstatus.want == 'd') break;
370 if ((!pid && tstart > timestamp) || (pid && svstatus.want != 'd'))
385 if (svstatus.want == *a)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram-fn.S32 tst r0, #1 << 4 @ want lock mode?
49 tst r0, #1 << 4 @ want lock mode?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dit821x.c81 u8 want[2][2]; /* Mode/Pri log for master slave */ member in struct:it821x_dev
179 if(itdev->want[0][0] > itdev->want[1][0]) {
180 clock = itdev->want[0][1];
181 altclock = itdev->want[1][1];
183 clock = itdev->want[1][1];
184 altclock = itdev->want[0][1];
268 itdev->want[unit][1] = pio_want[set_pio];
269 itdev->want[unit][0] = 1; /* PIO is lowest priority */
305 itdev->want[uni
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_it821x.c90 u8 want[2][2]; /* Mode/Pri log for master slave */ member in struct:it821x_dev
197 if (itdev->want[0][0] > itdev->want[1][0]) {
198 clock = itdev->want[0][1];
199 altclock = itdev->want[1][1];
201 clock = itdev->want[1][1];
202 altclock = itdev->want[0][1];
266 itdev->want[unit][1] = pio_want[mode_wanted];
267 itdev->want[unit][0] = 1; /* PIO is lowest priority */
301 itdev->want[uni
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsmb.conf18 ; If you want to limit the printers that are visible to clients, you can
27 ; If you are using Impressario 1.x then you'll want to use the
62 ; if you want to support the file sharing modes for multiple users
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-flush.S99 # specify the context we want to flush
139 # specify the context we want to flush
167 # specify the context we want to flush
H A Dtlb-miss.S208 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
328 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
437 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
548 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2001plus.c759 size_t i, size, got, want; local
790 want = len;
792 for (i = 0; ((i < 3) && (want > 0)); i++) {
809 if (size > want)
810 size = want;
825 want -= size;
843 size_t i, size, got, want; local
872 want = len;
874 for (i = 0; ((i < 3) && (want > 0)); i++) {
895 if (size > want)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c20 * If you do, I don't want to know about it, and you can probably write
963 int want = (dma == 3) ? 2 : (dma == 1) ? 1 : 3; local
967 if (want & 1) {
969 want &= ~1;
981 if (want & 2) {
983 want &= ~2;
1019 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) {
1020 want &= ~2;
1024 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) {
1025 want
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S113 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf57 # If you want Samba to only log through syslog then set the following
61 # We want Samba to log a minimum amount of information to syslog. Everything
62 # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
110 # If you want to automatically load your printer list rather
147 # You may want to add the following on a Linux system:
174 # parameter to 'yes' if you want to be able to write to them.
177 # File creation mask is set to 0700 for security reasons. If you want to
181 # Directory creation mask is set to 0700 for security reasons. If you want to
232 # If you don't want to use auto-mounting/unmounting make sure the CD
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf57 # If you want Samba to only log through syslog then set the following
61 # We want Samba to log a minimum amount of information to syslog. Everything
62 # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
110 # If you want to automatically load your printer list rather
147 # You may want to add the following on a Linux system:
174 # parameter to 'yes' if you want to be able to write to them.
177 # File creation mask is set to 0700 for security reasons. If you want to
181 # Directory creation mask is set to 0700 for security reasons. If you want to
232 # If you don't want to use auto-mounting/unmounting make sure the CD
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dylwrap52 DESIRED is the file we actually want instead of OUTPUT
153 # We do not want to overwrite a header file if it hasn't
165 # We don't want the resulting debug information to point at
169 # We want to use the real output file name, not yy.lex.c for
172 # We want the include guards to be adjusted too.
196 # is not specified, we don't want an error when the header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/printing/
H A Dadd_netatalk_printer145 echo "Do you want all print jobs to print out in reversed page order?"
160 echo "Do you still want to do this? This will flush "
179 echo "Do you want to share this printer with other machines [Y/n]?\c"
186 echo "Do you want to add this printer to your NIS printer map? [y/N]"
194 echo "Do you want to save the error messages from pap in"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsysv_fs.h7 >> I want to scream! <<
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strchr.S41 mskqh t4, a0, t4 # U : only want relevant part of first quad
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer145 echo "Do you want all print jobs to print out in reversed page order?"
160 echo "Do you still want to do this? This will flush "
179 echo "Do you want to share this printer with other machines [Y/n]?\c"
186 echo "Do you want to add this printer to your NIS printer map? [y/N]"
194 echo "Do you want to save the error messages from pap in"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dcapi.c403 int err = 0, nconn, want = rp->level3cnt; local
414 if (want < 0)
415 nconn = ctrl->profile.nbchannel * -want;
417 nconn = want;

Completed in 585 milliseconds

123456