Searched refs:sfp (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c86 struct pvr2_sysfs *sfp; local
89 sfp = (struct pvr2_sysfs *)class_dev->class_data;
90 if (!sfp) return -EINVAL;
91 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,id);
95 pvr2_sysfs_trace("pvr2_sysfs(%p) show_name(cid=%d) is %s",sfp,id,name);
105 struct pvr2_sysfs *sfp; local
109 sfp = (struct pvr2_sysfs *)class_dev->class_data;
110 if (!sfp) return -EINVAL;
111 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,id);
122 pvr2_sysfs_trace("pvr2_sysfs(%p) show_type(cid=%d) is %s",sfp,i
132 struct pvr2_sysfs *sfp; local
149 struct pvr2_sysfs *sfp; local
166 struct pvr2_sysfs *sfp; local
190 struct pvr2_sysfs *sfp; local
214 struct pvr2_sysfs *sfp; local
239 struct pvr2_sysfs *sfp; local
262 store_val_any(int id,int customfl,struct pvr2_sysfs *sfp, const char *buf,unsigned int count) argument
284 struct pvr2_sysfs *sfp; local
295 struct pvr2_sysfs *sfp; local
478 pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) argument
592 pvr2_sysfs_add_debugifc(struct pvr2_sysfs *sfp) argument
624 pvr2_sysfs_tear_down_debugifc(struct pvr2_sysfs *sfp) argument
641 pvr2_sysfs_add_controls(struct pvr2_sysfs *sfp) argument
651 pvr2_sysfs_tear_down_controls(struct pvr2_sysfs *sfp) argument
681 class_dev_destroy(struct pvr2_sysfs *sfp) argument
713 struct pvr2_sysfs *sfp; local
724 struct pvr2_sysfs *sfp; local
735 struct pvr2_sysfs *sfp; local
746 struct pvr2_sysfs *sfp; local
754 class_dev_create(struct pvr2_sysfs *sfp, struct pvr2_sysfs_class *class_ptr) argument
852 struct pvr2_sysfs *sfp; local
865 struct pvr2_sysfs *sfp; local
914 struct pvr2_sysfs *sfp; local
924 struct pvr2_sysfs *sfp; local
934 struct pvr2_sysfs *sfp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_sf.h107 #define XFS_DIR2_SF_GET_INUMBER(sfp, from) \
108 xfs_dir2_sf_get_inumber(sfp, from)
110 xfs_dir2_sf_get_inumber(xfs_dir2_sf_t *sfp, xfs_dir2_inou_t *from) argument
112 return ((sfp)->hdr.i8count == 0 ? \
117 #define XFS_DIR2_SF_PUT_INUMBER(sfp,from,to) \
118 xfs_dir2_sf_put_inumber(sfp,from,to)
119 static inline void xfs_dir2_sf_put_inumber(xfs_dir2_sf_t *sfp, xfs_ino_t *from, argument
122 if ((sfp)->hdr.i8count == 0)
144 #define XFS_DIR2_SF_ENTSIZE_BYNAME(sfp,len) \
145 xfs_dir2_sf_entsize_byname(sfp,le
146 xfs_dir2_sf_entsize_byname(xfs_dir2_sf_t *sfp, int len) argument
156 xfs_dir2_sf_entsize_byentry(xfs_dir2_sf_t *sfp, xfs_dir2_sf_entry_t *sfep) argument
164 xfs_dir2_sf_firstentry(xfs_dir2_sf_t *sfp) argument
172 xfs_dir2_sf_nextentry(xfs_dir2_sf_t *sfp, xfs_dir2_sf_entry_t *sfep) argument
[all...]
H A Dxfs_dir2_sf.c168 xfs_dir2_sf_t *sfp; /* shortform structure */ local
201 sfp = (xfs_dir2_sf_t *)dp->i_df.if_u1.if_data;
202 memcpy(sfp, sfhp, XFS_DIR2_SF_HDR_SIZE(sfhp->i8count));
210 sfep = XFS_DIR2_SF_FIRSTENTRY(sfp);
236 XFS_DIR2_SF_GET_INUMBER(sfp, &sfp->hdr.parent));
247 XFS_DIR2_SF_PUT_INUMBER(sfp, &temp,
249 sfep = XFS_DIR2_SF_NEXTENTRY(sfp, sfep);
253 ASSERT((char *)sfep - (char *)sfp == size);
280 xfs_dir2_sf_t *sfp; /* shortfor local
386 xfs_dir2_sf_t *sfp; /* shortform structure */ local
448 xfs_dir2_sf_t *sfp; /* new shortform dir */ local
539 xfs_dir2_sf_t *sfp; /* shortform structure */ local
614 xfs_dir2_sf_t *sfp; /* shortform structure */ local
653 xfs_dir2_sf_t *sfp; /* shortform structure */ local
709 xfs_dir2_sf_t *sfp; /* shortform structure */ local
851 xfs_dir2_sf_t *sfp; /* shortform structure */ local
920 xfs_dir2_sf_t *sfp; /* shortform structure */ local
1014 xfs_dir2_sf_t *sfp; /* shortform structure */ local
1158 xfs_dir2_sf_t *sfp; /* new sf directory */ local
1235 xfs_dir2_sf_t *sfp; /* new sf directory */ local
[all...]
H A Dxfs_dir2_block.c1046 xfs_dir2_sf_t *sfp; /* shortform structure */ local
1064 sfp = (xfs_dir2_sf_t *)dp->i_df.if_u1.if_data;
1065 ASSERT(dp->i_d.di_size >= XFS_DIR2_SF_HDR_SIZE(sfp->hdr.i8count));
1074 memcpy(buf, sfp, dp->i_df.if_bytes);
1079 * Reset pointer - old sfp is gone.
1081 sfp = (xfs_dir2_sf_t *)buf;
1104 (sfp->hdr.count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t);
1118 btp->count = cpu_to_be32(sfp->hdr.count + 2); /* ., .. */
1147 dep->inumber = cpu_to_be64(XFS_DIR2_SF_GET_INUMBER(sfp, &sfp
[all...]
H A Dxfs_dir2.c77 xfs_dir2_sf_t *sfp; local
84 sfp = (xfs_dir2_sf_t *)dp->i_df.if_u1.if_data;
85 return !sfp->hdr.count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c178 static int sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size);
179 static int sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp,
181 static ssize_t sg_new_read(Sg_fd * sfp, char __user *buf, size_t count,
183 static ssize_t sg_new_write(Sg_fd * sfp, const char __user *buf, size_t count,
185 static int sg_common_write(Sg_fd * sfp, Sg_request * srp,
193 static void sg_build_reserve(Sg_fd * sfp, int req_size);
194 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size);
195 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp);
199 static int sg_remove_sfp(Sg_device * sdp, Sg_fd * sfp);
200 static void __sg_remove_sfp(Sg_device * sdp, Sg_fd * sfp);
228 Sg_fd *sfp; local
312 Sg_fd *sfp; local
332 Sg_fd *sfp; local
481 sg_new_read(Sg_fd * sfp, char __user *buf, size_t count, Sg_request * srp) argument
525 Sg_fd *sfp; local
622 sg_new_write(Sg_fd * sfp, const char __user *buf, size_t count, int blocking, int read_only, Sg_request ** o_srp) argument
693 sg_common_write(Sg_fd * sfp, Sg_request * srp, unsigned char *cmnd, int timeout, int blocking) argument
759 sg_srp_done(Sg_request *srp, Sg_fd *sfp) argument
778 Sg_fd *sfp; local
1080 Sg_fd *sfp; local
1104 Sg_fd *sfp; local
1139 Sg_fd *sfp; local
1153 Sg_fd *sfp; local
1195 Sg_fd *sfp; local
1235 Sg_fd *sfp; local
1487 Sg_fd *sfp; local
1621 Sg_fd *sfp = srp->parentfp; local
1653 Sg_fd *sfp = srp->parentfp; local
1665 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) argument
1791 sg_build_direct(Sg_request * srp, Sg_fd * sfp, int dxfer_len) argument
1825 sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size) argument
2131 sg_build_reserve(Sg_fd * sfp, int req_size) argument
2148 sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size) argument
2180 sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp) argument
2205 sg_get_rq_mark(Sg_fd * sfp, int pack_id) argument
2225 sg_get_nth_request(Sg_fd * sfp, int nth) argument
2241 sg_add_request(Sg_fd * sfp) argument
2284 sg_remove_request(Sg_fd * sfp, Sg_request * srp) argument
2333 Sg_fd *sfp; local
2375 __sg_remove_sfp(Sg_device * sdp, Sg_fd * sfp) argument
2405 sg_remove_sfp(Sg_device * sdp, Sg_fd * sfp) argument
2451 sg_res_in_use(Sg_fd * sfp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c109 FILE *sfp = NULL; /* socket to web/ftp server */ local
254 if (sfp) fclose(sfp);
255 sfp = open_socket(lsa);
259 fprintf(sfp, "GET %stp://%s/%s HTTP/1.1\r\n",
263 fprintf(sfp, "GET /%s HTTP/1.1\r\n", target.path);
266 fprintf(sfp, "Host: %s\r\nUser-Agent: %s\r\n",
271 fprintf(sfp, "Proxy-Authorization: Basic %s\r\n"+6,
275 fprintf(sfp, "Proxy-Authorization: Basic %s\r\n",
281 fprintf(sfp, "Rang
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_fshead.c110 struct vxfs_fsh *pfp, *sfp; local
136 sfp = vxfs_getfsh(infp->vsi_fship, 0);
137 if (!sfp) {
143 vxfs_dumpfsh(sfp);
156 tip = vxfs_blkiget(sbp, infp->vsi_iext, sfp->fsh_ilistino[0]);
196 kfree(sfp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dsoft-fp.h27 #include <asm/sfp-machine.h>
29 /* Allow sfp-machine to have its own byte order definitions. */
93 * sfp-machine may override this and e.g.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsignal.c684 svr4_signal_frame_t __user *sfp; local
695 sfp = (svr4_signal_frame_t __user *)
698 if (invalid_frame_pointer(sfp, sizeof(*sfp)))
702 err = __clear_user(sfp, sizeof(*sfp));
705 si = &sfp->si;
706 uc = &sfp->uc;
707 gw = &sfp->gw;
740 /* 1. Link sfp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsignal32.c806 svr4_signal_frame_t __user *sfp; local
820 sfp = (svr4_signal_frame_t __user *)
824 if (invalid_frame_pointer(sfp, sizeof(*sfp)))
828 err = clear_user(sfp, sizeof(*sfp));
831 si = &sfp->si;
832 uc = &sfp->uc;
833 gw = &sfp->gw;
873 /* 1. Link sfp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Difstat.c736 FILE *sfp = fdopen(fd, "r"); local
737 load_raw_table(sfp);
742 fclose(sfp);
H A Dnstat.c586 FILE *sfp = fdopen(fd, "r"); local
587 load_good_table(sfp);
592 fclose(sfp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Dsysinfo.c16 #include <asm/sfp-util.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/math-emu/
H A Dmath.c18 #include <asm/sfp-util.h>

Completed in 141 milliseconds