Searched refs:private (Results 126 - 150 of 646) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c47 #include <private.h>
H A Dbrdr_st.c47 #include <private.h>
H A Dcurs_set.c49 #include <private.h>
H A Ddeleteln.c47 #include <private.h>
H A Dgetcchar.c49 #include <private.h>
H A Dkey_name.c49 #include <private.h>
H A Dmeta.c49 #include <private.h>
H A Dnewpad.c49 #include <private.h>
H A Dtgetstr.c49 #include <private.h>
H A Dtouchwin.c47 #include <private.h>
H A Dvw_scanw.c49 #include <private.h>
H A Dwclear.c47 #include <private.h>
H A Dwhln.c47 #include <private.h>
H A Dwtouchln.c49 #include <private.h>
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioRawPipe.h40 private:
H A DAudioTypeG72X.h42 private:
H A DAudioTypeSampleRate.h42 private:
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterEvent.h55 private:
H A DAdapterPortStatEvent.h53 private:
H A DLinkEventListener.h54 private:
H A DTargetEventListener.h54 private:
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_walkdag.c66 md_walk_fn_t func, void *private)
128 node_name_cookie, arc_name_cookie, seenp, func, private, 0);
139 uint8_t *seenp, md_walk_fn_t func, void *private, int level)
174 result = (func)((md_t *)mdp, parentidx, nodeidx, private);
195 private, level+1);
64 md_walk_dag(md_t *ptr, mde_cookie_t startnode, mde_str_cookie_t node_name_cookie, mde_str_cookie_t arc_name_cookie, md_walk_fn_t func, void *private) argument
137 mdl_walk_dag(md_impl_t *mdp, mde_cookie_t parentidx, mde_cookie_t nodeidx, mde_str_cookie_t node_name_cookie, mde_str_cookie_t arc_name_cookie, uint8_t *seenp, md_walk_fn_t func, void *private, int level) argument
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c72 struct gen_p *accpvt = (struct gen_p *)this->private;
89 nw->private = pvt;
105 struct pvt *pvt = (struct pvt *)this->private;
118 struct pvt *pvt = (struct pvt *)this->private;
143 struct pvt *pvt = (struct pvt *)this->private;
166 struct pvt *pvt = (struct pvt *)this->private;
189 struct pvt *pvt = (struct pvt *)this->private;
201 struct pvt *pvt = (struct pvt *)this->private;
215 struct pvt *pvt = (struct pvt *)this->private;
234 struct pvt *pvt = (struct pvt *)this->private;
[all...]
H A Dgen_ng.c67 struct gen_p *accpvt = (struct gen_p *)this->private;
84 ng->private = pvt;
97 struct pvt *pvt = (struct pvt *)this->private;
110 struct pvt *pvt = (struct pvt *)this->private;
132 struct pvt *pvt = (struct pvt *)this->private;
149 struct pvt *pvt = (struct pvt *)this->private;
164 struct pvt *pvt = (struct pvt *)this->private;
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dupload.c37 #include <fcode/private.h>
52 pd = (private_data_t *)d->private;
53 ppd = (private_data_t *)d->parent->private;
95 pd = (private_data_t *)d->private;
112 pd = (private_data_t *)d->private;
135 private_data_t *pd = (private_data_t *)d->private;
146 debug_msg(DEBUG_UPLOAD, "Upload Node: dev: %p NULL private\n",
161 common_data_t *cdp = env->private;

Completed in 107 milliseconds

1234567891011>>