Home
last modified time | relevance | path

Searched refs:AIOCANCEL (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio.h52 #define AIOCANCEL 3 macro
75 #define AIOCANCEL64 AIOCANCEL
/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c896 return ((int)_kaio(AIOCANCEL, fd, aiocbp)); in aio_cancel()
1754 return ((int)_kaio(AIOCANCEL, fd, aiocbp)); in aio_cancel64()
H A Daio.c754 return ((int)_kaio(AIOCANCEL, fd, NULL)); in aiocancel_all()
/titanic_41/usr/src/uts/common/os/
H A Daio.c277 case AIOCANCEL: in kaioc()
357 case AIOCANCEL: in kaio()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1190 case AIOCANCEL: s = "AIOCANCEL"; break; in prt_aio()