Home
last modified time | relevance | path

Searched refs:getstate (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh32 th_manage $1 getstate | read path state busy
37 th_manage $1 getstate | read path state busy
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c75 #define getstate(minor) \ macro
424 ntwdt_state_t *ntwdt_ptr = getstate(instance); in ntwdt_open()
453 ntwdt_state_t *ntwdt_ptr = getstate(instance); in ntwdt_close()
479 if ((ntwdt_ptr = getstate(instance)) == NULL) { in ntwdt_ioctl()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c414 #define getstate(minor) \ macro
976 ntwdt_state_t *ntwdt_ptr = getstate(inst); in ntwdt_open()
1022 ntwdt_state_t *ntwdt_ptr = getstate(inst); in ntwdt_close()
1051 if ((ntwdt_ptr = getstate(inst)) == NULL) in ntwdt_ioctl()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h89 dc_getstate getstate; member
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c277 static int getstate(re_re *r, Positionset *ps);
643 s = r->states + getstate(r, ps); in addstate()
864 getstate(re_re *r, Positionset *ps) in getstate() function
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c660 PRIVATE struct state *getstate(/* struct lemon * */); /* forward reference */
712 (void)getstate(lemp);
720 PRIVATE struct state *getstate(lemp) in getstate() function
802 newstp = getstate(lemp);