Searched refs:pvt (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnis_nw.c63 struct pvt { struct
100 static void nisfree(struct pvt *, enum do_what);
108 struct pvt *pvt; local
110 if (!(pvt = memget(sizeof *pvt))) {
114 memset(pvt, 0, sizeof *pvt);
116 memput(pvt, sizeof *pvt);
139 struct pvt *pvt = (struct pvt *)this->private; local
152 struct pvt *pvt = (struct pvt *)this->private; local
190 struct pvt *pvt = (struct pvt *)this->private; local
215 struct pvt *pvt = (struct pvt *)this->private; local
222 struct pvt *pvt = (struct pvt *)this->private; local
260 struct pvt *pvt = (struct pvt *)this->private; local
268 struct pvt *pvt = (struct pvt *)this->private; local
287 struct pvt *pvt = (struct pvt *)this->private; local
302 struct pvt *pvt = (struct pvt *)this->private; local
360 nisfree(struct pvt *pvt, enum do_what do_what) argument
373 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dnis_pr.c59 struct pvt { struct
85 static void nisfree(struct pvt *, enum do_what);
92 struct pvt *pvt; local
99 if (!(pvt = memget(sizeof *pvt))) {
104 memset(pvt, 0, sizeof *pvt);
105 pvt->needrewind = 1;
106 pvt
123 struct pvt *pvt = (struct pvt *)this->private; local
136 struct pvt *pvt = (struct pvt *)this->private; local
153 struct pvt *pvt = (struct pvt *)this->private; local
170 struct pvt *pvt = (struct pvt *)this->private; local
205 struct pvt *pvt = (struct pvt *)this->private; local
220 struct pvt *pvt = (struct pvt *)this->private; local
289 nisfree(struct pvt *pvt, enum do_what do_what) argument
[all...]
H A Dlcl_pw.c97 struct pvt { struct
115 static int initdb(struct pvt *);
122 struct pvt *pvt; local
131 if (!(pvt = memget(sizeof *pvt))) {
136 memset(pvt, 0, sizeof *pvt);
137 pw->private = pvt;
153 struct pvt *pv local
167 struct pvt *pvt = (struct pvt *)this->private; local
185 struct pvt *pvt = (struct pvt *)this->private; local
206 struct pvt *pvt = (struct pvt *)this->private; local
226 struct pvt *pvt = (struct pvt *)this->private; local
233 struct pvt *pvt = (struct pvt *)this->private; local
244 initdb(struct pvt *pvt) argument
268 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dnis_pw.c60 struct pvt { struct
86 static void nisfree(struct pvt *, enum do_what);
93 struct pvt *pvt; local
100 if (!(pvt = memget(sizeof *pvt))) {
105 memset(pvt, 0, sizeof *pvt);
106 pvt->needrewind = 1;
107 pvt
124 struct pvt *pvt = (struct pvt *)this->private; local
135 struct pvt *pvt = (struct pvt *)this->private; local
170 struct pvt *pvt = (struct pvt *)this->private; local
187 struct pvt *pvt = (struct pvt *)this->private; local
204 struct pvt *pvt = (struct pvt *)this->private; local
219 struct pvt *pvt = (struct pvt *)this->private; local
276 nisfree(struct pvt *pvt, enum do_what do_what) argument
[all...]
H A Dgen_nw.c46 struct pvt { struct
74 struct pvt *pvt; local
76 if (!(pvt = memget(sizeof *pvt))) {
80 memset(pvt, 0, sizeof *pvt);
82 memput(pvt, sizeof *pvt);
87 pvt
105 struct pvt *pvt = (struct pvt *)this->private; local
118 struct pvt *pvt = (struct pvt *)this->private; local
143 struct pvt *pvt = (struct pvt *)this->private; local
166 struct pvt *pvt = (struct pvt *)this->private; local
189 struct pvt *pvt = (struct pvt *)this->private; local
201 struct pvt *pvt = (struct pvt *)this->private; local
215 struct pvt *pvt = (struct pvt *)this->private; local
234 struct pvt *pvt = (struct pvt *)this->private; local
254 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dlcl_gr.c91 struct pvt { struct
115 static int grstart(struct pvt *);
116 static char * grnext(struct pvt *);
130 struct pvt *pvt; local
139 if (!(pvt = memget(sizeof *pvt))) {
144 memset(pvt, 0, sizeof *pvt);
145 gr->private = pvt;
162 struct pvt *pvt = (struct pvt *)this->private; local
176 struct pvt *pvt = (struct pvt *)this->private; local
204 struct pvt *pvt = (struct pvt *)this->private; local
215 grstart(struct pvt *pvt) argument
233 grnext(struct pvt *pvt) argument
282 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dnis_gr.c95 struct pvt { struct
130 static void nisfree(struct pvt *, enum do_what);
137 struct pvt *pvt; local
144 if (!(pvt = memget(sizeof *pvt))) {
149 memset(pvt, 0, sizeof *pvt);
150 pvt->needrewind = 1;
151 pvt
169 struct pvt *pvt = (struct pvt *)this->private; local
181 struct pvt *pvt = (struct pvt *)this->private; local
216 struct pvt *pvt = (struct pvt *)this->private; local
231 struct pvt *pvt = (struct pvt *)this->private; local
248 struct pvt *pvt = (struct pvt *)this->private; local
263 struct pvt *pvt = (struct pvt *)this->private; local
342 nisfree(struct pvt *pvt, enum do_what do_what) argument
[all...]
H A Dgen_ng.c46 struct pvt { struct
69 struct pvt *pvt; local
76 if (!(pvt = memget(sizeof *pvt))) {
81 memset(pvt, 0, sizeof *pvt);
82 pvt->rules = accpvt->map_rules[irs_ng];
83 pvt->rule = pvt
97 struct pvt *pvt = (struct pvt *)this->private; local
110 struct pvt *pvt = (struct pvt *)this->private; local
132 struct pvt *pvt = (struct pvt *)this->private; local
149 struct pvt *pvt = (struct pvt *)this->private; local
164 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dnis_sv.c59 struct pvt { struct
86 static void nisfree(struct pvt *, enum do_what);
93 struct pvt *pvt; local
100 if (!(pvt = memget(sizeof *pvt))) {
105 memset(pvt, 0, sizeof *pvt);
106 pvt->needrewind = 1;
107 pvt
124 struct pvt *pvt = (struct pvt *)this->private; local
169 struct pvt *pvt = (struct pvt *)this->private; local
176 struct pvt *pvt = (struct pvt *)this->private; local
219 struct pvt *pvt = (struct pvt *)this->private; local
297 nisfree(struct pvt *pvt, enum do_what do_what) argument
[all...]
H A Ddns_sv.c52 struct pvt { struct
85 struct pvt *pvt; local
91 if (!(pvt = memget(sizeof *pvt))) {
95 memset(pvt, 0, sizeof *pvt);
96 pvt->dns = dns;
98 memput(pvt, sizeof *pvt);
124 struct pvt *pvt = (struct pvt *)this->private; local
139 struct pvt *pvt = (struct pvt *)this->private; local
154 struct pvt *pvt = (struct pvt *)this->private; local
186 struct pvt *pvt = (struct pvt *)this->private; local
284 struct pvt *pvt = (struct pvt *)this->private; local
293 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dlcl_nw.c87 struct pvt { struct
123 struct pvt *pvt; local
127 if (!(pvt = memget(sizeof *pvt))) {
131 memset(pvt, 0, sizeof *pvt);
133 memput(pvt, sizeof *pvt);
138 nw->private = pvt;
154 struct pvt *pvt = (struct pvt *)this->private; local
204 struct pvt *pvt = (struct pvt *)this->private; local
221 struct pvt *pvt = (struct pvt *)this->private; local
319 struct pvt *pvt = (struct pvt *)this->private; local
331 struct pvt *pvt = (struct pvt *)this->private; local
350 struct pvt *pvt = (struct pvt *)this->private; local
363 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dgen_ho.c48 struct pvt { struct
82 struct pvt *pvt; local
84 if (!(pvt = memget(sizeof *pvt))) {
88 memset(pvt, 0, sizeof *pvt);
90 memput(pvt, sizeof *pvt);
95 pvt
115 struct pvt *pvt = (struct pvt *)this->private; local
126 struct pvt *pvt = (struct pvt *)this->private; local
169 struct pvt *pvt = (struct pvt *)this->private; local
208 struct pvt *pvt = (struct pvt *)this->private; local
249 struct pvt *pvt = (struct pvt *)this->private; local
271 struct pvt *pvt = (struct pvt *)this->private; local
283 struct pvt *pvt = (struct pvt *)this->private; local
297 struct pvt *pvt = (struct pvt *)this->private; local
316 struct pvt *pvt = (struct pvt *)this->private; local
337 struct pvt *pvt = (struct pvt *)this->private; local
379 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dgen_pw.c50 struct pvt { struct
76 struct pvt *pvt; local
83 if (!(pvt = memget(sizeof *pvt))) {
84 memput(pw, sizeof *pvt);
88 memset(pvt, 0, sizeof *pvt);
89 pvt->rules = accpvt->map_rules[irs_pw];
90 pvt
107 struct pvt *pvt = (struct pvt *)this->private; local
115 struct pvt *pvt = (struct pvt *)this->private; local
137 struct pvt *pvt = (struct pvt *)this->private; local
149 struct pvt *pvt = (struct pvt *)this->private; local
166 struct pvt *pvt = (struct pvt *)this->private; local
183 struct pvt *pvt = (struct pvt *)this->private; local
195 struct pvt *pvt = (struct pvt *)this->private; local
214 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dgen_pr.c45 struct pvt { struct
71 struct pvt *pvt; local
78 if (!(pvt = memget(sizeof *pvt))) {
83 memset(pvt, 0, sizeof *pvt);
84 pvt->rules = accpvt->map_rules[irs_pr];
85 pvt->rule = pvt
102 struct pvt *pvt = (struct pvt *)this->private; local
110 struct pvt *pvt = (struct pvt *)this->private; local
132 struct pvt *pvt = (struct pvt *)this->private; local
149 struct pvt *pvt = (struct pvt *)this->private; local
166 struct pvt *pvt = (struct pvt *)this->private; local
178 struct pvt *pvt = (struct pvt *)this->private; local
190 struct pvt *pvt = (struct pvt *)this->private; local
209 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dgen_sv.c45 struct pvt { struct
72 struct pvt *pvt; local
79 if (!(pvt = memget(sizeof *pvt))) {
84 memset(pvt, 0, sizeof *pvt);
85 pvt->rules = accpvt->map_rules[irs_sv];
86 pvt->rule = pvt
103 struct pvt *pvt = (struct pvt *)this->private; local
111 struct pvt *pvt = (struct pvt *)this->private; local
133 struct pvt *pvt = (struct pvt *)this->private; local
150 struct pvt *pvt = (struct pvt *)this->private; local
167 struct pvt *pvt = (struct pvt *)this->private; local
179 struct pvt *pvt = (struct pvt *)this->private; local
191 struct pvt *pvt = (struct pvt *)this->private; local
210 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dnis_ng.c70 struct pvt { struct
92 static void add_group_to_list(struct pvt *, const char *, int);
93 static void add_tuple_to_list(struct pvt *, const char *, char *);
94 static void tmpfree(struct pvt *);
101 struct pvt *pvt; local
108 if (!(pvt = memget(sizeof *pvt))) {
113 memset(pvt, 0, sizeof *pvt);
128 struct pvt *pvt = (struct pvt *)this->private; local
137 struct pvt *pvt = (struct pvt *)this->private; local
152 struct pvt *pvt = (struct pvt *)this->private; local
169 struct pvt *pvt = (struct pvt *)this->private; local
192 add_group_to_list(struct pvt *pvt, const char *name, int len) argument
224 add_tuple_to_list(struct pvt *pvt, const char *name, char *cp) argument
288 tmpfree(struct pvt *pvt) argument
[all...]
H A Dnis_ho.c71 struct pvt { struct
116 static void nisfree(struct pvt *, enum do_what);
124 struct pvt *pvt; local
126 if (!(pvt = memget(sizeof *pvt))) {
130 memset(pvt, 0, sizeof *pvt);
132 memput(pvt, sizeof *pvt);
157 struct pvt *pvt = (struct pvt *)this->private; local
169 struct pvt *pvt = (struct pvt *)this->private; local
185 struct pvt *pvt = (struct pvt *)this->private; local
230 struct pvt *pvt = (struct pvt *)this->private; local
266 struct pvt *pvt = (struct pvt *)this->private; local
304 struct pvt *pvt = (struct pvt *)this->private; local
311 struct pvt *pvt = (struct pvt *)this->private; local
319 struct pvt *pvt = (struct pvt *)this->private; local
338 struct pvt *pvt = (struct pvt *)this->private; local
361 struct pvt *pvt = (struct pvt *)this->private; local
440 struct pvt *pvt = (struct pvt *)this->private; local
511 nisfree(struct pvt *pvt, enum do_what do_what) argument
524 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dirp_ng.c45 struct pvt { struct
73 struct pvt *pvt; local
81 if (!(pvt = memget(sizeof *pvt))) {
86 memset(pvt, 0, sizeof *pvt);
87 pvt->girpdata = this->private;
89 ng->private = pvt;
109 struct pvt *pv local
128 struct pvt *pvt = (struct pvt *)this->private; local
161 struct pvt *pvt = (struct pvt *)this->private; local
203 struct pvt *pvt = (struct pvt *)this->private; local
242 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Ddns_pr.c49 struct pvt { struct
75 struct pvt *pvt; local
82 if (!(pvt = memget(sizeof *pvt))) {
86 memset(pvt, 0, sizeof *pvt);
88 memput(pvt, sizeof *pvt);
93 pvt
110 struct pvt *pvt = (struct pvt *)this->private; local
123 struct pvt *pvt = (struct pvt *)this->private; local
138 struct pvt *pvt = (struct pvt *)this->private; local
174 struct pvt *pvt = (struct pvt *)this->private; local
183 struct pvt *pvt = (struct pvt *)this->private; local
193 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dgen_gr.c52 struct pvt { struct
105 struct pvt *pvt; local
112 if (!(pvt = memget(sizeof *pvt))) {
117 memset(pvt, 0, sizeof *pvt);
118 pvt->rules = accpvt->map_rules[irs_gr];
119 pvt->rule = pvt
137 struct pvt *pvt = (struct pvt *)this->private; local
145 struct pvt *pvt = (struct pvt *)this->private; local
167 struct pvt *pvt = (struct pvt *)this->private; local
194 struct pvt *pvt = (struct pvt *)this->private; local
221 struct pvt *pvt = (struct pvt *)this->private; local
235 struct pvt *pvt = (struct pvt *)this->private; local
278 struct pvt *pvt = (struct pvt *)this->private; local
290 struct pvt *pvt = (struct pvt *)this->private; local
309 struct pvt *pvt = (struct pvt *)this->private; local
332 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Ddns_gr.c60 struct pvt { struct
103 struct pvt *pvt; local
109 if (!(pvt = memget(sizeof *pvt))) {
113 memset(pvt, 0, sizeof *pvt);
114 pvt->dns = dns;
116 memput(pvt, sizeof *pvt);
138 struct pvt *pvt = (struct pvt *)this->private; local
202 struct pvt *pvt = (struct pvt *)this->private; local
279 struct pvt *pvt = (struct pvt *)this->private; local
288 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dlcl_ng.c78 struct pvt { struct
108 struct pvt *pvt; local
117 if (!(pvt = memget(sizeof *pvt))) {
122 memset(pvt, 0, sizeof *pvt);
123 ng->private = pvt;
136 struct pvt *pvt local
152 struct pvt *pvt = (struct pvt *)this->private; local
184 struct pvt *pvt = (struct pvt *)this->private; local
222 struct pvt *pvt = (struct pvt *)this->private; local
237 struct pvt *pvt = (struct pvt *)this->private; local
274 struct pvt *pvt = (struct pvt *)this->private; local
358 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dirp_nw.c62 struct pvt { struct
90 struct pvt *pvt; local
92 if (!(pvt = memget(sizeof *pvt))) {
96 memset(pvt, 0, sizeof *pvt);
99 memput(pvt, sizeof *pvt);
104 pvt
125 struct pvt *pvt = (struct pvt *)this->private; local
143 struct pvt *pvt = (struct pvt *)this->private; local
192 struct pvt *pvt = (struct pvt *)this->private; local
241 struct pvt *pvt = (struct pvt *)this->private; local
270 struct pvt *pvt = (struct pvt *)this->private; local
312 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dlcl_ho.c104 struct pvt { struct
156 struct pvt *pvt; local
160 if (!(pvt = memget(sizeof *pvt))) {
164 memset(pvt, 0, sizeof *pvt);
166 memput(pvt, sizeof *pvt);
171 ho->private = pvt;
189 struct pvt *pvt = (struct pvt *)this->private; local
202 struct pvt *pvt = (struct pvt *)this->private; local
218 struct pvt *pvt = (struct pvt *)this->private; local
253 struct pvt *pvt = (struct pvt *)this->private; local
324 struct pvt *pvt = (struct pvt *)this->private; local
443 struct pvt *pvt = (struct pvt *)this->private; local
469 struct pvt *pvt = (struct pvt *)this->private; local
481 struct pvt *pvt = (struct pvt *)this->private; local
500 struct pvt *pvt = (struct pvt *)this->private; local
523 struct pvt *pvt = (struct pvt *)this->private; local
591 struct pvt *pvt = (struct pvt *)this->private; local
[all...]
H A Dirp_ho.c63 struct pvt { struct
99 struct pvt *pvt; local
107 if (!(pvt = memget(sizeof *pvt))) {
112 memset(pvt, 0, sizeof *pvt);
113 pvt->girpdata = this->private;
115 ho->private = pvt;
137 struct pvt *pv local
170 struct pvt *pvt = (struct pvt *)this->private; local
223 struct pvt *pvt = (struct pvt *)this->private; local
286 struct pvt *pvt = (struct pvt *)this->private; local
330 struct pvt *pvt = (struct pvt *)this->private; local
359 struct pvt *pvt = (struct pvt *)this->private; local
[all...]

Completed in 148 milliseconds

12