Searched refs:NameLength (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c210 UINT32 NameLength; local
225 NameLength = strlen (ParseOpName);
226 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
/freebsd-10-stable/contrib/libpcap/
H A Dfad-win32.c225 ULONG NameLength; local
228 if (!PacketGetAdapterNames(NULL, &NameLength))
241 if (NameLength > 0)
242 AdaptersName = (char*) malloc(NameLength);
254 if (!PacketGetAdapterNames(AdaptersName, &NameLength)) {
H A Dinet.c829 ULONG NameLength = 8192; local
832 if (PacketGetAdapterNames(AdaptersName,&NameLength) )
840 ULONG NameLength = 8192; local
853 if ( !PacketGetAdapterNames((PTSTR)TAdaptersName,&NameLength) )
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c506 UINT32 NameLength; local
528 Arg->Common.Value.Buffer, &NameString, &NameLength);
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h717 UINT16 NameLength; member in struct:acpi_ibft_initiator
735 UINT16 NameLength; member in struct:acpi_ibft_nic

Completed in 63 milliseconds