/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_tnode.c | 274 goto out; 333 goto out; 340 goto out; 346 goto out; 353 out:
|
H A D | tmp_dir.c | 212 * so that it doesn't change out from underneath us. 303 goto out; 316 goto out; 321 goto out; 372 goto out; 379 goto out; 409 out: 493 * Take tpdp out of the directory list. 761 goto out; 770 goto out; [all...] |
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 180 /* Max length of a uint32_t printed out in ASCII is 10 bytes */ 594 goto out; 610 goto out; 625 goto out; 638 goto out; 644 out: 675 goto out; 693 goto out; 734 out: 1168 goto out; [all...] |
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 142 /* paper is out */ 237 /* paper is out */ 250 /* paper is out */ 267 /* try to shove out the EOT */ 302 printer_info("out of paper"); 403 struct stat in, out; local 461 if (fstat(1, &out) < 0) { 499 if (!ISCHR(out) && !ISBLK(out) && IDENTICAL(out, i [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 36 #include "out.h" 176 out(O_ALTFP|O_VERB3|O_NONL, " Arrow \""); 178 out(O_ALTFP|O_VERB3|O_NONL, "\" -> \""); 180 out(O_ALTFP|O_VERB3|O_NONL, "\" "); 184 out(O_ALTFP|O_VERB3, "(prevented by constraints)"); 186 out(O_ALTFP|O_VERB3, ""); 245 out(O_DIE, "tname_dup: " 426 out(O_DIE, "unexpected nvpair value type %s", 609 out(O_ALTFP|O_VERB3, NULL); 787 * bottoms out [all...] |
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ctx.c | 495 goto out; 532 goto out; 536 goto out; 542 goto out; 549 goto out; 555 goto out; 559 goto out; 564 goto out; 582 goto out; 588 goto out; [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1609 goto out; 1617 goto out; 1634 goto out; 1648 out: 1948 char *out, *cp; local 1951 out = uu_zalloc(2 * max_scf_name_len + 1); 1952 if (out == NULL) 1955 (void) strlcpy(out, prefix, 2 * max_scf_name_len + 1); 1957 len = strlcat(out, in, 2 * max_scf_name_len + 1); 1962 (void) strncpy(out [all...] |
H A D | svccfg_internal.c | 766 * ENOMEM - out of memory 815 * ENOMEM - out of memory 853 goto out; 857 goto out; 871 goto out; 875 goto out; 895 goto out; 899 goto out; 903 goto out; 952 goto out; [all...] |
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 325 goto out; 331 goto out; 348 goto out; 393 out: 456 goto out; 468 goto out; 483 goto out; 514 goto out; 534 goto out; 638 out [all...] |
H A D | ufs_filio.c | 351 goto out; 356 goto out; 360 goto out; 364 goto out; 387 out: 432 goto out; 436 goto out; 440 goto out; 488 out: 593 * update superblock but don't write it! If it gets out, fin [all...] |
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 476 goto out; 512 goto out; 519 goto out; 545 out: 692 goto out; 709 goto out; 738 goto out; 752 goto out; 780 goto out; 786 goto out; [all...] |
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 634 * copy the real entries into these and then copy these out. 724 goto out; 729 goto out; 733 goto out; 739 goto out; 767 out: 929 * copy the real entries into these and then copy these out. 1019 goto out; 1024 goto out; 1028 goto out; [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 666 /* skip empty or commented out lines */ 1122 goto out; 1127 goto out; 1133 goto out; 1139 goto out; 1148 goto out; 1154 goto out; 1166 goto out; 1170 goto out; 1175 goto out; [all...] |
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 54 #define GET_NATIVE_TIME(out, scr1, scr2) \ 55 rd STICK, out 60 #define RD_TICKCMPR(out, scr) \ 61 rd STICK_COMPARE, out 138 #define GET_NATIVE_TIME(out, scr, tmp) \ 142 ldxa [scr]ASI_IO, out; \ 147 sllx out, 32, out; \ 148 or out, scr, out [all...] |
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | dlopen.c | 279 * out should be a buffer of size PATH_MAX 285 static int _parse_la(const char *prefix, const char *in, char *out) argument 292 if(!in || !out || !prefix || out == in) return SASL_BADPARAM; 295 *out = '\0'; 314 strcpy(out, prefix); 315 strcat(out, in); 355 strcpy(out, prefix); 356 strcat(out, ntmp); 369 if(!(*out)) { [all...] |
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_list.c | 308 uu_panic("uu_list_insert(%p, %p, %p): out-of-date " 316 uu_list_find(uu_list_t *lp, void *elem, void *private, uu_list_index_t *out) argument 325 if (out != NULL) 326 *out = 0; 335 if (out != NULL) 336 *out = NODE_TO_INDEX(lp, np); 340 if (out != NULL) 341 *out = NODE_TO_INDEX(lp, np); 345 if (out != NULL) 346 *out [all...] |
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 233 goto out; 290 goto out; 293 out: 722 * out(output) - contains the output buffer address to be returned 734 int len, unsigned char **out, int *outlen) 738 if (data == NULL || out == NULL || outlen == NULL) 741 err = Der2Pem(type, data, len, out, outlen); 756 * out(output) - contains the output buffer address to be returned 768 unsigned char **out, int *outlen) 771 if (in == NULL || out 733 kmf_der_to_pem(KMF_OBJECT_TYPE type, unsigned char *data, int len, unsigned char **out, int *outlen) argument 767 kmf_pem_to_der(unsigned char *in, int inlen, unsigned char **out, int *outlen) argument [all...] |
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 46 ** Flush out all the vectors defined by the given uio, 502 char out[150]; local 541 snprintf(out, sizeof(out), fmt, width, 544 sprintf(out, fmt, width, prec, val); 548 snprintf(out, sizeof(out), fmt, width, 551 sprintf(out, fmt, width, val); 553 len = strlen(out); 554 PRINT(out, le [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 255 "MIN_PROCESSING_SIZE out of range, should be >= 0 and " 261 "IDLE_TIME out of range, should be >= 0 and " 267 "MAX_LOGS_PRESERVE out of range, should be >= 0 and " 273 "MAPPING_UPDATE_INTERVAL out of range, " 280 "CYCLE_FREQUENCY out of range, should be >= 0 and " 780 goto out; 791 goto out; 796 out: free(file_1); 834 goto out; 838 goto out; [all...] |
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_dual.c | 95 goto out; 100 goto out; 109 goto out; 114 goto out; 161 out: 462 goto out; 467 goto out; 476 goto out; 481 goto out; 490 goto out; [all...] |
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | print_json.c | 72 list_wrap_t *out = calloc(1, sizeof (list_wrap_t)); local 74 if (out == NULL) 77 out->lw_next = next; 79 return (out); 658 * so break out and process now: 674 * Break out to process command. 764 * We do not ever expect to break out of the switch block 800 goto out; 806 goto out; 812 goto out; [all...] |
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 104 goto out; 175 out: 433 * If we are on UFS or HSFS we simply write out to the reserved 610 goto out; 620 goto out; 654 out: 665 * - BC_SUCCESS (and prints out einfo contents depending on 'flags') 687 goto out; 743 out: 780 goto out; [all...] |
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | multiboot.c | 164 goto out; 173 goto out; 180 goto out; 191 goto out; 201 goto out; 209 goto out; 218 goto out; 230 goto out; 236 out:
|
/illumos-gate/usr/src/cmd/lvm/util/ |
H A D | metaclust.c | 348 goto out; 363 goto out; 371 goto out; 389 goto out; 407 goto out; 434 goto out; 442 goto out; 466 goto out; 501 goto out; 512 goto out; [all...] |
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 604 goto out; 609 goto out; 615 goto out; 622 goto out; 703 goto out; 712 goto out; 720 goto out; 735 goto out; 742 goto out; 749 out 819 nvlist_t *rsrc, *out; local [all...] |