Searched defs:mode_arg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c121 void *mode_arg = NULL; local
131 if (mode != NULL || mode_arg != NULL)
135 mode_arg = optarg;
178 inj_program_run(program, mode, mode_arg);
H A Dinj_cmds.c250 inj_program_run(inj_list_t *prog, const inj_mode_ops_t *mode, void *mode_arg) argument
252 void *hdl = mode->mo_open(mode_arg);
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1195 int mode_arg,
1276 if (mode_arg == LIO_WAIT || sigev) {
1514 if (mode_arg == LIO_WAIT) {
2897 int mode_arg,
2984 if (mode_arg == LIO_WAIT || sigev) {
3229 if (mode_arg == LIO_WAIT) {
3372 int mode_arg,
3469 if (mode_arg == LIO_WAIT || sigev) {
3734 if (mode_arg == LIO_WAIT) {
1194 alio( int mode_arg, aiocb_t **aiocb_arg, int nent, struct sigevent *sigev) argument
2896 alioLF( int mode_arg, void *aiocb_arg, int nent, void *sigev) argument
3371 alio32( int mode_arg, void *aiocb_arg, int nent, void *sigev) argument

Completed in 56 milliseconds