Searched refs:trailer (Results 51 - 75 of 79) sorted by relevance

1234

/macosx-10.10/IOKitUser-1050.1.21/network.subproj/
H A Dmonitorlink.c288 mach_msg_trailer_t trailer; member in struct:__anon2278
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dutils.c345 WriteTrailerDecl(FILE *file, boolean_t trailer) argument
347 if (trailer)
348 fprintf(file, "\t\tmach_msg_max_trailer_t trailer;\n");
350 fprintf(file, "\t\tmach_msg_trailer_t trailer;\n");
417 boolean_t trailer,
439 if (trailer)
410 WriteStructDecl( FILE *file, argument_t *args, void (*func)(), u_int mask, char *name, boolean_t simple, boolean_t trailer, boolean_t trailer_t, boolean_t template_only) argument
/macosx-10.10/cups-408/cups/doc/
H A Dcups.css240 TD.trailer {
248 TD.trailer A {
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCMS.c645 static const uint8_t trailer[] = { local
669 CFDataAppendBytes(message, trailer, sizeof(trailer));
/macosx-10.10/xnu-2782.1.97/tools/tests/MPMMTest/
H A DKQMPMMtest.c27 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon15568
33 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon15569
40 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon15570
/macosx-10.10/IOKitUser-1050.1.21/usb.subproj/
H A DUSBTest.cpp350 mach_msg_trailer_t trailer; member in struct:__anon2309
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dnss.c508 char *trailer; local
515 trailer = strstr(++begin, "-----END");
516 if(!trailer)
520 *trailer = '\0';
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dlibproc.c566 __unused mach_msg_trailer_t *trailer,
565 proc_importance_assertion_begin_with_msg(mach_msg_header_t *msg, __unused mach_msg_trailer_t *trailer, uint64_t *assertion_token) argument
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmessage.h438 * trailer to help put messages back in sequence if
503 Trailer type to pass MAC policy label info as a mach message trailer.
524 * code cannot request additional trailer elements one was not
565 mach_msg_trailer_t trailer; member in struct:__anon15491
663 #define MACH_SEND_TRAILER 0x00020000 /* sender-provided trailer */
733 * mac_msg_mac_trailer_t which is used for the LABELS trailer.
821 /* The trailer to be sent does not match kernel format. */
854 /* trailer type or number of trailer elements not supported */
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.h637 virtual void trailer(vunits);
H A Ddiv.cpp561 the_output->trailer(topdiv->get_page_length());
H A Dnode.cpp781 void trailer(vunits page_length);
1543 void troff_output_file::trailer(vunits page_length) function in class:troff_output_file
1547 put("x trailer\n");
1586 void output_file::trailer(vunits) function in class:output_file
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_msg.c63 extern int proc_importance_assertion_begin_with_msg(mach_msg_header_t * msg, mach_msg_trailer_t * trailer, uint64_t * assertion_handlep);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c317 region_trailer_t trailer; member in struct:tiny_region
329 #define REGION_TRAILER_FOR_TINY_REGION(r) (&(((tiny_region_t)(r))->trailer))
456 region_trailer_t trailer; member in struct:small_region
466 #define REGION_TRAILER_FOR_SMALL_REGION(r) (&(((small_region_t)(r))->trailer))
735 static magazine_t *mag_lock_zine_for_region_trailer(szone_t *szone, magazine_t *magazines, region_trailer_t *trailer,
1289 mag_lock_zine_for_region_trailer(szone_t *szone, magazine_t *magazines, region_trailer_t *trailer, mag_index_t mag_index) argument
1300 while (mag_index != (refreshed_index = trailer->mag_index)) { // Note assignment
3549 // from one magazine to another. I.e. trailer->mag_index is volatile.
3552 region_trailer_t *trailer = REGION_TRAILER_FOR_TINY_REGION(tiny_region); local
3555 while (mag_index != (refreshed_index = trailer
5244 region_trailer_t *trailer = REGION_TRAILER_FOR_SMALL_REGION(small_region); local
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.mm1040 mach_msg_trailer_t trailer;
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dgsskrb5-private.h47 const gss_iov_buffer_desc *trailer);
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh1044 cat str-trailer.html >>$strfile
/macosx-10.10/curl-83.1.2/curl/lib/
H A Durldata.h1021 /* These three are used for chunked-encoding trailer support */
1022 char *trailer; /* allocated buffer to store trailer in */ member in struct:connectdata
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c1108 mach_msg_trailer_t trailer;
/macosx-10.10/ruby-106/ruby/
H A Dparse.y2348 | args trailer
2352 | args ',' assocs trailer
2360 | assocs trailer
4878 | assocs trailer
4975 trailer : /* none */ label
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl1043 set trailer ""
1047 set trailer ...+[expr {[string length $res]-$maxlen}]b
1053 $w insert output $res [list stderr $tag] \n$trailer stderr
1062 $w insert output $res\n$trailer stderr
1065 $w insert output $res stdout $trailer stderr \n stdout
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c122 mach_msg_trailer_t trailer; member in struct:_pthread_reap_msg_t
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp4271 Span* trailer = pageheap->Split(span, needed);
4272 pageheap->Delete(trailer);
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.y2348 | args trailer
2352 | args ',' assocs trailer
2360 | assocs trailer
4878 | assocs trailer
4975 trailer : /* none */ label
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp519 mach_msg_trailer_t trailer; member in struct:__anon2083

Completed in 472 milliseconds

1234