Home
last modified time | relevance | path

Searched refs:file_t (Results 1 – 25 of 74) sorted by relevance

123

/titanic_50/usr/src/uts/common/sys/
H A Dfile.h71 } file_t; typedef
201 extern file_t *getf(int);
208 extern int closef(file_t *);
209 extern int closeandsetf(int, file_t *);
210 extern int ufalloc_file(int, file_t *);
213 extern int falloc(struct vnode *, int, file_t **, int *);
215 extern void unfalloc(file_t *);
216 extern void setf(int, file_t *);
H A Dflock.h229 int ofdlock(file_t *, int, struct flock64 *, int, u_offset_t);
230 void ofdcleanlock(file_t *);
H A Dpoll_impl.h218 file_t *pd_fp; /* used to detect fd reuse */
308 extern int pcache_insert(pollstate_t *, file_t *, pollfd_t *, int *, ssize_t,
/titanic_50/usr/src/uts/common/os/
H A Dfio.c583 file_t *
588 file_t *fp; in getf()
627 closeandsetf(int fd, file_t *newfp) in closeandsetf()
632 file_t *fp; in closeandsetf()
888 file_t *fp; in closeall()
924 closef(file_t *fp) in closef()
987 ufalloc_file(int start, file_t *fp) in ufalloc_file()
1090 falloc(vnode_t *vp, int flag, file_t **fpp, int *fdp) in falloc()
1092 file_t *fp; in falloc()
1126 file_t *fp = buf; in file_cache_constructor()
[all …]
H A Dport_subr.c251 file_t *fp; in port_alloc_event()
700 file_t *fp; in port_associate_ksource()
754 file_t *fp; in port_dissociate_ksource()
/titanic_50/usr/src/ucbhead/sys/
H A Dfile.h73 } file_t; typedef
153 extern void setf(int, file_t *);
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c33 static file_t *nvf_fd[NVF_GETF];
90 static file_t *nvf_getf(int fdes);
92 static int nvf_setf(file_t *fp);
1215 static file_t *
1218 file_t *fp = NULL; in nvf_getf()
1237 file_t *fp; in nvf_releasef()
1251 nvf_setf(file_t *fp) in nvf_setf()
1272 file_t *fp; in nvf_freef()
1293 file_t *fp = NULL; in nvf_open()
1349 file_t *fp; in nvf_close()
[all …]
/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport_fd.c84 file_t *fp; in port_fd_callback()
143 port_cache_lookup_fp(port_fdcache_t *pcp, int fd, file_t *fp) in port_cache_lookup_fp()
185 file_t *fp; in port_associate_fd()
448 file_t *fp; in port_dissociate_fd()
526 file_t *fp; in port_bind_pollhead()
613 file_t *fp; in port_remove_portfd()
/titanic_50/usr/src/uts/common/syscall/
H A Dlseek.c77 lseek32_common(file_t *fp, int stype, offset_t off, offset_t max, in lseek32_common()
208 file_t *fp; in lseek32()
246 file_t *fp; in llseek32()
276 file_t *fp; in lseek64()
H A Dsendfile.c69 extern int sosendfile64(file_t *, file_t *, const struct ksendfilevec64 *,
73 extern int snf_segmap(file_t *, vnode_t *, u_offset_t, u_offset_t, ssize_t *,
86 sendvec_chunk64(file_t *fp, u_offset_t *fileoff, struct ksendfilevec64 *sfv, in sendvec_chunk64()
169 file_t *ffp; in sendvec_chunk64()
347 sendvec64(file_t *fp, const struct ksendfilevec64 *vec, int sfvcnt, in sendvec64()
394 sendvec_small_chunk(file_t *fp, u_offset_t *fileoff, struct sendfilevec *sfv, in sendvec_small_chunk()
529 file_t *ffp; in sendvec_small_chunk()
684 sendvec_chunk(file_t *fp, u_offset_t *fileoff, struct sendfilevec *sfv, in sendvec_chunk()
859 file_t *ffp; in sendvec_chunk()
1138 file_t *fp; in sendfilev()
H A Dchdir.c97 file_t *fp; in fchdir()
147 file_t *fp; in fchroot()
H A Dfdsync.c54 file_t *fp; in fdsync()
H A Dgetdents.c74 file_t *fp; in getdents32()
192 file_t *fp; in getdents64()
H A Drw.c79 file_t *fp; in read()
215 file_t *fp; in write()
341 file_t *fp; in pread()
481 file_t *fp; in pwrite()
623 file_t *fp; in readv()
781 file_t *fp; in writev()
931 file_t *fp; in preadv()
1113 file_t *fp; in pwritev()
1327 file_t *fp; in pread64()
1450 file_t *fp; in pwrite64()
H A Dpathconf.c130 file_t *fp; in fpathconf()
H A Dioctl.c63 file_t *fp; in ioctl()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.h48 extern int rdcsrv_load(file_t *, rdcsrv_t *, rdc_svc_args_t *, int);
H A Drdcsrv.c271 rdcsrv_create(file_t *fp, rdc_svc_args_t *args, int mode) in rdcsrv_create()
411 rdcsrv_load(file_t *fp, rdcsrv_t *disptab, rdc_svc_args_t *args, int mode) in rdcsrv_load()
/titanic_50/usr/src/uts/common/ktli/
H A Dt_kclose.c67 file_t *fp; in t_kclose()
H A Dt_kspoll.c85 file_t *fp; in t_kspoll()
H A Dt_kgtstate.c75 file_t *fp; in t_kgetstate()
H A Dt_kunbind.c76 file_t *fp; in t_kunbind()
H A Dt_kbind.c74 file_t *fp; in t_kbind()
/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c98 file_t dh_file;
101 #define DHTOF(dh) ((file_t *)(dh))
339 file_t **);
347 static door_node_t *door_lookup(int, file_t **);
352 static void door_info_common(door_node_t *, door_info_t *, file_t *);
417 int from_kernel, int *fdp, file_t **fpp) in door_create_common()
1213 file_t **fpp = ct->d_fpp; in door_server_dispatch()
1575 file_t *fp = NULL; in door_info()
1603 door_info_common(door_node_t *dp, struct door_info *dip, file_t *fp) in door_info_common()
1956 door_lookup(int did, file_t **fpp) in door_lookup()
[all …]
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c173 getsonode(int sock, int *errorp, file_t **fpp) in getsonode()
175 file_t *fp; in getsonode()
633 file_t *fp; in accept()
778 file_t *fp; in connect()
837 file_t *fp; in recvit()
1137 file_t *fp; in sendit()
2107 file_t *fp; in snf_async_read()
2234 create_thread(int operation, struct vnode *vp, file_t *fp, in create_thread()
2289 snf_direct_io(file_t *fp, file_t *rfp, u_offset_t fileoff, u_offset_t size, in snf_direct_io()
2451 snf_segmap(file_t *fp, vnode_t *fvp, u_offset_t fileoff, u_offset_t total_size, in snf_segmap()
[all …]

123