Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c605 char *obufp = obuff; in url_encode() local
622 *obufp++ = '%'; in url_encode()
639 *obufp++ = nibble; in url_encode()
645 *obufp++ = '+'; in url_encode()
651 *obufp++ = c; in url_encode()
654 *obufp = '\0'; in url_encode()
/titanic_41/usr/src/cmd/troff/
H A Dtdef.h272 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else
275 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else
277 #define oput(c) if ((*obufp++ = cbits(c) & BYTEMASK), obufp >= &obuf[OBUFSZ]) flusho(); else
H A Dn2.c230 if (obufp == obuf) in flusho()
246 toolate += write(ptid, obuf, obufp - obuf); in flusho()
248 obufp = obuf; in flusho()
H A Dext.h50 extern char *obufp;
60 extern char obuf[], *obufp;
H A Dn1.c387 obufp = obuf; in init2()
519 *obufp++ = *pfbp++; in fdprintf()
520 if (obufp >= &obuf[OBUFSZ]) in fdprintf()
H A Dni.c61 char *obufp = obuf; variable
H A Dn5.c517 obufp = obuf; /* should be a function in n2.c */
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c414 caddr_t obufp, int olen,
1236 caddr_t obufp; in drmach_board_status() local
1251 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP); in drmach_board_status()
1252 err = drmach_mbox_trans(DRMSG_SHOWBOARD, bp->bnum, obufp, in drmach_board_status()
1256 kmem_free(obufp, sizeof (dr_proto_hdr_t)); in drmach_board_status()
1633 caddr_t obufp = NULL; in drmach_mbox_reinit()
1645 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP); in drmach_mbox_reinit()
1646 serr = drmach_mbox_trans(DRMSG_MBOX_INIT, 0, obufp, in drmach_mbox_reinit()
1648 kmem_free(obufp, sizeof (dr_proto_hdr_t)); in drmach_mbox_reinit()
2278 drmach_mbox_trans(uint8_t msgtype, int bnum, caddr_t obufp, int olen, in drmach_mbox_trans() argument
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2647 u_char *ibufp, *obufp; local
2727 ibufp = obufp = NULL;
2821 obufp = outpacket_buf;
2822 nobuf = read(pty_master, obufp, sizeof(outpacket_buf));
2843 if (!record_write(recordf, RECMARK_STARTSEND, obufp, nobuf,
2854 n = write(ofd, obufp, n);
2865 obufp += n;
/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dn10.c334 obufp = obuf; in twdone()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1336 obufp->addr, free_bit, free_page);