Symbol: fIdentifier
headers/os/app/Key.h
85
BString fIdentifier;
headers/os/package/RepositoryConfig.h
55
BString fIdentifier;
headers/os/package/RepositoryInfo.h
83
BString fIdentifier;
src/apps/haikudepot/packagemodel/DepotInfo.cpp
118
fIdentifier(),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
128
fIdentifier(),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
155
fIdentifier = value->Identifier();
src/apps/haikudepot/packagemodel/DepotInfo.cpp
168
depotInfo->SetIdentifier(fIdentifier);
src/apps/haikudepot/packagemodel/DepotInfo.cpp
191
fIdentifier = value;
src/apps/haikudepot/packagemodel/DepotInfo.cpp
23
fIdentifier(),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
32
fIdentifier(),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
42
fIdentifier(other.fIdentifier),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
52
return fName == other.fName && fIdentifier == fIdentifier;
src/apps/haikudepot/packagemodel/DepotInfo.cpp
73
return fIdentifier;
src/apps/haikudepot/packagemodel/DepotInfo.cpp
94
fIdentifier = value;
src/apps/haikudepot/packagemodel/DepotInfo.h
46
BString fIdentifier;
src/apps/haikudepot/packagemodel/DepotInfo.h
76
BString fIdentifier;
src/apps/haikudepot/process/ProcessCoordinator.cpp
155
return fIdentifier;
src/apps/haikudepot/process/ProcessCoordinator.h
139
BString fIdentifier;
src/apps/icon-o-matic/generic/property/Property.cpp
24
: fIdentifier(identifier),
src/apps/icon-o-matic/generic/property/Property.cpp
31
: fIdentifier(other.fIdentifier),
src/apps/icon-o-matic/generic/property/Property.cpp
38
: fIdentifier(0),
src/apps/icon-o-matic/generic/property/Property.cpp
44
if (archive->FindInt32("id", (int32*)&fIdentifier) < B_OK)
src/apps/icon-o-matic/generic/property/Property.cpp
45
fIdentifier = 0;
src/apps/icon-o-matic/generic/property/Property.cpp
62
ret = into->AddInt32("id", fIdentifier);
src/apps/icon-o-matic/generic/property/Property.h
46
{ return fIdentifier; }
src/apps/icon-o-matic/generic/property/Property.h
53
uint32 fIdentifier;
src/kits/app/Key.cpp
100
return fIdentifier.String();
src/kits/app/Key.cpp
176
|| message.AddString("identifier", fIdentifier) != B_OK
src/kits/app/Key.cpp
200
|| message.FindString("identifier", &fIdentifier) != B_OK
src/kits/app/Key.cpp
220
fIdentifier = other.fIdentifier;
src/kits/app/Key.cpp
236
&& fIdentifier == other.fIdentifier
src/kits/app/Key.cpp
278
printf("\tidentifier: \"%s\"\n", fIdentifier.String());
src/kits/app/Key.cpp
93
fIdentifier = identifier;
src/kits/package/RepositoryConfig.cpp
107
if (fIdentifier.IsEmpty())
src/kits/package/RepositoryConfig.cpp
110
configString << KEY_IDENTIFIER_V2 << "=" << fIdentifier << "\n";
src/kits/package/RepositoryConfig.cpp
115
if (fIdentifier.IsEmpty())
src/kits/package/RepositoryConfig.cpp
118
configString << KEY_IDENTIFIER_V2_ALT << "=" << fIdentifier << "\n";
src/kits/package/RepositoryConfig.cpp
203
fIdentifier = identifier;
src/kits/package/RepositoryConfig.cpp
235
return fIdentifier;
src/kits/package/RepositoryConfig.cpp
286
fIdentifier = identifier;
src/kits/package/RepositoryInfo.cpp
162
return fIdentifier;
src/kits/package/RepositoryInfo.cpp
218
fIdentifier = identifier;
src/kits/package/RepositoryInfo.cpp
285
result = data->FindString(kIdentifierField, &fIdentifier);
src/kits/package/RepositoryInfo.cpp
287
result = data->FindString(kURLField, &fIdentifier);
src/kits/package/RepositoryInfo.cpp
313
if (fIdentifier.StartsWith("http"))
src/kits/package/RepositoryInfo.cpp
314
fBaseURL = fIdentifier;
src/kits/package/RepositoryInfo.cpp
402
fIdentifier = identifier;
src/kits/package/RepositoryInfo.cpp
96
if ((result = data->AddString(kIdentifierField, fIdentifier)) != B_OK)
src/kits/package/RepositoryInfo.cpp
99
if ((result = data->AddString(kURLField, fIdentifier)) != B_OK)
src/servers/bluetooth/HCIDelegate.h
25
fIdentifier = -1;
src/servers/bluetooth/HCIDelegate.h
31
return fIdentifier;
src/servers/bluetooth/HCIDelegate.h
60
hci_id fIdentifier;
src/servers/bluetooth/HCITransportAccessor.cpp
20
status = ioctl(fDescriptor, GET_HCI_ID, &fIdentifier, 0);
src/servers/bluetooth/HCITransportAccessor.cpp
22
__FUNCTION__, fIdentifier, status);
src/servers/bluetooth/HCITransportAccessor.cpp
25
__FUNCTION__, path->Path(), fIdentifier);
src/servers/bluetooth/HCITransportAccessor.cpp
26
fIdentifier = B_ERROR;
src/servers/bluetooth/HCITransportAccessor.cpp
37
fIdentifier = B_ERROR;
src/system/boot/platform/atari_m68k/devices.cpp
1081
fIdentifier.bus_type = UNKNOWN_BUS;
src/system/boot/platform/atari_m68k/devices.cpp
1082
fIdentifier.device_type = UNKNOWN_DEVICE;
src/system/boot/platform/atari_m68k/devices.cpp
1083
fIdentifier.device.unknown.size = Size();
src/system/boot/platform/atari_m68k/devices.cpp
1087
fIdentifier.device_type = SCSI_DEVICE;
src/system/boot/platform/atari_m68k/devices.cpp
1088
fIdentifier.device.scsi.logical_unit = fMinor;
src/system/boot/platform/atari_m68k/devices.cpp
1094
fIdentifier.device.unknown.check_sums[i].offset = -1;
src/system/boot/platform/atari_m68k/devices.cpp
1095
fIdentifier.device.unknown.check_sums[i].sum = 0;
src/system/boot/platform/atari_m68k/devices.cpp
132
disk_identifier &Identifier() { return fIdentifier; }
src/system/boot/platform/atari_m68k/devices.cpp
145
disk_identifier fIdentifier;
src/system/boot/platform/atari_m68k/devices.cpp
772
if (fill_disk_identifier_v3(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
775
if (fill_disk_identifier_v2(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
782
if (fill_disk_identifier_v3(fIdentifier, fParameters) != B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
783
fill_disk_identifier_v2(fIdentifier, fParameters);
src/system/boot/platform/atari_m68k/devices.cpp
791
fIdentifier.bus_type = UNKNOWN_BUS;
src/system/boot/platform/atari_m68k/devices.cpp
792
fIdentifier.device_type = UNKNOWN_DEVICE;
src/system/boot/platform/atari_m68k/devices.cpp
793
fIdentifier.device.unknown.size = Size();
src/system/boot/platform/atari_m68k/devices.cpp
796
fIdentifier.device.unknown.check_sums[i].offset = -1;
src/system/boot/platform/atari_m68k/devices.cpp
797
fIdentifier.device.unknown.check_sums[i].sum = 0;
src/system/boot/platform/atari_m68k/devices.cpp
943
if (fill_disk_identifier_v3(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
946
if (fill_disk_identifier_v2(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
953
if (fill_disk_identifier_v3(fIdentifier, fParameters) != B_OK)
src/system/boot/platform/atari_m68k/devices.cpp
954
fill_disk_identifier_v2(fIdentifier, fParameters);
src/system/boot/platform/atari_m68k/devices.cpp
962
fIdentifier.bus_type = UNKNOWN_BUS;
src/system/boot/platform/atari_m68k/devices.cpp
963
fIdentifier.device_type = UNKNOWN_DEVICE;
src/system/boot/platform/atari_m68k/devices.cpp
964
fIdentifier.device.unknown.size = Size();
src/system/boot/platform/atari_m68k/devices.cpp
967
fIdentifier.device.unknown.check_sums[i].offset = -1;
src/system/boot/platform/atari_m68k/devices.cpp
968
fIdentifier.device.unknown.check_sums[i].sum = 0;
src/system/boot/platform/bios_ia32/devices.cpp
149
disk_identifier &Identifier() { return fIdentifier; }
src/system/boot/platform/bios_ia32/devices.cpp
159
disk_identifier fIdentifier;
src/system/boot/platform/bios_ia32/devices.cpp
819
if (fill_disk_identifier_v3(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/bios_ia32/devices.cpp
822
if (fill_disk_identifier_v2(fIdentifier, fParameters) == B_OK)
src/system/boot/platform/bios_ia32/devices.cpp
829
if (fill_disk_identifier_v3(fIdentifier, fParameters) != B_OK)
src/system/boot/platform/bios_ia32/devices.cpp
830
fill_disk_identifier_v2(fIdentifier, fParameters);
src/system/boot/platform/bios_ia32/devices.cpp
838
fIdentifier.bus_type = UNKNOWN_BUS;
src/system/boot/platform/bios_ia32/devices.cpp
839
fIdentifier.device_type = UNKNOWN_DEVICE;
src/system/boot/platform/bios_ia32/devices.cpp
840
fIdentifier.device.unknown.size = Size();
src/system/boot/platform/bios_ia32/devices.cpp
843
fIdentifier.device.unknown.check_sums[i].offset = -1;
src/system/boot/platform/bios_ia32/devices.cpp
844
fIdentifier.device.unknown.check_sums[i].sum = 0;