Searched refs:filled (Results 26 - 50 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncplib_kernel.h252 int filled, valid, idx; member in struct:ncp_cache_control
H A Ddir.c524 ctl.filled = 0;
632 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
637 ctl.filled = filldir(dirent, qname.name, qname.len,
639 if (!ctl.filled)
645 return (ctl.valid || !ctl.filled);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c794 * The physical address fields are filled with the results of virt_to_phys()
1454 int coalesced, filled = 0; local
1469 for_each_sg(sglist, sg, nents, filled) {
1473 return filled;
1517 filled = sba_fill_pdir(ioc, sglist, nents);
1529 ASSERT(coalesced == filled);
1530 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
1532 return filled;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c1815 if (sinfo->filled & STATION_INFO_INACTIVE_TIME)
1818 if (sinfo->filled & STATION_INFO_RX_BYTES)
1821 if (sinfo->filled & STATION_INFO_TX_BYTES)
1824 if (sinfo->filled & STATION_INFO_LLID)
1827 if (sinfo->filled & STATION_INFO_PLID)
1830 if (sinfo->filled & STATION_INFO_PLINK_STATE)
1833 if (sinfo->filled & STATION_INFO_SIGNAL)
1836 if (sinfo->filled & STATION_INFO_TX_BITRATE) {
1856 if (sinfo->filled & STATION_INFO_RX_PACKETS)
1859 if (sinfo->filled
[all...]
H A Dwext-compat.c1288 if (!(sinfo.filled & STATION_INFO_TX_BITRATE))
1329 if (sinfo.filled & STATION_INFO_SIGNAL) {
1343 if (sinfo.filled & STATION_INFO_SIGNAL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddroptrgt.tex4 can be associated with it and by default, this object will be filled with the data from the
H A Dtdnd.tex78 filled with data.
H A Dxmlresh.tex95 were filled.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dcfg80211.c320 sinfo->filled |= STATION_INFO_TX_BITRATE;
322 sinfo->filled |= STATION_INFO_SIGNAL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h152 volatile int filled; /* number of bytes filled */ member in struct:pwc_frame_buf
217 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */
218 struct pwc_frame_buf *fill_frame; /* frame currently being filled */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dsba_iommu.c900 int coalesced, filled = 0; local
948 filled = iommu_fill_pdir(ioc, sglist, nents, 0, sba_io_pdir_entry);
964 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
966 return filled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_ebur128.c83 int filled; ///< 1 if the cache is completely filled, 0 otherwise member in struct:integrator
585 ebur128->i##time.filled = 1; \
646 if (ebur128->i##time.filled) { \
H A Dvf_decimate.c41 int filled; ///< 1 if the queue is filled, 0 otherwise member in struct:__anon3385
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h120 * when used with 802.11a (on the 5 GHz band); filled by the
123 * when used with 802.11b (on the 2.4 GHz band); filled by the
126 * when used with 802.11g (on the 2.4 GHz band); filled by the
243 * @SURVEY_INFO_NOISE_DBM: noise (in dBm) was filled in
246 * it has filled in during the get_survey().
256 * @filled: bitflag of flags from &enum survey_info_flags
267 u32 filled; member in struct:survey_info
337 * it has filled in during get_station() or dump_station().
339 * @STATION_INFO_INACTIVE_TIME: @inactive_time filled
340 * @STATION_INFO_RX_BYTES: @rx_bytes filled
417 u32 filled; member in struct:station_info
495 u32 filled; member in struct:mpath_info
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-velocity.c562 vptr->rx.dirty = vptr->rx.filled = vptr->rx.curr = 0;
1237 * count isn't filled).
1426 if (vptr->rx.filled < 4)
1431 unusable = vptr->rx.filled & 0x0003;
1433 for (avail = vptr->rx.filled & 0xfffc; avail; avail--) {
1438 writew(vptr->rx.filled & 0xfffc, &regs->RBRDU);
1439 vptr->rx.filled = unusable;
1555 vptr->rx.filled += done;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daviobuf.c774 int filled = s->buf_end - s->buffer; local
778 if (buf_size < filled || s->seekable)
786 memcpy(buffer, s->buffer, filled);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c1516 sinfo->filled |= STATION_INFO_TX_BYTES |
1529 sinfo->filled |= STATION_INFO_SIGNAL;
1536 sinfo->filled |= STATION_INFO_TX_BITRATE;
1568 survey->filled = SURVEY_INFO_NOISE_DBM;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent_io.h183 int bits, int filled, struct extent_state *cached_state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.c377 cq->filled++;
412 txq->filled++;
1164 t->pending, t->maximum, t->high, t->filled);
1275 txq->filled = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dcfg.c340 sinfo->filled = STATION_INFO_INACTIVE_TIME |
355 sinfo->filled |= STATION_INFO_SIGNAL;
378 sinfo->filled |= STATION_INFO_LLID |
916 pinfo->filled = MPATH_INFO_FRAME_QLEN |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c112 int filled; member in struct:fuse_dh
1739 dh->filled = 0;
1830 dh->filled = 0;
1862 dh->filled = 1;
1871 dh->filled = 0;
1889 dh->filled = 0;
1891 if (!dh->filled) {
1898 if (dh->filled) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c252 sinfo->filled |= STATION_INFO_TX_BITRATE;
256 sinfo->filled |= STATION_INFO_SIGNAL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile355 GB18030uni.TXT : $(TABLESDIR)/gb18030/filled-GB18030.TXT
356 grep '^0x........ 0x....$$' < $(TABLESDIR)/gb18030/filled-GB18030.TXT > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A DMakefile353 GB18030uni.TXT : $(TABLESDIR)/gb18030/filled-GB18030.TXT
354 grep '^0x........ 0x....$$' < $(TABLESDIR)/gb18030/filled-GB18030.TXT > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Doptimize.c2051 goto filled;
2054 goto filled;
2096 filled:

Completed in 327 milliseconds

1234