/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfmutex.c | 31 int sfmutex(Sfio_t* f, int type) in sfmutex() function 33 int sfmutex(f, type) in sfmutex()
|
H A D | sfhdr.h | 371 if(sfmutex((ff), SFMTX_LOCK) != 0) return(rv); \ 382 sfmutex((ff), SFMTX_UNLOCK); \ 389 #define SFMTXLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_LOCK) : 0) 390 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0)
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfmutex.c | 31 int sfmutex(Sfio_t* f, int type) in sfmutex() function 33 int sfmutex(f, type) in sfmutex()
|
H A D | sfhdr.h | 374 if(sfmutex((ff), SFMTX_LOCK) != 0) return(rv); \ 385 sfmutex((ff), SFMTX_UNLOCK); \ 392 #define SFMTXLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_LOCK) : 0) 393 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0)
|
/titanic_51/usr/src/lib/libast/common/stdio/ |
H A D | flockfile.c | 31 (void)sfmutex(f, SFMTX_LOCK); in flockfile()
|
H A D | ftrylockfile.c | 31 return sfmutex(f, SFMTX_TRYLOCK); in ftrylockfile()
|
H A D | funlockfile.c | 31 (void)sfmutex(f, SFMTX_UNLOCK); in funlockfile()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | flockfile.c | 31 (void)sfmutex(f, SFMTX_LOCK); in flockfile()
|
H A D | ftrylockfile.c | 31 return sfmutex(f, SFMTX_TRYLOCK); in ftrylockfile()
|
H A D | funlockfile.c | 31 (void)sfmutex(f, SFMTX_UNLOCK); in funlockfile()
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 547 sfmutex;
|
H A D | Makefile.com | 316 common/sfio/sfmutex.o \
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 555 sfmutex;
|
H A D | Makefile.defs | 345 sfio/sfmutex.o \
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 271 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 271 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | sfio.h | 116 /* for sfmutex() call */ 273 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 271 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 271 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 271 extern int sfmutex _ARG_((Sfio_t*, int));
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 161 sfgetm.c sfmutex.c sfputm.c sfresize.c \
|
H A D | Mamfile | 4507 make sfmutex.o 4508 make sfio/sfmutex.c 4510 done sfio/sfmutex.c 4511 meta sfmutex.o %.c>%.o sfio/sfmutex.c sfmutex 4512 prev sfio/sfmutex.c 4513 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfmutex.c 4514 done sfmutex.o generated 6104 exec - ${AR} rc libast.a regnexec.o regsubcomp.o regsubexec.o regsub.o regrecord.o regrexec.o regstat.o dtclose.o dtdisc.o dthash.o dtlist.o dtmethod.o dtopen.o dtstrhash.o dttree.o dtview.o dtwalk.o dtnew.o dtcomp.o sfclose.o sfclrlock.o sfdisc.o sfdlen.o sfexcept.o sfgetl.o sfgetu.o sfcvt.o sfecvt.o sffcvt.o sfextern.o sffilbuf.o sfflsbuf.o sfprints.o sfgetd.o sfgetr.o sfllen.o sfmode.o sfmove.o sfnew.o sfpkrd.o sfnotify.o sfnputc.o sfopen.o sfpeek.o sfpoll.o sfpool.o sfpopen.o sfprintf.o sfputd.o sfputl.o sfputr.o sfputu.o sfrd.o sfread.o sfreserve.o sfscanf.o sfseek.o sfset.o sfsetbuf.o sfsetfd.o sfsize.o sfsk.o sfstack.o sfstrtod.o sfsync.o sfswap.o sftable.o sftell.o sftmp.o sfungetc.o sfvprintf.o sfvscanf.o sfwr.o sfwrite.o sfpurge.o sfraise.o sfwalk.o sfgetm.o sfmutex [all...] |