/titanic_41/usr/src/uts/sun4v/io/ |
H A D | drctl_impl.c | 67 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 D | drctl.c | 613 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 D | bootlog.c | 605 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 D | tdef.h | 272 #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 D | n2.c | 230 if (obufp == obuf) in flusho() 246 toolate += write(ptid, obuf, obufp - obuf); in flusho() 248 obufp = obuf; in flusho()
|
H A D | ext.h | 50 extern char *obufp; 60 extern char obuf[], *obufp;
|
H A D | n1.c | 387 obufp = obuf; in init2() 519 *obufp++ = *pfbp++; in fdprintf() 520 if (obufp >= &obuf[OBUFSZ]) in fdprintf()
|
H A D | ni.c | 61 char *obufp = obuf; variable
|
H A D | n5.c | 517 obufp = obuf; /* should be a function in n2.c */
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 414 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 D | main.c | 2647 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 D | n10.c | 334 obufp = obuf; in twdone()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_page.c | 1336 obufp->addr, free_bit, free_page);
|