Searched refs:out (Results 251 - 275 of 1666) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c71 goto out;
82 goto out;
106 goto out;
125 goto out;
130 out: REC_CLOSE;
176 goto out;
195 goto out;
205 goto out;
225 goto out;
230 out
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c131 krb5_authdata *const *in_authdat, krb5_authdata ***out)
133 return krb5_merge_authdata(context, in_authdat, NULL, out);
192 krb5_authdata **out; member in struct:find_authdata_context
208 new = realloc(fctx->out,
212 fctx->out = new;
215 fctx->out[fctx->length+1] = NULL;
217 &fctx->out[fctx->length]);
266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *));
268 if (fctx.out == NULL)
275 *results = fctx.out;
130 krb5_copy_authdata(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdata ***out) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c266 nvlist_t *in, nvlist_t **out)
319 if (err != 0 || topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) < 0) {
324 err = nvlist_add_string(*out, TOPO_PROP_VAL_NAME, TOPO_PROP_ASRU);
325 err |= nvlist_add_uint32(*out, TOPO_PROP_VAL_TYPE, TOPO_TYPE_FMRI);
326 err |= nvlist_add_nvlist(*out, TOPO_PROP_VAL_VAL, asru);
329 nvlist_free(*out);
339 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) argument
351 *out = nvl;
443 nvlist_t *in, nvlist_t **out)
467 return (set_retnvl(mod, out, TOPO_METH_PRESENT_RE
265 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
442 rank_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
471 rank_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
616 retire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
640 unretire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
664 service_state_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
691 unusable_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
730 ntv_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
750 ntv_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
770 ntv_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
797 ntv_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c372 static void outtype(Namval_t *np, Namfun_t *fp, Sfio_t* out, const char *prefix) argument
382 outtype(np,fp,out,prefix);
397 sfprintf(out,"%s %s ",type,cp);
404 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) argument
422 sfprintf(out,"%s -C ",prefix);
424 sfputr(out,prefix,' ');
448 sfputr(out,cp,' ');
453 sfputr(out,prefix,' ');
487 sfwrite(out,"-C ",3);
495 sfprintf(out,"
534 Sfio_t *out; member in struct:Walk
543 nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
899 static Sfio_t *out; local
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_meminfo.c74 goto out;
87 goto out;
93 goto out;
160 goto out;
163 /* syscall was successful, copy out the data */
167 goto out;
173 goto out;
178 out:
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfold.c89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) argument
107 sfwrite(out,cp,n);
122 sfwrite(out,first,col);
127 sfwrite(out, cont, contsize);
147 sfwrite(out,first,(--cp)-first);
148 sfwrite(out, cont, contsize);
165 sfwrite(out,first,cp-first);
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c121 /* figure out the input file mode */
177 * copy from in to out, encoding as you go along.
180 encode(FILE *in, FILE *out, int base64) argument
214 out);
216 if (ferror(out)) {
254 (size_t)(optr - out_buf), out);
256 if (ferror(out)) {
297 (size_t)(optr - out_buf), out);
299 if (ferror(out)) {
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_utils.c217 char *out, *in; local
223 out = (char *)dataOut->value;
229 (void) sprintf(out, "%02X", tmp);
230 out++;
231 out++;
233 dataOut->length = out - (char *)dataOut->value;
234 *out = '\0';
/illumos-gate/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c120 goto out;
125 goto out;
131 goto out;
135 goto out;
144 goto out;
153 goto out;
160 out:
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c538 goto out;
543 goto out;
548 out:
569 goto out;
574 goto out;
576 goto out;
580 out:
601 goto out;
606 goto out;
608 goto out;
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c109 goto out;
114 goto out;
153 goto out;
161 goto out;
164 goto out;
170 out: if (getmeta)
218 goto out;
222 goto out;
252 goto out;
256 goto out;
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c188 goto out;
193 goto out;
200 out:
238 goto out;
243 goto out;
251 out:
295 goto out;
300 goto out;
341 out:
380 goto out;
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c155 crypto_data_t out; local
266 out.cd_format = CRYPTO_DATA_RAW;
267 out.cd_offset = 0;
268 out.cd_length = out_len;
269 out.cd_raw.iov_base = (char *)out_buf;
270 out.cd_raw.iov_len = out_len;
275 (char *)in_buf, out_len, &out);
331 crypto_data_t out; local
433 out.cd_format = CRYPTO_DATA_RAW;
434 out
[all...]
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c320 goto out;
324 goto out;
330 goto out;
337 goto out;
354 goto out;
357 goto out;
360 goto out;
363 goto out;
378 goto out;
435 goto out;
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c331 goto out;
340 goto out;
348 goto out;
353 goto out;
361 goto out;
370 goto out;
381 goto out;
384 goto out;
389 goto out;
398 goto out;
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c87 * Size copied out is SMBIOC_HASH_SZ.
138 goto out;
159 goto out;
164 goto out;
186 goto out;
191 goto out;
200 out:
231 goto out;
239 goto out;
248 goto out;
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c218 goto out;
227 goto out;
235 goto out;
239 goto out;
245 uu_die("Repository server out of "
258 goto out;
272 goto out;
289 goto out;
296 uu_die("Repository server out of resources.\n");
305 goto out;
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c153 goto out;
164 goto out;
184 goto out;
222 goto out;
234 out:
396 goto out;
403 goto out;
409 goto out;
418 goto out;
422 goto out;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c261 goto out;
282 goto out;
302 out:
309 * out an error message. So we don't need to print it again.
383 /* if we created the SG, we bail out */
464 goto out;
472 goto out;
480 goto out;
487 goto out;
491 goto out;
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c114 * out -- output buffer (will be NUL terminated)
126 unsigned char *out = (unsigned char *)_out; local
149 blah=(char *) out;
153 *out++ = basis_64[in[0] >> 2];
154 *out++ = basis_64[((in[0] << 4) & 0x30) | (in[1] >> 4)];
155 *out++ = basis_64[((in[1] << 2) & 0x3c) | (in[2] >> 6)];
156 *out++ = basis_64[in[2] & 0x3f];
162 *out++ = basis_64[in[0] >> 2];
165 *out++ = basis_64[oval];
166 *out
189 sasl_decode64(const char *in, unsigned inlen, char *out, unsigned outmax, unsigned *outlen) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c133 goto out;
140 goto out;
150 goto out;
165 goto out;
193 out:
251 goto out;
260 goto out;
270 goto out;
285 goto out;
292 goto out;
[all...]
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c162 goto out;
170 goto out;
197 goto out;
203 goto out;
229 goto out;
242 goto out;
264 goto out;
286 goto out;
298 goto out;
307 out
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBST.java251 System.out.println(BST.comparisons +
255 System.out.println(BST.comparisons +
259 System.out.println(BST.comparisons +
263 System.out.println(BST.comparisons +
267 System.out.println(BST.comparisons +
271 System.out.println(BST.comparisons +
287 System.out.println(BST.comparisons +
291 System.out.println(BST.comparisons +
295 System.out.println(BST.comparisons +
299 System.out
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvinfo.c148 goto out;
173 goto out;
184 goto out;
194 goto out;
200 goto out;
209 goto out;
212 out:
400 goto out;
406 goto out;
412 out
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_krb5ssp.c264 goto out;
274 goto out;
278 goto out;
286 goto out;
291 out:
318 goto out;
329 goto out;
334 goto out;
340 goto out;
347 out
[all...]

Completed in 235 milliseconds

<<11121314151617181920>>