Searched refs:available (Results 1 - 25 of 121) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dhardirq.h26 #error SMP not available on FR-V
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c202 u32 available; local
211 available = 1024;
214 temp_dword = available;
239 u32 available; local
249 available = 1024;
268 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available);
273 rc = add_byte( &pFill, 1, &usedbytes, &available);
283 rc = add_byte( &pFill, ctrl->bus, &usedbytes, &available);
288 rc = add_byte( &pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available);
293 rc = add_byte( &pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java77 assertEquals(in.available(), buffer.getSize());
88 assertEquals(0, in.available());
104 assertEquals(0, in.available());
115 assertEquals(0, in.available());
127 assertEquals(0, in.available());
131 assertEquals(0, in.available());
147 assertEquals(0, in.available());
158 assertEquals(0, in.available());
168 assertEquals(0, in.available());
176 assertEquals(2, in.available());
[all...]
H A DTupleBindingTest.java135 assertEquals(0, input.available());
294 assertEquals(0, in.available());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchp.h45 void chp_process_crw(int id, int available);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c392 if (list[i].available)
403 list[i].available = status;
485 * Probe for the availability of crypto algorithms, and set the available
499 if (aalg_list[i].available != status)
500 aalg_list[i].available = status;
506 if (ealg_list[i].available != status)
507 ealg_list[i].available = status;
513 if (calg_list[i].available != status)
514 calg_list[i].available = status;
525 if (aalg_list[i].available)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib552.c12 * are also available at http://curl.haxx.se/docs/copyright.html.
128 size_t available = sizeof(databuf) - current_offset; /* What we have to give */ local
129 size_t given = amount < available ? amount : available; /* What is given */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslice.c162 static int slice_check_fit(struct slice_mask mask, struct slice_mask available) argument
164 return (mask.low_slices & available.low_slices) == mask.low_slices &&
165 (mask.high_slices & available.high_slices) == mask.high_slices;
228 struct slice_mask available,
254 if (!slice_check_fit(mask, available)) {
285 struct slice_mask available,
309 if (slice_check_fit(mask, available) &&
325 if (!slice_check_fit(mask, available)) {
362 addr = slice_find_area_bottomup(mm, len, available, psize, 0);
619 struct slice_mask mask, available; local
226 slice_find_area_bottomup(struct mm_struct *mm, unsigned long len, struct slice_mask available, int psize, int use_cache) argument
283 slice_find_area_topdown(struct mm_struct *mm, unsigned long len, struct slice_mask available, int psize, int use_cache) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java62 public int available() { method in class:FastInputStream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_lcl.h53 * The licence and distribution terms for any publically available version or
128 #error No message digest algorithm available
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_lcl.h53 * The licence and distribution terms for any publically available version or
128 #error No message digest algorithm available
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dbuffer_sync.c498 unsigned long available; local
506 available = get_slots(cpu_buf);
508 for (i = 0; i < available; ++i) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c91 u_int available, nclients, needed, npeers_sent, nsites_sent; local
152 COMPQUIET(available, 0);
157 available = nsites_sent;
163 available = nsites_sent;
168 available = npeers_sent;
178 available = npeers_sent;
195 available = npeers_sent;
199 COMPQUIET(available, 0);
206 if (available < needed) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dibmveth.h96 atomic_t available; member in struct:ibmveth_buff_pool
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleInput.java144 if (available() >= 2 &&
162 * @throws IndexOutOfBoundsException if not enough bytes are available in
178 * @throws IndexOutOfBoundsException if not enough bytes are available in
197 * @throws IndexOutOfBoundsException if not enough bytes are available in
212 * @throws IndexOutOfBoundsException if not enough bytes are available in
227 * @throws IndexOutOfBoundsException if not enough bytes are available in
242 * @throws IndexOutOfBoundsException if not enough bytes are available in
265 * @throws IndexOutOfBoundsException if not enough bytes are available in
288 * @throws IndexOutOfBoundsException if not enough bytes are available in
314 * @throws IndexOutOfBoundsException if not enough bytes are available i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c60 * for which no specific BIO method is available.
272 /* non-copying interface: provide pointer to available data in buffer
273 * bio_nread0: return number of available bytes
303 /* avoid code duplication -- nothing available for reading */
321 ssize_t num, available; local
328 available = bio_nread0(bio, buf);
329 if (num > available)
330 num = available;
426 * bio_nwrite0: check how much space is available
584 * available
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c60 * for which no specific BIO method is available.
272 /* non-copying interface: provide pointer to available data in buffer
273 * bio_nread0: return number of available bytes
303 /* avoid code duplication -- nothing available for reading */
321 ssize_t num, available; local
328 available = bio_nread0(bio, buf);
329 if (num > available)
330 num = available;
426 * bio_nwrite0: check how much space is available
584 * available
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_ovfl.S30 | operand needs to be made available to the users exception handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml2.spec22 available, with existing HTTP and FTP modules and combined to an
41 available, with existing HTTP and FTP modules and combined to an
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlibfs.c476 const void *from, size_t available)
481 if (pos >= available)
483 if (count > available - pos)
484 count = available - pos;
475 simple_read_from_buffer(void __user *to, size_t count, loff_t *ppos, const void *from, size_t available) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c231 int required = strlen(name), available = columns - len - strlen("[] "); local
232 if(required > available) asprintf(&filename, "...%s", name + required - available + 3);
233 else filename = strndup(name, available);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpt.c219 atomic_t available; /* 1 if access is available 0 otherwise */ member in struct:pt_unit
608 atomic_set(&tape->available, 1);
657 if (!atomic_dec_and_test(&tape->available))
684 atomic_inc(&tape->available);
728 if (atomic_read(&tape->available) > 1)
740 atomic_inc(&tape->available);
856 (tape, wr_cmd, 0, NULL, "start buffer-available mode"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ps3/
H A Dps3av.c42 int available; member in struct:ps3av
193 if (!ps3av.available)
277 BUG_ON(!ps3av.available);
907 ps3av.available = 1;
943 if (ps3av.available) {
947 ps3av.available = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com21 $! config.h is available, and where to find it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S52 jne .nodump # schib not available
167 # find out if the diag 0x9c is available

Completed in 224 milliseconds

12345