Searched refs:strbuf32 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 289 static int msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, 293 getmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *flagsp) in getmsg32() 337 putmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t flags) in putmsg32() 369 getpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *prip, in getpmsg32() 397 putpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t intpri, in putpmsg32() 419 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32() 424 struct strbuf32 msgctl32, msgdata32; in msgio32()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 343 struct strbuf32 { struct 362 struct strbuf32 ctlbuf; argument 363 struct strbuf32 databuf; 383 struct strbuf32 ctlbuf; 384 struct strbuf32 databuf;
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 785 extern int getmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *); 786 extern int putmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *); 787 extern int getpmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *, 789 extern int putpmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t,
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 888 print_strbuf32(private_t *pri, struct strbuf32 *sp, const char *name, int dump) in print_strbuf32() 1926 struct strbuf32 strbuf; in show_strbuf32()
|