Searched refs:lf (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat_util.c39 static int scan_lines(struct lnstat_file *lf, int i) argument
43 for (j = 0; j < lf->num_fields; j++)
44 lf->fields[j].values[i] = 0;
46 while(!feof(lf->fp)) {
52 fgets(buf, sizeof(buf)-1, lf->fp);
53 gettimeofday(&lf->last_read, NULL);
55 for (j = 0; j < lf->num_fields; j++) {
58 lf->fields[j].values[i] = f;
60 lf->fields[j].values[i] += f;
83 struct lnstat_file *lf; local
120 __lnstat_scan_fields(struct lnstat_file *lf, char *buf) argument
140 lnstat_scan_fields(struct lnstat_file *lf) argument
151 lnstat_scan_compat_rtstat_fields(struct lnstat_file *lf) argument
174 struct lnstat_file *lf; local
217 struct lnstat_file *lf; local
252 struct lnstat_file *lf; local
280 struct lnstat_file *lf; local
297 struct lnstat_file *lf; local
[all...]
H A Dlnstat.c80 struct lnstat_field *lf; member in struct:field_param
97 struct lnstat_field *lf = fp->params[i].lf; local
102 fprintf(of, formatbuf, lf->result);
112 struct lnstat_file *lf; local
116 for (lf = lnstat_files; lf; lf = lf->next) {
117 for (i = 0; i < lf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsymlink.c18 struct slink_front *lf; local
33 lf = (struct slink_front *)bh->b_data;
37 if (strchr(lf->symname,':')) { /* Handle assign or volume name */
40 while (i < 1023 && lf->symname[j] != ':')
41 link[i++] = lf->symname[j++];
47 while (i < 1023 && (c = lf->symname[j])) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h100 u16 lf:2; member in struct:eth1394_uf_hdr
107 u16 lf:2; member in struct:eth1394_uf_hdr
117 u16 lf:2; member in struct:eth1394_ff_hdr
128 u16 lf:2; member in struct:eth1394_ff_hdr
139 u16 lf:2; member in struct:eth1394_sf_hdr
151 u16 lf:2; member in struct:eth1394_sf_hdr
163 u16 lf:2; member in struct:eth1394_common_hdr
169 u16 lf:2; member in struct:eth1394_common_hdr
H A Deth1394.c131 /* Use common.lf to determine header len */
1077 hdr_len = hdr_type_len[hdr->common.lf];
1079 if (hdr->common.lf == ETH1394_HDR_LF_UF) {
1109 if (hdr->common.lf == ETH1394_HDR_LF_FF) {
1177 if (hdr->common.lf == ETH1394_HDR_LF_FF)
1347 hdr->uf.lf = ETH1394_HDR_LF_UF;
1350 hdr->ff.lf = ETH1394_HDR_LF_FF;
1364 int ftype = hdr->common.lf;
1383 hdr->common.lf = ETH1394_HDR_LF_IF;
1391 hdr->common.lf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda7432.c84 int lf, lr, rf, rr; member in struct:tda7432
249 t->input,t->volume,t->bass,t->treble,t->lf,t->lr,t->rf,t->rr,t->loud);
255 buf[5] = t->lf;
282 t->lf = TDA7432_ATTEN_0DB; /* 0dB attenuation */
378 * attenuation exists for lf, lr, rf, rr
379 * we use only lf and rf (front channels)
382 if ( (t->lf) < (t->rf) )
387 va->balance = (32768 + 1057*(t->lf));
442 t->lf = TDA7432_ATTEN_0DB;
447 t->lf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_iface.c92 void ax25_linkfail_register(struct ax25_linkfail *lf) argument
95 hlist_add_head(&lf->lf_node, &ax25_linkfail_list);
101 void ax25_linkfail_release(struct ax25_linkfail *lf) argument
104 hlist_del_init(&lf->lf_node);
201 struct ax25_linkfail *lf; local
205 hlist_for_each_entry(lf, node, &ax25_linkfail_list, lf_node)
206 lf->func(ax25, reason);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dconsole.c217 unsigned int lf; local
219 for (i=0, lf=0 ; i < count ; i++) {
221 lf = 1;
232 if (lf) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep066.tcl156 set lf [stat_field $2ndenv log_stat "Times log flushed to disk"]
159 error_check_bad log_flush $lf $lf2
217 set lf [stat_field $2ndenv log_stat "Times log flushed to disk"]
220 error_check_bad log_flush2 $lf $lf2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopy_file.c202 int (*lf)(const char *oldpath, const char *newpath);
207 lf = (flags & FILEUTILS_MAKE_SOFTLINK) ? symlink : link;
208 if (lf(source, dest) < 0) {
212 if (lf(source, dest) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_btree.h109 * The divisor below is equivalent to lf ? (e1) : (e2) but that produces
112 #define XFS_BTREE_BLOCK_MAXRECS(bsz,t,lf) \
114 (((lf) * (uint)sizeof(t ## _rec_t)) + \
115 ((1 - (lf)) * \
117 #define XFS_BTREE_BLOCK_MINRECS(bsz,t,lf) \
118 (XFS_BTREE_BLOCK_MAXRECS(bsz,t,lf) / 2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_event.c311 struct hci_rp_read_local_features *lf; local
322 BT_DBG("%s READ_LOCAL_VERSION failed %d", hdev->name, lf->status);
336 lf = (struct hci_rp_read_local_features *) skb->data;
338 if (lf->status) {
339 BT_DBG("%s READ_LOCAL_FEATURES failed %d", hdev->name, lf->status);
343 memcpy(hdev->features, lf->features, sizeof(hdev->features));
360 lf->features[0], lf->features[1], lf->features[2]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c514 int (*lf)(const char *, const char *) = link;
520 lf = symlink;
526 rc = lf(busybox, fpc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dax25.h351 extern void ax25_linkfail_register(struct ax25_linkfail *lf);
352 extern void ax25_linkfail_release(struct ax25_linkfail *lf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c1267 struct gfs2_leaf *lf; local
1281 lf = (struct gfs2_leaf *)bh->b_data;
1283 *depth = be16_to_cpu(lf->lf_depth);
1284 entries += be16_to_cpu(lf->lf_entries);
1286 lfn = be64_to_cpu(lf->lf_next);
1312 lf = (struct gfs2_leaf *)bh->b_data;
1313 lfn = be64_to_cpu(lf->lf_next);
1314 if (lf->lf_entries) {
1315 entries2 += be16_to_cpu(lf->lf_entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dflashutl.c482 if (b >= flashutl_desc->ff && b <= flashutl_desc->lf) {
490 sb = flashutl_desc->bsize * (flashutl_desc->lf + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dlp.c708 char *lf = memchr (s, '\n', count); local
709 if (lf)
710 canwrite = lf - s;
723 if (lf && canwrite <= 0) {
H A Dvt.c1006 static void lf(struct vc_data *vc) function
1589 lf(vc);
1633 lf(vc);
1639 lf(vc);
2222 lf(vc);
2405 lf(vc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dflash.h59 uint lf; /* Last full block */ member in struct:_flash_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c1020 int j, ii, ll, lf; local
1034 if ((lf = b1->slen - b2->slen + 1) <= pos) return BSTR_ERR;
1048 for (;i < lf; i++) if (c0 == d1[i]) return i;
1054 lf = b1->slen - 1;
1057 if (i < lf) do {
1089 } while (i < lf);
1092 if (i == lf && ll == j+1 && c1 == d1[i]) goto N0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstrlib.c1020 int j, ii, ll, lf; local
1034 if ((lf = b1->slen - b2->slen + 1) <= pos) return BSTR_ERR;
1048 for (;i < lf; i++) if (c0 == d1[i]) return i;
1054 lf = b1->slen - 1;
1057 if (i < lf) do {
1089 } while (i < lf);
1092 if (i == lf && ll == j+1 && c1 == d1[i]) goto N0;

Completed in 192 milliseconds