Searched refs:needed (Results 26 - 50 of 168) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dhead.S59 # The following two functions are needed for supporting SRM PALcode
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dwl_bsd.c75 ioc.needed = 0;
H A Dwl_linux.c63 ioc.needed = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c48 * version is usually not needed; and (2) when it is needed, it will need to
91 u_int available, nclients, needed, npeers_sent, nsites_sent; local
151 needed = 0;
156 needed = 1;
162 needed = nclients;
167 needed = 1;
173 * Too hard to figure out "needed", since we're not
177 needed = 1;
192 needed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dulpqueue.c116 /* Do reassembly if needed. */
119 /* Do ordering if needed. */
856 * ordering and deliver them if needed.
862 /* Renege 'needed' bytes from the ordering queue. */
863 static __u16 sctp_ulpq_renege_order(struct sctp_ulpq *ulpq, __u16 needed) argument
880 if (freed >= needed)
887 /* Renege 'needed' bytes from the reassembly queue. */
888 static __u16 sctp_ulpq_renege_frags(struct sctp_ulpq *ulpq, __u16 needed) argument
906 if (freed >= needed)
953 __u16 needed, free local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_printer.c820 uint32 needed; local
824 cli, mem_ctx, 0, &needed, name, flags,
829 cli, mem_ctx, needed, NULL, name, flags,
890 uint32 needed; local
894 mem_ctx, 0, &needed, hnd, level, ctr);
898 mem_ctx, needed, NULL, hnd, level, ctr);
952 uint32 needed, len; local
956 cli, mem_ctx, 0, &needed, hnd, keyname, NULL, NULL);
960 cli, mem_ctx, needed, NULL, hnd, keyname, keylist,
979 uint32 needed; local
1025 uint32 needed; local
1052 uint32 needed; local
1081 uint32 needed; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c82 u_int32_t data_size, have_bytes, need_bytes, needed, pages, pagespace; local
162 needed = 0;
169 needed += BOVERFLOW_PSIZE;
171 needed += BKEYDATA_PSIZE(key->size);
173 needed += BOVERFLOW_PSIZE;
175 needed += BKEYDATA_PSIZE(data_size);
209 needed += need_bytes - have_bytes;
216 if (P_FREESPACE(dbp, h) < needed)
225 P_FREESPACE(dbp, h) - needed <= dbp->pgsize / 2 &&
226 __bam_dup_check(dbc, op, h, indx, needed,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dlocktest.c61 char needed; member in struct:record
216 * These next two lines are needed to emulate
404 if (recorded[i].needed &&
455 recorded[n].needed = True;
484 recorded[j].needed = False;
493 recorded[j].needed = True;
532 recorded[i].needed);
H A Dlocktest2.c60 char needed; member in struct:record
350 if (recorded[i].needed &&
389 recorded[n].needed = True;
408 recorded[i].needed = False;
415 recorded[i].needed = True;
448 recorded[i].needed);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfphw.S105 VFPFMRX r8, FPINST2, NE @ FPINST2 if needed - avoids reading
121 VFPFMXR FPINST2, r8, NE @ FPINST2 if needed - avoids writing
180 VFPFMRX r12, FPINST2, NE @ FPINST2 if needed - avoids reading
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dcontig.c111 unsigned long needed = *(unsigned long *)arg; local
134 if (range_end - range_start >= needed) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dwd7000.c429 * and are allocated and freed as needed.
807 static inline Scb *alloc_scbs(struct Scsi_Host *host, int needed) argument
815 if (needed <= 0)
821 while (freescbs < needed) {
826 } while (freescbs < needed && time_before_eq(jiffies, timeout));
831 if (freescbs < needed) {
839 if (freescbs < needed) {
845 freescbs -= needed;
846 for (i = 0; i < needed; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-groupadd153 The new group will be entered into the system files as needed.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c456 size_t needed; local
470 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0)
476 if ((buf = avahi_malloc(needed)) == NULL)
481 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) {
490 lim = buf + needed;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dextents.c124 static handle_t *ext4_ext_journal_restart(handle_t *handle, int needed) argument
128 if (handle->h_buffer_credits > needed)
130 if (!ext4_journal_extend(handle, needed))
132 err = ext4_journal_restart(handle, needed);
593 * - allocates all needed blocks (new leaf and all intermediate index blocks)
647 /* allocate all needed blocks */
938 * entry: create all needed subtree and add new leaf */
1575 int depth, needed; local
1593 needed = 2;
1600 needed
2205 int needed; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c1358 int needed = 0;
1361 needed += 2; /* Tag and one length byte. */
1363 needed += 3; /* Tag, number of length bytes, 1 length byte. */
1365 needed += 4; /* Tag, number of length bytes, 2 length bytes. */
1369 return needed;
1423 size_t derlen, needed, n;
1486 needed = compute_tag_length (1) + 1;
1493 needed += compute_tag_length (n) + n;
1497 derlen = compute_tag_length (needed) + needed;
1353 int needed = 0; local
1418 size_t derlen, needed, n; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm101 ; %1 = number of arguments. loads them from stack if needed.
102 ; %2 = number of registers used, not including PIC. pushes callee-saved regs if needed.
103 ; %3 = whether global constants are used in this function. inits x86_32 PIC if needed.
384 RESET_MM_PERMUTATION ; not really needed, but makes disassembly somewhat nicer
399 ; This is needed for ELF, otherwise the GNU linker assumes the stack is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c239 static int _os_body_expand(ogg_stream_state *os,int needed){ argument
240 if(os->body_storage<=os->body_fill+needed){
242 ret=_ogg_realloc(os->body_data,(os->body_storage+needed+1024)*
248 os->body_storage+=(needed+1024);
254 static int _os_lacing_expand(ogg_stream_state *os,int needed){ argument
255 if(os->lacing_storage<=os->lacing_fill+needed){
257 ret=_ogg_realloc(os->lacing_vals,(os->lacing_storage+needed+32)*
264 ret=_ogg_realloc(os->granule_vals,(os->lacing_storage+needed+32)*
271 os->lacing_storage+=(needed+32);
285 /* safety; needed fo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dlanman.c124 int neededlen; /* total needed size */
199 * if needed. JRA.
218 int needed=0, stringneeded; local
246 needed = 2;
248 if (p->buflen >= needed) SSVAL(p->structbuf,0,temp);
251 needed = 2;
253 if (p->buflen >= needed) SSVAL(p->structbuf,0,temp);
256 needed = 2;
258 if (p->buflen >= needed) SSVAL(p->structbuf,0,p->subcount);
261 needed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dlib1funcs.S166 @ the top three bits of "overdone". Exactly which were not needed
172 RETc(eq) pc, lr @ No fixups needed
296 @ the top three bits of "overdone". Exactly which were not needed
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dem_meta.c170 struct tcf_meta_val *needed)
181 if (map_type(*p) == TCF_META_TYPE(needed->kind))
169 is_compatible(struct tcf_meta_val *what, struct tcf_meta_val *needed) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DFormat.java492 void setEvolveNeeded(boolean needed) { argument
608 /* -- RawType methods that are overridden as needed in subclasses. -- */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S607 # page more than needed, but
814 # Note that the short jump isn't strictly needed, although there are
966 # Delay is needed after doing I/O
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead-common.S39 cmp r4, r5 @ Copy data segment if needed
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.

Completed in 275 milliseconds

1234567