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

/osnet-11/usr/src/lib/libds/common/
H A Dlibds.c48 } dslibentry_t; typedef in typeref:struct:dslibentry
54 static dslibentry_t *dslibtab;
74 static dslibentry_t *ds_hdl_to_dslibentry(ds_hdl_t hdl);
75 static dslibentry_t *ds_new_dslibentry(void);
77 static dslibentry_t *ds_lookup_dslibentry(char *service, boolean_t is_client);
78 static dslibentry_t *ds_register_dslibentry(ds_hdl_t hdl, char *service,
80 static void ds_free_dslibentry(dslibentry_t *dsp, int force_unreg);
85 static dslibentry_t *
89 dslibentry_t *dsp;
98 static dslibentry_t *
[all...]

Completed in 20 milliseconds