Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c62 dowrite(int fd, const void *buf, int len) in dowrite() function
181 if ((retv = dowrite(curlogfd, timbuf, timlen)) > 0) in vlogat()
182 retv = dowrite(curlogfd, ostr, slen); in vlogat()
/titanic_44/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.c2513 dowrite(Prfbuf * prf) in dowrite() function
2565 if (dowrite(prf) == 0) \
2869 return (dowrite(&prf)); in printf()
3002 (void) dowrite(&prf); in veprintf()
H A D_rtld.h695 extern int dowrite(Prfbuf *);
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c831 int dowrite; in destroy_file_suffix() local
859 dowrite = 0; in destroy_file_suffix()
868 dowrite = 1; in destroy_file_suffix()
874 if (dowrite) { in destroy_file_suffix()
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptape.c176 static void dowrite(int);
199 static void dowrite();
599 dowrite(cmd[0]); in setupwriter()
2019 dowrite(int cmd) in dowrite() function