/titanic_41/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 342 TRAILER *t = d->trailer; in WriteDocumentTrailer() 385 if (document->header && document->trailer && document->page) { in WriteDocument() 446 TRAILER *trailer; in DocumentTrailer() local 448 trailer = (TRAILER *) nmalloc(sizeof (*trailer)); in DocumentTrailer() 449 memset(trailer, 0, sizeof (trailer)); in DocumentTrailer() 450 if (trailer->start = strrstr(document->start, PS_TRAILER, in DocumentTrailer() 452 trailer->label = "Document Trailer"; in DocumentTrailer() 453 trailer->start += 1; in DocumentTrailer() 454 trailer->size = nstrlen(trailer->start, in DocumentTrailer() 457 free(trailer); in DocumentTrailer() [all …]
|
H A D | postreverse.h | 79 TRAILER *trailer; member
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 83 Section prolog, page, trailer; in ps_include() local 121 trailer.start = 0; in ps_include() 150 trailer.start = ftell(fin); in ps_include() 164 if (trailer.start == 0) in ps_include() 165 trailer.start = ftell(fin); in ps_include() 166 trailer.end = ftell(fin); in ps_include() 169 page.end = trailer.start; in ps_include() 180 copy(fin, fout, &trailer); in ps_include()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_netbios.c | 393 uchar_t *trailer; in interpret_netbios_ses() local 418 trailer = data + sizeof (*ss); in interpret_netbios_ses() 428 interpret_netbios_names(flags, trailer, in interpret_netbios_ses() 463 interpret_netbios_names(flags, trailer, length, 0); in interpret_netbios_ses() 498 trailer[0] == 0xff && in interpret_netbios_ses() 499 trailer[1] == 'S' && in interpret_netbios_ses() 500 trailer[2] == 'M' && in interpret_netbios_ses() 501 trailer[3] == 'B') in interpret_netbios_ses() 502 interpret_smb(flags, trailer, length); in interpret_netbios_ses()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | stdhosts.c | 76 char *trailer; local 168 if ((trailer = strpbrk(line, " \t")) == NULL) { 216 verify_and_output(nadrp, trailer, lineno);
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 208 # trailer,163 215 # trailer,163 221 # trailer,135 267 # trailer,68 275 # trailer,68 283 # trailer,68 291 # trailer,68 299 # trailer,68 307 # trailer,68 315 # trailer,68 [all …]
|
/titanic_41/usr/src/cmd/kvmstat/ |
H A D | kvmstat.c | 321 char trailer = i < nfields - 1 ? ' ' : '\n'; in kstat_instances_print() local 325 fields[i].ksf_header, trailer); in kstat_instances_print() 334 kstat_instances_delta(ksi, i), trailer); in kstat_instances_print()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 1226 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; in fru_add_segment() local 1377 retval = pwrite(fd, &trailer, sizeof (trailer), new_seg_offset); in fru_add_segment() 1378 if (retval != sizeof (trailer)) { in fru_add_segment() 2286 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; in fru_append_packet() local 2399 retval = pwrite(fd, trailer, sizeof (trailer), trailer_offset); in fru_append_packet() 2400 if (retval != sizeof (trailer)) { in fru_append_packet() 2528 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; in fru_delete_packet() local 2621 retval = pwrite(fd, &trailer, sizeof (trailer), in fru_delete_packet() 2623 if (retval != sizeof (trailer)) { in fru_delete_packet()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 1298 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; in fru_add_segment() local 1449 retval = pwrite(fd, &trailer, sizeof (trailer), new_seg_offset); in fru_add_segment() 1450 if (retval != sizeof (trailer)) { in fru_add_segment() 2389 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; in fru_append_packet() local 2510 retval = pwrite(fd, trailer, sizeof (trailer), trailer_offset); in fru_append_packet() 2511 if (retval != sizeof (trailer)) { in fru_append_packet() 2624 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; in fru_delete_packet() local 2716 retval = pwrite(fd, &trailer, sizeof (trailer), in fru_delete_packet() 2718 if (retval != sizeof (trailer)) { in fru_delete_packet()
|
/titanic_41/usr/src/common/devid/ |
H A D | devid_scsi.c | 1488 int trailer; in scsi_ascii_inquiry_len() local 1505 trailer = 1; in scsi_ascii_inquiry_len() 1507 if (trailer) { in scsi_ascii_inquiry_len() 1512 trailer = 0; in scsi_ascii_inquiry_len()
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | ncadoorhdr.h | 253 nca_offset_t trailer; /* offset into meta data area */ member
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 1659 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; in sun_fru_add_segment() local 1816 retval = pwrite_new(fd, &trailer, sizeof (trailer), new_seg_offset, in sun_fru_add_segment() 1818 if (retval != sizeof (trailer)) { in sun_fru_add_segment() 2583 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; in sun_fru_append_packet() local 2708 retval = pwrite_new(fd, trailer, sizeof (trailer), in sun_fru_append_packet() 2710 if (retval != sizeof (trailer)) { in sun_fru_append_packet() 2836 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; in sun_fru_delete_packet() local 2931 retval = pwrite_new(fd, &trailer, sizeof (trailer), in sun_fru_delete_packet() 2933 if (retval != sizeof (trailer)) { in sun_fru_delete_packet()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dlog.c | 193 struct cfs_dlog_trailer trailer; in cachefs_dlog_setup() local 294 error = vn_rdwr(UIO_READ, fscp->fs_dlogfile, (caddr_t)&trailer, in cachefs_dlog_setup() 298 if (trailer.dl_op == CFS_DLOG_TRAILER) { in cachefs_dlog_setup() 299 fscp->fs_dlogseq = trailer.dl_seq; in cachefs_dlog_setup()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds_thread.c | 115 static char trailer[] = ",0"; in update_picl() local 188 addr_len = 1 + strlcat(addr, trailer, MAXPATHLEN); in update_picl()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 270 CachedCluster *trailer = NULL; in addToCache() local 273 trailer = loop; in addToCache() 276 trailer->next = new; in addToCache()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modsysfile.c | 152 char *trailer = kmem_alloc(FE_BUFLEN, KM_SLEEP); in kobj_file_err() local 163 (void) snprintf(trailer, FE_BUFLEN, " on line %d of %s", in kobj_file_err() 175 cmn_err(type, fmt_str, buf, trailer); in kobj_file_err() 177 kmem_free(trailer, FE_BUFLEN); in kobj_file_err()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 284 sctp_make_mp(sctp_t *sctp, sctp_faddr_t *fp, int trailer) in sctp_make_mp() argument 320 mp = allocb(ipsctplen + sctps->sctps_wroff_xtra + trailer, BPRI_MED); in sctp_make_mp()
|
/titanic_41/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 382 area[2].nm_addr = addr + io2.trailer; in nca_io2()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | tsol_netstandard | 86 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
|
H A D | tsol_netstandard_foomatic | 87 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
|
H A D | tsol_standard | 166 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
|
H A D | tsol_standard_foomatic | 168 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
|