Home
last modified time | relevance | path

Searched refs:sof_ops_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsockfilter.h128 } sof_ops_t; typedef
132 extern int sof_register(int, const char *, const sof_ops_t *, int);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h54 sof_ops_t sofm_ops;
113 sof_ops_t *sofi_ops; /* filter ops */
H A Dsockfilter.c1452 sof_register(int version, const char *name, const sof_ops_t *ops, int flags) in sof_register()