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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c1154 struct btobj * bto; local
1170 MALLOC(bto, struct btobj *, sizeof(struct btobj), M_TEMP, M_WAITOK);
1171 bto->iterator.hint.nodeNum = 0;
1173 result = buildkey(hfsmp, descp, &bto->key, 0);
1178 encoding = hfs_pickencoding(bto->key.nodeName.unicode,
1179 bto->key.nodeName.length);
1187 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
1189 btdata.bufferAddress = &bto->data;
1198 buildthreadkey(new_fileid, std_hfs, (CatalogKey *) &bto
2447 struct btobj * bto; local
[all...]

Completed in 74 milliseconds