Searched defs:stmfState (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h192 } stmfState; typedef in typeref:struct:_stmfState
349 int stmfGetState(stmfState *);
H A Dstmf.c248 stmfState state;
4671 * state - pointer to stmfState structure allocated by the caller
4675 stmfGetState(stmfState *state)
5367 stmfState state;
5434 * stmfState - pointer to stmf_state_desc_t structure. Will contain the state
5438 getStmfState(stmf_state_desc_t *stmfState) argument
5457 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)stmfState;
5459 stmfIoctl.stmf_obuf = (uint64_t)(unsigned long)stmfState;
5487 * stmfState - pointer to caller set state structure
5494 setStmfState(int fd, stmf_state_desc_t *stmfState, in argument
[all...]

Completed in 69 milliseconds