Searched refs:VOID (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c45 (VOID **)&devpath);
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath);
73 (VOID **)&textProtocol);
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h277 OUT VOID **NotifyHandle
299 IN VOID *NotificationHandle
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h99 #undef VOID macro
100 #define VOID void macro
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c253 VOID printf("\nEntered: %s at %u ", str, ihash);
855 VOID checkid(id, 0);
862 VOID checksym(sym, 0);
954 VOID close(fd);
1098 VOID madvise((char *)f->base, (size_t)(f->lim - f->base), advice);
1177 VOID fprintf(stderr, already_newline+"\n%s aborted\n", cmdid);
1302 VOID fprintf(stderr, "%s: %s:%ld: ", cmdid, RCSname, rcsline);
1476 VOID fprintf(stream, format,
1532 VOID printf("ID: %s",NextString);
1537 VOID print
[all...]
H A Dmerger.c46 VOID sprintf(t, ".%c%s", SLASH, s);
H A Drcskeys.c171 VOID strcpy(local_id, key);
H A Drcskeep.c327 VOID printf("getval: %s\n", target);
364 VOID sprintf(prevdate.string, "%s%s %s%s",
447 VOID printf("%s: revision: %s, date: %s, author: %s, name: %s, state: %s\n",
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c405 VOID strcpy(dp, workname);
467 VOID date2str(date, datestr);
475 VOID sprintf(p, "-L%s\t%s\t%s", workname, datestr, num);
477 VOID sprintf(p, "-L%s\t%s", workname, datestr);
/freebsd-11-stable/usr.bin/xlint/common/
H A Dlint.h71 VOID, /* void */ enumerator in enum:__anon13851
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h63 VOID, /* void */ enumerator in enum:__anon13854
H A Dtree.c831 if (lt == FUNC || lt == VOID || ltp->t_isfield ||
1006 if (lt == PTR && ((rt == PTR && rst == VOID) || isityp(rt))) {
1010 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) {
1053 if (lt == PTR && ((rt == PTR && rst == VOID) || isityp(rt))) {
1057 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) {
1068 if (lt == VOID || rt == VOID) {
1069 if (lt != VOID || rt != VOID)
1075 if (lt == PTR && rt == PTR && ((lst == VOID
[all...]
/freebsd-11-stable/stand/efi/include/
H A Definet.h280 IN OUT VOID *Buffer
291 OUT VOID **TxBuf OPTIONAL
303 IN VOID *Buffer,
318 OUT VOID *Buffer,
H A Defipxebc.h307 IN OUT VOID *BufferPtr OPTIONAL,
328 IN VOID *HeaderPtr, OPTIONAL
330 IN VOID *BufferPtr
343 IN VOID *HeaderPtr, OPTIONAL
345 IN VOID *BufferPtr
H A Defiip.h130 VOID *FragmentBuffer;
139 VOID *Options;
158 VOID *OptionsBuffer;
367 VOID *FragmentBuffer;
380 VOID *ExtHdrs;
H A Defiudp.h93 VOID *FragmentBuffer;
208 VOID *FragmentBuffer;
/freebsd-11-stable/contrib/lua/src/
H A Dluac.c224 #define VOID(p) ((const void*)(p)) macro
378 printf("\t; %p",VOID(f->p[bx]));
408 S(f->sizecode),VOID(f));
420 printf("constants (%d) for %p:\n",n,VOID(f));
428 printf("locals (%d) for %p:\n",n,VOID(f));
435 printf("upvalues (%d) for %p:\n",n,VOID(f));
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h37 typedef VOID *EFI_HANDLE;
41 typedef VOID *EFI_EVENT;
/freebsd-11-stable/stand/efi/loader/
H A Defi_main.c89 (VOID **)&console_control);
106 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
H A Dframebuffer.c435 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop);
439 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
475 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop);
544 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h40 typedef DWORD (WINAPI * SYMGETOPTIONS)(VOID);
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h317 #define VOID void macro
358 /// NULL pointer (VOID *)
360 #define NULL ((VOID *) 0)
852 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment))))
1229 #define RETURN_ADDRESS(L) ((L == 0) ? _ReturnAddress() : (VOID *) 0)
1253 #define RETURN_ADDRESS(L) ((VOID *) 0)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c89 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
96 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
254 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes,
345 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
685 static VOID WINAPI global_iface_write_completed(DWORD err, DWORD bytes,
761 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Defimd.c64 VOID *fpswa;
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c353 VOID setmode(STDOUT_FILENO, newmode);
727 VOID partialno(&t1, r1, l1>2 ? 2 : l1);
728 VOID partialno(&t2, r2, l2>2 ? 2 : l2);
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c236 (VOID**)&loaded_image)) != EFI_SUCCESS) {
408 (VOID **)&ConsoleControl);
443 status = BS->HandleProtocol(IH, &LoadedImageGUID, (VOID**)&img);

Completed in 120 milliseconds

1234