Searched refs:wanted (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dgct.c15 gct6_search_struct *wanted; local
25 for (wanted = search;
26 wanted && (wanted->type | wanted->subtype);
27 wanted++) {
28 if (node->type != wanted->type)
30 if (node->subtype != wanted->subtype)
34 if (wanted->callout)
35 wanted
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dperlpath.pl12 sub wanted subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dperlpath.pl12 sub wanted subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dperlpath.pl12 sub wanted subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/tests/
H A DTESTonce8 $wanted = $ARGV[0];
9 #print "Searching for test case $wanted\n";
12 next unless (/^$wanted/);
20 die "Can not find test $wanted\n" unless defined($input);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.h10 transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-gpio.c44 int len = strlen(sub->wanted);
46 if (0 == strncmp(dev_name(dev), sub->wanted, len))
121 int bttv_sub_register(struct bttv_sub_driver *sub, char *wanted) argument
124 snprintf(sub->wanted,sizeof(sub->wanted),"%s",wanted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dirq.c124 int irq, wanted; local
126 wanted = SE7724_FPGA_IRQ_BASE + i;
128 irq = create_irq_nr(wanted, nid);
131 __func__, wanted);
135 if (unlikely(irq != wanted)) {
136 pr_err("%s: got irq %d but wanted %d, bailing.\n",
137 __func__, irq, wanted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsa1100_badge4.c65 int given, int wanted)
68 "%s: %s %d.%dV wanted but board is jumpered for %s %d.%dV operation"
71 wanted / 10, wanted % 10,
63 complain_about_jumpering(const char *whom, const char *supply, int given, int wanted) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c409 * to find up to 'wanted' bits, but can sometimes return less.
416 unsigned int wanted,
427 wanted, search_start, search_len, resmap->m_bitmap_len);
453 if (found >= wanted)
460 if (best_len >= wanted)
461 best_len = wanted;
473 unsigned int goal, unsigned int wanted)
491 mlog(0, "resv start: %u resv end: %u goal: %u wanted: %u\n",
492 resv->r_start, ocfs2_resv_end(resv), goal, wanted);
504 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goa
415 ocfs2_resmap_find_free_bits(struct ocfs2_reservation_map *resmap, unsigned int wanted, unsigned int search_start, unsigned int search_len, unsigned int *rstart, unsigned int *rlen) argument
471 __ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int goal, unsigned int wanted) argument
634 ocfs2_cannibalize_resv(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
695 ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
746 unsigned int wanted = ocfs2_resv_window_bits(resmap, resv); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.cc159 FileTreeItem :: update( int index, bool wanted, int priority, uint64_t totalSize, uint64_t haveSize, bool torrentChanged ) argument
168 if( torrentChanged && myIsWanted != wanted )
170 myIsWanted = wanted;
250 int wanted( -1 );
253 if( wanted == -1 )
254 wanted = childWanted;
255 if( wanted != childWanted )
256 wanted = Qt::PartiallyChecked;
257 if( wanted == Qt::PartiallyChecked )
258 return wanted;
441 addFile( int index, const QString & filename, bool wanted, int priority, uint64_t size, uint64_t have, QList<QModelIndex> & rowsAdded, bool torrentChanged ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c41 static int ans(const char *text,int wanted,void *result,int res_len) argument
50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0)
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
88 switch (wanted) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dfile-row.js60 wanted = false,
70 wanted |= file.wanted;
84 if (fields.isWanted !== wanted) {
85 fields.isWanted = wanted;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dperf.c163 state_must_be (const struct perf *p, const int wanted) argument
165 if (p->state != wanted)
166 msg (M_FATAL, "PERF: bad state actual=%d wanted=%d",
168 wanted);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfileio.c208 unsigned int wanted, unsigned int *got)
219 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
229 if (c > wanted)
230 c = wanted;
239 wanted -= c;
207 ext2fs_file_read(ext2_file_t file, void *buf, unsigned int wanted, unsigned int *got) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dmv64x60_i2c.c60 static int mv64x60_i2c_wait_for_status(int wanted) argument
69 if (status == wanted)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dcopy.c48 if (dst_channels->wanted)
H A Droute.c32 if (dvp->wanted)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dceph_fs.h402 __le32 caps, wanted; /* new issued, wanted */ member in struct:ceph_mds_request_release
431 __le32 caps, wanted; /* caps issued, wanted */ member in struct:ceph_mds_reply_cap
613 __le32 caps, wanted, dirty; /* latest issued/wanted/dirty */ member in struct:ceph_mds_caps
668 __le32 wanted; member in struct:ceph_mds_cap_reconnect
678 __le32 wanted; member in struct:ceph_mds_cap_reconnect_v1
H A Dcaps.c514 int fmode, unsigned issued, unsigned wanted,
529 * If we are opening the file, include file mode wanted bits
530 * in wanted.
533 wanted |= ceph_caps_for_mode(fmode);
596 * If we are issued caps we don't want, or the mds' wanted
598 * later and/or update the mds wanted value.
601 if ((wanted & ~actual_wanted) ||
603 dout(" issued %s, mds wanted %s, actual %s, queueing\n",
604 ceph_cap_string(issued), ceph_cap_string(wanted),
620 cap->mds_wanted |= wanted;
512 ceph_add_cap(struct inode *inode, struct ceph_mds_session *session, u64 cap_id, int fmode, unsigned issued, unsigned wanted, unsigned seq, unsigned mseq, u64 realmino, int flags, struct ceph_cap_reservation *caps_reservation) argument
923 send_cap_msg(struct ceph_mds_session *session, u64 ino, u64 cid, int op, int caps, int wanted, int dirty, u32 seq, u64 flush_tid, u32 issue_seq, u32 mseq, u64 size, u64 max_size, struct timespec *mtime, struct timespec *atime, u64 time_warp_seq, uid_t uid, gid_t gid, mode_t mode, u64 xattr_version, struct ceph_buffer *xattrs_buf, u64 follows) argument
2289 int issued, implemented, used, wanted, dirty; variable
2675 unsigned wanted = le32_to_cpu(im->wanted); local
2996 int wanted = __ceph_caps_wanted(ci); local
[all...]
H A Dfile.c115 * if our wanted caps set expands.
126 int flags, fmode, wanted; local
141 wanted = ceph_caps_for_mode(fmode);
156 * No need to block if we have any caps. Update wanted set
165 inode, fmode, ceph_cap_string(wanted),
170 /* adjust wanted? */
171 if ((issued & wanted) != wanted &&
172 (mds_wanted & wanted) != wanted
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dimm.c45 unsigned wanted:1; /* Parport sharing busy flag */ member in struct:__anon14517
78 if (dev->wanted) {
81 dev->wanted = 0;
95 dev->wanted = res;
103 int wanted; local
105 wanted = dev->wanted;
106 dev->wanted = 0;
108 if (!wanted)
1166 if (dev->wanted) {
[all...]
H A Dppa.c39 unsigned wanted:1; /* Parport sharing busy flag */ member in struct:__anon14887
69 if (dev->wanted) {
72 dev->wanted = 0;
87 dev->wanted = res;
95 int wanted; local
97 wanted = dev->wanted;
98 dev->wanted = 0;
100 if (!wanted)
1034 if (dev->wanted) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent-ctor.c230 bool wanted )
232 tr_file_index_t ** myfiles = wanted ? &ctor->want : &ctor->notWant;
233 tr_file_index_t * mycount = wanted ? &ctor->wantSize : &ctor->notWantSize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci-s3c.c120 * @wanted: The clock frequency wanted.
124 unsigned int wanted)
136 if ((rate / div) <= wanted)
141 src, rate, wanted, rate / div);
143 return (wanted - (rate / div));
122 sdhci_s3c_consider_clock(struct sdhci_s3c *ourhost, unsigned int src, unsigned int wanted) argument

Completed in 401 milliseconds

1234