Home
last modified time | relevance | path

Searched refs:obufp (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c67 i_drctl_send(void *msg, size_t size, void **obufp, size_t *osize) in i_drctl_send() argument
97 me, msg, size, (void *)obufp, (void *)osize); in i_drctl_send()
107 if (obufp != NULL) { in i_drctl_send()
108 *obufp = door_args.rbuf; in i_drctl_send()
H A Ddrctl.c613 send_message(void *msg, size_t size, drctl_resp_t **obufp, size_t *osize) in send_message() argument
626 if (obufp != NULL) { in send_message()
637 *obufp = bufp; in send_message()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h270 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else
273 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else
275 #define oput(c) if ((*obufp++ = cbits(c) & BYTEMASK), obufp >= &obuf[OBUFSZ]) flusho(); else
H A Dn2.c228 if (obufp == obuf) in flusho()
244 toolate += write(ptid, obuf, obufp - obuf); in flusho()
246 obufp = obuf; in flusho()
H A Dext.h48 extern char *obufp;
58 extern char obuf[], *obufp;
H A Dn1.c386 obufp = obuf; in init2()
518 *obufp++ = *pfbp++; in fdprintf()
519 if (obufp >= &obuf[OBUFSZ]) in fdprintf()
H A Dni.c59 char *obufp = obuf; variable
H A Dn5.c515 obufp = obuf; /* should be a function in n2.c */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2644 u_char *ibufp, *obufp; local
2724 ibufp = obufp = NULL;
2818 obufp = outpacket_buf;
2819 nobuf = read(pty_master, obufp, sizeof(outpacket_buf));
2840 if (!record_write(recordf, RECMARK_STARTSEND, obufp, nobuf,
2851 n = write(ofd, obufp, n);
2862 obufp += n;
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c332 obufp = obuf; in twdone()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1327 obufp->addr, free_bit, free_page);