Home
last modified time | relevance | path

Searched refs:strbuf32 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c286 static int msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data,
290 getmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *flagsp) in getmsg32()
334 putmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t flags) in putmsg32()
366 getpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *prip, in getpmsg32()
394 putpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t intpri, in putpmsg32()
416 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32()
421 struct strbuf32 msgctl32, msgdata32; in msgio32()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h341 struct strbuf32 { struct
360 struct strbuf32 ctlbuf; argument
361 struct strbuf32 databuf;
381 struct strbuf32 ctlbuf;
382 struct strbuf32 databuf;
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c784 extern int getmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *);
785 extern int putmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *);
786 extern int getpmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t *,
788 extern int putpmsg32(int, struct strbuf32 *, struct strbuf32 *, int32_t,
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c882 print_strbuf32(private_t *pri, struct strbuf32 *sp, const char *name, int dump) in print_strbuf32()
1879 struct strbuf32 strbuf; in show_strbuf32()