Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsockfilter.h56 } sof_rval_t; typedef
73 typedef sof_rval_t (*sof_attach_active_fn_t)(sof_handle_t, int, int, int,
75 typedef sof_rval_t (*sof_attach_passive_fn_t)(sof_handle_t, sof_handle_t,
84 struct nmsghdr *, cred_t *, sof_rval_t *);
85 typedef sof_rval_t (*sof_bind_fn_t)(sof_handle_t, void *,
87 typedef sof_rval_t (*sof_listen_fn_t)(sof_handle_t, void *, int *,
89 typedef sof_rval_t (*sof_accept_fn_t)(sof_handle_t, void *, cred_t *);
90 typedef sof_rval_t (*sof_connect_fn_t)(sof_handle_t, void *,
92 typedef sof_rval_t (*sof_shutdown_fn_t)(sof_handle_t, void *, int *,
94 typedef sof_rval_t (*sof_getsockname_fn_t)(sof_handle_t, void *,
[all …]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h154 extern int sof_rval2errno(sof_rval_t);
167 sof_rval_t __rval; \
176 (sof_rval_t), __rval); \
H A Dsockfilter.c192 sof_rval_t rval; in sof_setsockopt_impl()
408 sof_rval_t rval; in sof_sonode_inherit_filters()
514 sof_rval_t rval; in sof_sonode_autoattach_filters()
1248 sof_rval2errno(sof_rval_t rval) in sof_rval2errno()
1274 sof_rval_t rval; in sof_filter_data_out_from()
1384 sof_rval_t rval; in sof_filter_accept()
1392 (sof_rval_t), rval); in sof_filter_accept()