Searched refs:trailer (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c86 Section prolog, page, trailer; /* prologue, page, and trailer offsets */ local
99 * prologue, trailer, global definitions, and the requested page. After the whole
102 * the trailer. Before returning the initial environment (saved in PS_head) is
119 trailer.start = 0;
146 trailer.start = ftell(fin);
160 if (trailer.start == 0)
161 trailer.start = ftell(fin);
162 trailer.end = ftell(fin);
165 page.end = trailer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.h79 TRAILER *trailer; member in struct:_document
H A Dpostreverse.c42 * page (%%Page:) and trailer (%%Trailer) comments in them at the begining of
45 * If a document cannot be parsed (no page and trailer comments), it is passed
49 * still attempt to parse it based on DSC page and trailer comments as if it
60 * a DSC trailer comment (that is the trailer) start from
61 * the header until the trailer looking for DSC page
63 * start from the header until the trailer looking for BSD
67 * 4) print the document: if there is no header, trailer, or
69 * exist, print the header, pages, and trailer the pages
342 TRAILER *t = d->trailer;
446 TRAILER *trailer; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c65 * NBT Session Request Packet trailer
393 uchar_t *trailer; local
418 trailer = data + sizeof (*ss);
428 interpret_netbios_names(flags, trailer,
463 interpret_netbios_names(flags, trailer, length, 0);
498 trailer[0] == 0xff &&
499 trailer[1] == 'S' &&
500 trailer[2] == 'M' &&
501 trailer[3] == 'B')
502 interpret_smb(flags, trailer, lengt
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c76 char *trailer; local
168 if ((trailer = strpbrk(line, " \t")) == NULL) {
216 verify_and_output(nadrp, trailer, lineno);
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DMakefile40 PARTS= header $(TISRC) trailer
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h150 * meta data specifiers data/data_len and/or trailer/trailer_len.
177 * meta data specifiers data/data_len and/or trailer/trailer_len.
252 uint32_t trailer_len; /* request/response trailer data */
253 nca_offset_t trailer; /* offset into meta data area */ member in struct:nca_io2_s
257 * sockaddr, (header) data, direct data, and trailer data.
267 * direct_type/direct_len/direct, trailer_len/trailer members and is
/opensolaris-onvv-gate/usr/src/common/devid/
H A Ddevid_scsi.c1488 int trailer; local
1505 trailer = 1;
1507 if (trailer) {
1512 trailer = 0;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1226 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; local
1376 /* write segment trailer */
1377 retval = pwrite(fd, &trailer, sizeof (trailer), new_seg_offset);
1378 if (retval != sizeof (trailer)) {
2286 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; local
2327 * if trailer offset is 0 than parse the segment data to get the trailer
2379 /* update the trailer offset */
2399 retval = pwrite(fd, trailer, sizeo
2528 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1298 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; local
1448 /* write segment trailer */
1449 retval = pwrite(fd, &trailer, sizeof (trailer), new_seg_offset);
1450 if (retval != sizeof (trailer)) {
2389 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; local
2430 * if trailer offset is 0 than parse the segment data to get the trailer
2490 /* update the trailer offset */
2510 retval = pwrite(fd, trailer, sizeo
2624 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1659 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00 }; local
1815 /* write segment trailer */
1816 retval = pwrite_new(fd, &trailer, sizeof (trailer), new_seg_offset,
1818 if (retval != sizeof (trailer)) {
2583 char trailer[] = {0x0c, 0x00, 0x00, 0x00, 0x00}; local
2625 * if trailer offset is 0 than parse the segment data to get the trailer
2687 /* update the trailer offset */
2708 retval = pwrite_new(fd, trailer, sizeo
2836 char trailer[] = { 0x0c, 0x00, 0x00, 0x00, 0x00}; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c115 static char trailer[] = ",0"; local
188 addr_len = 1 + strlcat(addr, trailer, MAXPATHLEN);
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c193 struct cfs_dlog_trailer trailer; local
289 * The last record in the dlog file is a trailer record
294 error = vn_rdwr(UIO_READ, fscp->fs_dlogfile, (caddr_t)&trailer,
298 if (trailer.dl_op == CFS_DLOG_TRAILER) {
299 fscp->fs_dlogseq = trailer.dl_seq;
303 * trailer.
310 "cachefs: can't find dlog trailer");
322 "cachefs: error reading dlog trailer");
467 * to allocate space for the trailer record. The trailer recor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c270 CachedCluster *trailer = NULL; local
273 trailer = loop;
276 trailer->next = new;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmodsysfile.c154 char *trailer = kmem_alloc(FE_BUFLEN, KM_SLEEP); local
165 (void) snprintf(trailer, FE_BUFLEN, " on line %d of %s",
177 cmn_err(type, fmt_str, buf, trailer);
179 kmem_free(trailer, FE_BUFLEN);
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c284 sctp_make_mp(sctp_t *sctp, sctp_faddr_t *fp, int trailer) argument
320 mp = allocb(ipsctplen + sctps->sctps_wroff_xtra + trailer, BPRI_MED);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c381 area[2].nm_name = "trailer";
382 area[2].nm_addr = addr + io2.trailer;

Completed in 390 milliseconds