Searched refs:stdata_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | strsubr.h | 244 } stdata_t; typedef 1097 extern int linkcycle(stdata_t *, stdata_t *, str_stack_t *); 1098 extern struct linkinfo *findlinks(stdata_t *, int, int, str_stack_t *); 1105 extern void mux_addedge(stdata_t *, stdata_t *, int, str_stack_t *); 1106 extern void mux_rmvedge(stdata_t *, int, str_stack_t *); 1114 extern int strmakedata(ssize_t *, struct uio *, stdata_t *, int32_t, mblk_t **); 1141 extern int strwaitq(stdata_t *, int, ssize_t, int, clock_t, int *); 1160 extern int strgeterr(stdata_t *, int32_t, int); 1205 extern void stream_willservice(stdata_t *); 1206 extern void stream_runservice(stdata_t *); [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | session.c | 249 sess_ctty_clear(sess_t *sp, stdata_t *stp) in sess_ctty_clear() 272 sess_ctty_set(proc_t *p, sess_t *sp, stdata_t *stp) in sess_ctty_set() 299 strctty(stdata_t *stp) in strctty() 383 freectty_lock(proc_t *p, sess_t **spp, vnode_t **vpp, stdata_t **stpp, in freectty_lock() 388 stdata_t *stp; in freectty_lock() 489 freectty_signal(proc_t *p, sess_t *sp, stdata_t *stp, boolean_t at_exit) in freectty_signal() 536 stdata_t *stp; in freectty()
|
H A D | strsubr.c | 294 static void stream_service(stdata_t *); 319 static void strsetuio(stdata_t *); 363 static queue_t *link_addpassthru(stdata_t *); 649 stdata_t *stp = buf; in stream_head_constructor() 668 stdata_t *stp = buf; in stream_head_destructor() 860 sizeof (stdata_t), 0, in strinit() 1562 linkcycle(stdata_t *upstp, stdata_t *lostp, str_stack_t *ss) in linkcycle() 1625 findlinks(stdata_t *stp, int index, int type, str_stack_t *ss) in findlinks() 2009 munlink(stdata_t *stp, linkinfo_t *linkp, int flag, cred_t *crp, int *rvalp, in munlink() 2256 munlinkall(stdata_t *stp, int flag, cred_t *crp, int *rvalp, str_stack_t *ss) in munlinkall() [all …]
|
H A D | logsubr.c | 57 static stdata_t log_fakestr;
|
H A D | streamio.c | 896 stdata_t *stp; in strclean() 941 stdata_t *stp; in strcleanall()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 59 typedef void sdprint_func(stdata_t *, stdata_t *); 625 stdata_t sd; in stdata() 815 stdata_t sd; in sd2x() 825 prfunc((stdata_t *)addr, &sd); in sd2x() 832 sdprint_wrq(stdata_t *addr, stdata_t *sd) in sdprint_wrq() 838 sdprint_mate(stdata_t *addr, stdata_t *sd) in sdprint_mate() 951 stdata_t s; in str_walk_init()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2127 stdata_t *stp; in snf_async_read() 2238 stdata_t *stp; in create_thread() 2677 stdata_t *stp; in snf_segmap() 2722 stdata_t *stp; in snf_cache() 2843 stdata_t *stp; in sosendfile64()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 708 stdata_t *stp; in sendvec_chunk()
|
H A D | poll.c | 2629 stdata_t *stp; in checkwfdlist()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | stream.c | 3559 stdata_t *stp = STREAM(q); in strwakeq() 3616 stdata_t *stp = STREAM(q); in struioget()
|