Home
last modified time | relevance | path

Searched defs:autosync (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c58 int autosync = AUTOSYNC; variable
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h179 int autosync; /* Autosync on (1) or off (0) */ member
205 int32_t autosync; /* Autosync on (1) or off (0) */ member
H A Drdc_io.h256 int32_t autosync; member
268 int32_t autosync; member
281 int32_t autosync; member
/titanic_41/usr/src/lib/librdc/common/
H A Drdcconfig.c875 rdc_set_autosync(rdcconfig_t *rdc, int autosync) in rdc_set_autosync()