Searched refs:SBIOC (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dbufmod.h66 #define SBIOC ('B' << 8) macro
67 #define SBIOCSTIME (SBIOC|1) /* set timeout info */
68 #define SBIOCGTIME (SBIOC|2) /* get timeout info */
69 #define SBIOCCTIME (SBIOC|3) /* clear timeout */
70 #define SBIOCSCHUNK (SBIOC|4) /* set chunksize */
71 #define SBIOCGCHUNK (SBIOC|5) /* get chunksize */
72 #define SBIOCSSNAP (SBIOC|6) /* set snapshot length */
73 #define SBIOCGSNAP (SBIOC|7) /* get snapshot length */
74 #define SBIOCSFLAGS (SBIOC|8) /* set buffering modes */
75 #define SBIOCGFLAGS (SBIOC|
[all...]

Completed in 45 milliseconds