Searched refs:intbuf (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | utils.c | 64 char intbuf[STBUFSIZ]; in proc_string_read() local 72 if ((bufbytes = read(ph->pp_asfd, intbuf, in proc_string_read() 77 buf[bufind] = intbuf[intbufind]; in proc_string_read()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 90 static char intbuf[MAXELFERR]; in elf_errmsg() local 102 buffer = intbuf; in elf_errmsg()
|
/titanic_50/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 149 uint32_t *intbuf = (uint32_t *)(intptr_t)buf; in ucode_convert_intel() local 183 &intbuf[count], &intbuf[count+1], in ucode_convert_intel() 184 &intbuf[count+2], &intbuf[count+3]) != 4) in ucode_convert_intel()
|
/titanic_50/usr/src/cmd/tip/ |
H A D | cmds.c | 34 sigjmp_buf intbuf; /* for interrupts and timeouts */ variable 139 if (sigsetjmp(intbuf, 1)) in transfer() 289 if (sigsetjmp(intbuf, 1)) { in transmit() 440 if (sigsetjmp(intbuf, 1) && timedout) { in send() 457 siglongjmp(intbuf, 1); in timeout() 684 siglongjmp(intbuf, 1); in intcopy()
|