Searched refs:sig (Results 1 - 25 of 99) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c25 signal number, sig, is to be subsequently handled. If the value of func
33 At program startup, the equivalent of signal(sig, SIG_IGN); may be executed
35 equivalent of signal(sig, SIG_DFL); is executed for all other signals
40 the specified signal sig. Otherwise, a value of SIG_ERR is
44 signal(int sig, __sighandler_t *func) argument
48 if (sig < 0 || sig >= SIG_LAST) {
52 OldHandler = gMD->sigarray[sig];
53 gMD->sigarray[sig] = func;
60 _defaultSignalHandler( int sig )
77 raise( int sig) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcms.h51 * @v sig CMS signature
52 * @ret sig CMS signature
55 cms_get ( struct cms_signature *sig ) {
56 ref_get ( &sig->refcnt );
57 return sig;
63 * @v sig CMS signature
66 cms_put ( struct cms_signature *sig ) {
67 ref_put ( &sig->refcnt );
71 struct cms_signature **sig );
72 extern int cms_verify ( struct cms_signature *sig, userptr_
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcms.c79 * @v sig CMS signature
83 static int cms_parse_content_type ( struct cms_signature *sig, argument
93 DBGC ( sig, "CMS %p does not contain signedData:\n", sig );
94 DBGC_HDA ( sig, 0, raw->data, raw->len );
98 DBGC ( sig, "CMS %p contains signedData\n", sig );
105 * @v sig CMS signature
109 static int cms_parse_certificates ( struct cms_signature *sig, argument
123 if ( ( rc = x509_append_raw ( sig
150 cms_find_issuer_serial( struct cms_signature *sig, const struct asn1_cursor *issuer, const struct asn1_cursor *serial ) argument
177 cms_parse_signer_identifier( struct cms_signature *sig, struct cms_signer_info *info, const struct asn1_cursor *raw ) argument
247 cms_parse_digest_algorithm( struct cms_signature *sig, struct cms_signer_info *info, const struct asn1_cursor *raw ) argument
277 cms_parse_signature_algorithm( struct cms_signature *sig, struct cms_signer_info *info, const struct asn1_cursor *raw ) argument
307 cms_parse_signature_value( struct cms_signature *sig, struct cms_signer_info *info, const struct asn1_cursor *raw ) argument
342 cms_parse_signer_info( struct cms_signature *sig, struct cms_signer_info *info, const struct asn1_cursor *raw ) argument
387 cms_parse( struct cms_signature *sig, const struct asn1_cursor *raw ) argument
461 struct cms_signature *sig = local
534 cms_digest( struct cms_signature *sig, struct cms_signer_info *info, userptr_t data, size_t len, void *out ) argument
574 cms_verify_digest( struct cms_signature *sig, struct cms_signer_info *info, struct x509_certificate *cert, userptr_t data, size_t len ) argument
622 cms_verify_signer_info( struct cms_signature *sig, struct cms_signer_info *info, userptr_t data, size_t len, time_t time, struct x509_root *root ) argument
672 cms_verify( struct cms_signature *sig, userptr_t data, size_t len, const char *name, time_t time, struct x509_root *root ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsignal.h55 __sighandler_t __cdecl signal(int sig, __sighandler_t func);
56 int __cdecl raise(int sig);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c52 handle(int sig) argument
H A Dtst.ret2.c46 handle(int sig) argument
H A Dtst.args1.c40 handle(int sig) argument
H A Dtst.weak1.c46 handle(int sig) argument
H A Dtst.weak2.c46 handle(int sig) argument
H A Dtst.gcc.c43 intr(int sig) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsignal.h56 __sighandler_t __cdecl signal(int sig, __sighandler_t func);
57 int __cdecl raise(int sig);
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dimgtrust.c48 struct cms_signature *sig; local
65 if ( ( rc = cms_signature ( data, len, &sig ) ) != 0 )
74 if ( ( rc = cms_verify ( sig, image->data, image->len,
79 cms_put ( sig );
80 sig = NULL;
89 cms_put ( sig );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsignal.h56 @param[in] sig Signal number that function is to be associated with.
57 @param[in] function The "handler" function to be associated with signal sig.
61 the specified signal sig. Otherwise, a value of SIG_ERR is
64 __sighandler_t *signal(int sig, __sighandler_t *func);
H A Dwait.h61 #define W_EXITCODE(ret, sig) ((ret) << 8 | (sig))
62 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.c33 handle(int sig) argument
H A Dtst.raise3.c33 handle(int sig) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsignal.h10 void (*signal(int sig, void (*func)(int)))(int);
76 in <sys/signal.h>, for the signal sig. If a signal handler is called, the
82 int raise(int sig);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c40 interrupt(int sig) argument
42 siglongjmp(env, sig);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.h87 nsresult FindAppOnLocalVolumes(OSType sig, FSSpec &outSpec);
89 nsresult FindRunningAppBySignature(OSType sig, FSSpec& outSpec, ProcessSerialNumber& outPsn);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Ddepca.c697 u8 sig[] = { 0xFF, 0x00, 0x55, 0xAA, 0xFF, 0x00, 0x55, 0xAA };
707 for (i = 0, j = 0; j < (int)sizeof(sig) && i < PROBE_LENGTH+((int)sizeof(sig))-1; ++i) {
709 if (data == sig[j]) /* track signature */
712 j = (data == sig[0]) ? 1 : 0;
714 if (j != sizeof(sig))
722 memcpy((char *)mem_start, sig, sizeof(sig));
723 if (memcmp((char *)mem_start, sig, sizeof(sig)) !
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.c61 /* return value = 0 for success, 1 for bad sig, 2 for bad IHDR, 4 for no mem */
65 uch sig[8]; local
71 fread(sig, 1, 8, infile);
72 if (!png_check_sig(sig, 8))
H A Dreadpng2.h85 int readpng2_check_sig(uch *sig, int num);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86_OSproc.h215 extern void xf86VTRequest(int sig);
218 extern void xf86ReloadInputDevs(int sig);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Drhapsody.c120 int pthread_kill(pthread_t thread, int sig) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.c132 if( sp->e.sig[0] == 'S'
133 && sp->e.sig[1] == 'P'
186 if( nm->e.sig[0] == 'N'
187 && nm->e.sig[1] == 'M')
258 char *sig; local
336 sig = (char *)buffer + sua_pos;
338 entry = (struct fsw_rock_ridge_susp_entry *)sig;
339 if ( entry->sig[0] == 'S'
340 && entry->sig[1] == 'P')

Completed in 751 milliseconds

1234