Home
last modified time | relevance | path

Searched refs:dowrite (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c60 dowrite(int fd, const void *buf, int len) in dowrite() function
179 if ((retv = dowrite(curlogfd, timbuf, timlen)) > 0) in vlogat()
180 retv = dowrite(curlogfd, ostr, slen); in vlogat()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c1127 int dowrite) in bd_edd_io() argument
1138 if (dowrite == BD_WR) in bd_edd_io()
1153 int dowrite) in bd_chs_io() argument
1174 if (dowrite == BD_WR) in bd_chs_io()
1198 caddr_t dest, int dowrite) in bd_io() argument
1217 if (dowrite == BD_RD && dblk >= 0x100000000) in bd_io()
1221 result = bd_edd_io(bd, dblk, blks, dest, dowrite); in bd_io()
1223 result = bd_chs_io(bd, dblk, blks, dest, dowrite); in bd_io()
1247 if (dowrite == BD_WR) { in bd_io()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c304 (void) dowrite(&prf); in dbg_print()
356 (void) dowrite(&prf); in dbg_print()
H A Dutil.c2514 dowrite(Prfbuf * prf) in dowrite() function
2566 if (dowrite(prf) == 0) \
2870 return (dowrite(&prf)); in printf()
3006 (void) dowrite(&prf); in veprintf()
H A D_rtld.h688 extern int dowrite(Prfbuf *);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c832 int dowrite; in destroy_file_suffix() local
860 dowrite = 0; in destroy_file_suffix()
869 dowrite = 1; in destroy_file_suffix()
875 if (dowrite) { in destroy_file_suffix()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c176 static void dowrite(int);
560 dowrite(cmd[0]); in setupwriter()
1930 dowrite(int cmd) in dowrite() function