Searched refs:NULL (Results 701 - 725 of 5975) sorted by relevance

<<21222324252627282930>>

/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A Dvirtio_scsi.cpp81 if (sim->Bus() == NULL)
141 if (controller == NULL)
195 virtio_device_interface* virtio = NULL;
196 virtio_device* virtioDevice = NULL;
225 { NULL }
229 attrs, NULL, NULL);
261 { NULL }
265 VIRTIO_SCSI_SIM_MODULE_NAME, attrs, NULL, NULL);
[all...]
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp62 fEventGuidString(NULL),
76 if (uid != NULL && strcmp(uid, ACPI_ASUS_UID_ASUSWMI) == 0)
100 _SetDevState(ASUS_WMI_DEVID_FN_LOCK, fFnLock, NULL);
118 if (fEventGuidString != NULL)
130 acpi_data outBuffer = { ACPI_ALLOCATE_BUFFER, NULL };
138 if (object != NULL) {
143 if (returnValue != NULL)
154 return _SetDevState(ASUS_WMI_DEVID_ALS_ENABLE, enable, NULL);
185 acpi_data response = { ACPI_ALLOCATE_BUFFER, NULL };
190 if (object != NULL) {
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c161 acpi_thermal_type* att = NULL;
175 NULL, &buffer);
182 NULL, &buffer);
189 NULL, &buffer);
196 att->passive_package = NULL;
200 att->active_devices = NULL;
257 { NULL }
261 NULL, NULL);
307 if (device == NULL)
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_edid.cpp51 bus.cookie = (void*)NULL;
59 bool bResult = (ddc2_read_edid1(&bus, &edidInfo, NULL, NULL) == B_OK);
/haiku/src/add-ons/accelerants/intel_810/
H A Dhooks.cpp34 return NULL;
60 return NULL;
85 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp12 FileSystem* FileSystem::sInstance = NULL;
27 sInstance = NULL;
71 return NULL;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamColorSpaceTransform.cpp21 { NULL, NULL },
75 return NULL;
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.h23 const char** envp = NULL);
40 const char** envp = NULL);
42 int& out, int& err, const char** envp = NULL);
/haiku/src/bin/network/traceroute/
H A Dfindsaddr-haiku.c41 if (request->source != NULL && request->source->sa_family == AF_INET)
46 if (request->source == NULL || request->source->sa_family != AF_INET)
49 return NULL;
/haiku/src/kits/storage/disk_device/jobs/
H A DInitializeJob.cpp19 fDiskSystem(NULL),
20 fName(NULL),
21 fParameters(NULL)
/haiku/src/libs/glut/
H A DglutState.h62 currentWindow = NULL;
63 currentMenu = NULL;
64 windowList = NULL;
/haiku/src/system/kernel/vm/
H A DVMKernelArea.cpp34 if (area == NULL)
35 return NULL;
39 return NULL;
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgets.c40 CHECK_FILE (fp, NULL);
42 return NULL;
55 result = NULL;
H A Diofgetws.c40 CHECK_FILE (fp, NULL);
42 return NULL;
54 result = NULL;
H A Diovdprintf.c42 tmpfil.file._lock = NULL;
48 tmpfil.vtable = NULL;
50 if (INTUSE(_IO_file_attach) (&tmpfil.file, d) == NULL)
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp47 MenuItem *subItem = NULL;
51 if (subItem != NULL && subItem->IsMarked())
56 printf(subItem != NULL ? subItem->Label() : "None");
80 while ((item = iterator.Next()) != NULL) {
155 if (item == NULL) {
158 if (item != NULL)
166 if (fgets(buffer, sizeof(buffer), stdin) == NULL)
173 if (item == NULL) {
181 if (item->Submenu() != NULL) {
185 if (item->Target() != NULL)
[all...]
/haiku/src/tests/system/kernel/
H A Dcow_bug113_test.cpp14 thread_id parent = find_thread(NULL);
16 char* globalVar = NULL;
32 child = find_thread(NULL);
/haiku/src/tests/system/libroot/posix/
H A Dgnulib-test-btowc.c30 if (setlocale (LC_ALL, "") == NULL) {
44 if (setlocale (LC_ALL, "en_US.ISO8859-1") == NULL) {
59 if (setlocale (LC_ALL, "en_US.utf-8") == NULL) {
/haiku/src/tools/fs_shell/
H A Dexternal_commands_unix.cpp35 if (in == NULL) {
43 if (fgets(buffer, size, in) != NULL)
58 if (out == NULL) {
H A Dfs_shell_command_unix.cpp23 if (out == NULL) {
31 if (in == NULL) {
47 if (fgets(buffer, sizeof(buffer), in) == NULL) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp20 IdMap* gIdMapper = NULL;
26 mutex_init(&fLock, NULL);
42 ASSERT(owner != NULL);
50 ASSERT(ownerGroup != NULL);
73 ASSERT(buffer != NULL);
111 return NULL;
118 return NULL;
124 if (buffer == NULL)
125 return NULL;
136 return NULL;
[all...]
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp22 struct entry *entry = NULL;
24 while ((entry = fList.RemoveHead()) != NULL) {
35 if (iterator == NULL)
60 while ((entry = iterator.Next()) != NULL) {
71 while ((entry = iterator.Next()) != NULL) {
82 return NULL;
93 if (entry != NULL)
107 if (entry != NULL) {
136 if (entry == NULL)
140 entry->name = NULL;
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStopCommand.cpp40 Thread* thread = NULL;
43 if (thread == NULL) {
59 if (thread == NULL) {
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.cpp28 if (initialValue == NULL)
46 const char* name = NULL;
50 if (value == NULL)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp36 fName(NULL),
38 fNext(NULL)
101 fName = NULL;

Completed in 162 milliseconds

<<21222324252627282930>>