Searched defs:mode (Results 1 – 2 of 2) sorted by relevance
/rt/ |
A D | lio_listio-common.c | 65 # define LIO_MODE(mode) ((mode) & 127) argument 66 # define NO_INDIVIDUAL_EVENT_P(mode) ((mode) & 128) argument 68 # define LIO_MODE(mode) mode argument 69 # define NO_INDIVIDUAL_EVENT_P(mode) 0 argument 74 lio_listio_internal (int mode, struct AIOCB *const list[], int nent, in lio_listio_internal() 235 LIO_LISTIO_OLD (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_OLD() 255 LIO_LISTIO_NEW (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_NEW()
|
A D | shm_open.c | 29 __shm_open (const char *name, int oflag, mode_t mode) in __shm_open()
|
Completed in 9 milliseconds