Searched refs:nameLength (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c210 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
216 nameLength = 0;
217 else if (nameLength == kUndefinedStrLen)
218 nameLength = strlen((const char *)name);
226 if ( nameLength > 0 ) {
227 err = utf8_decodestr(name, nameLength, key->hfsPlus.nodeName.unicode,
242 if ( nameLength > 0 ) {
243 err = utf8_to_hfs(volume, nameLength, name, &key->hfs.nodeName[0]);
250 err = utf8_to_mac_roman(nameLength, name, &key->hfs.nodeName[0]);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp1270 UInt8 nameLength; member in struct:NVRAMProperty
1329 length = prop->nameLength;
1352 IOByteCount nameLength; local
1362 nameLength = name->getLength();
1364 if (nameLength > kMaxNVNameLength) return kIOReturnNoSpace;
1376 prop->nameLength = nameLength;
1377 bcopy(name->getCStringNoCopy(), prop->name, nameLength);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c88 u_int32_t nameLength; member in struct:searchinfospec
723 searchInfo1->nameLength );
728 searchInfo1->nameLength ) == 0);
1133 searchInfo->nameLength = searchInfo->name[0];
1135 searchInfo->name[0] = searchInfo->nameLength = 0;
1146 searchInfo->nameLength = ucslen / sizeof(UniChar);
1148 searchInfo->nameLength = 0;

Completed in 78 milliseconds