Searched refs:private (Results 226 - 250 of 646) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/sun_fc/common/
H A DLinkEvent.h52 private:
H A DTargetEvent.h57 private:
H A DTgtFCHBA.h55 private:
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dget_req.c41 #include <fcode/private.h>
52 common_data_t *cdp = env->private;
93 common_data_t *cdp = env->private;
136 common_data_t *cdp = env->private;
255 common_data_t *cdp = env->private;
317 common_data_t *cdp = env->private;
327 common_data_t *cdp = env->private;
350 common_data_t *cdp = env->private;
369 common_data_t *cdp = env->private;
408 common_data_t *cdp = env->private;
[all...]
H A Dbuild_tree.c37 #include <fcode/private.h>
70 common_data_t *cdp = env->private;
71 private_data_t *pd = d->private;
88 private_data_t *ppd = (private_data_t *) d->parent->private;
115 d->private = pd;
181 current->private = pd;
203 common_data_t *cdp = env->private;
221 common_data_t *cdp = env->private;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c74 struct dns_p *dns = (struct dns_p *)this->private;
94 pr->private = pvt;
110 struct pvt *pvt = (struct pvt *)this->private;
123 struct pvt *pvt = (struct pvt *)this->private;
138 struct pvt *pvt = (struct pvt *)this->private;
174 struct pvt *pvt = (struct pvt *)this->private;
183 struct pvt *pvt = (struct pvt *)this->private;
193 struct pvt *pvt = (struct pvt *)this->private;
H A Ddns_sv.c83 struct dns_p *dns = (struct dns_p *)this->private;
103 sv->private = pvt;
124 struct pvt *pvt = (struct pvt *)this->private;
139 struct pvt *pvt = (struct pvt *)this->private;
154 struct pvt *pvt = (struct pvt *)this->private;
186 struct pvt *pvt = (struct pvt *)this->private;
284 struct pvt *pvt = (struct pvt *)this->private;
293 struct pvt *pvt = (struct pvt *)this->private;
H A Dirp_ho.c113 pvt->girpdata = this->private;
115 ho->private = pvt;
137 struct pvt *pvt = (struct pvt *)this->private;
170 struct pvt *pvt = (struct pvt *)this->private;
223 struct pvt *pvt = (struct pvt *)this->private;
286 struct pvt *pvt = (struct pvt *)this->private;
330 struct pvt *pvt = (struct pvt *)this->private;
359 struct pvt *pvt = (struct pvt *)this->private;
H A Dirp_nw.c104 pvt->girpdata = this->private;
106 nw->private = pvt;
125 struct pvt *pvt = (struct pvt *)this->private;
143 struct pvt *pvt = (struct pvt *)this->private;
192 struct pvt *pvt = (struct pvt *)this->private;
241 struct pvt *pvt = (struct pvt *)this->private;
270 struct pvt *pvt = (struct pvt *)this->private;
312 struct pvt *pvt = (struct pvt *)this->private;
320 /* private. */
H A Dirp_pr.c94 pvt->girpdata = this->private;
96 pr->private = pvt;
115 struct pvt *pvt = (struct pvt *)this->private;
132 struct pvt *pvt = (struct pvt *)this->private;
181 struct pvt *pvt = (struct pvt *)this->private;
230 struct pvt *pvt = (struct pvt *)this->private;
259 struct pvt *pvt = (struct pvt *)this->private;
303 struct pvt *pvt = (struct pvt *)this->private;
H A Dirp_sv.c98 pvt->girpdata = this->private;
100 sv->private = pvt;
120 struct pvt *pvt = (struct pvt *)this->private;
137 struct pvt *pvt = (struct pvt *)this->private;
182 struct pvt *pvt = (struct pvt *)this->private;
233 struct pvt *pvt = (struct pvt *)this->private;
284 struct pvt *pvt = (struct pvt *)this->private;
313 struct pvt *pvt = (struct pvt *)this->private;
H A Dgetnetgrent_r.c78 struct private { struct
91 struct private *p;
105 *buf = p = malloc(sizeof(struct private));
127 struct private *p = buf;
155 struct private *p = buf;
H A Dgen_ho.c80 struct gen_p *accpvt = (struct gen_p *)this->private;
97 ho->private = pvt;
115 struct pvt *pvt = (struct pvt *)this->private;
126 struct pvt *pvt = (struct pvt *)this->private;
169 struct pvt *pvt = (struct pvt *)this->private;
208 struct pvt *pvt = (struct pvt *)this->private;
249 struct pvt *pvt = (struct pvt *)this->private;
271 struct pvt *pvt = (struct pvt *)this->private;
283 struct pvt *pvt = (struct pvt *)this->private;
297 struct pvt *pvt = (struct pvt *)this->private;
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h43 private:
66 private:
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.h76 void L2_add(L2el_t *headp, L2el_t *elementp, void *private);
78 void L2_add_head(L2el_t *headp, L2el_t *elementp, void *private);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h40 void * private;
58 void * private;
74 void * private;
91 void * private;
107 void * private;
127 void * private;
143 void * private;
158 void * private;
167 void * private;
257 * These forward declarations are for the semi-private function
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dcomconsole.c143 if (cp->private == NULL) {
144 cp->private = malloc(sizeof(struct serial));
145 port = cp->private;
238 struct serial *sp = cp->private;
250 struct serial *sp = cp->private;
257 struct serial *sp = cp->private;
390 if (comc_parse_mode(cp->private, value) == CMD_ERROR)
412 sp = cp->private;
439 sp = cp->private;
509 struct serial *sp = cp->private;
[all...]
/illumos-gate/usr/src/lib/efcode/upa/
H A Dupa.c31 #include <fcode/private.h>
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h48 void *private;
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h74 private:
/illumos-gate/usr/src/lib/libtsol/
H A DMakefile36 MSGFILES = common/btos.c common/private.c common/stob.c
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dadd_wch.c44 #include <private.h>
H A Daddch.c44 #include <private.h>
H A Dbkgrndst.c44 #include <private.h>
H A Ddelch.c44 #include <private.h>

Completed in 119 milliseconds

1234567891011>>