profHashEntry
struct profHashEntry *entries;
profTable->hdr.tableSize * sizeof(struct profHashEntry))
profTable->hdr.tableSize * sizeof(struct profHashEntry));
sizeof(struct profHashEntry), uio))
info->tableSize * sizeof(struct profHashEntry),
phashTables[0]->entries = (struct profHashEntry *)
info->tableSize * sizeof(struct profHashEntry),
phashTables[1]->entries = (struct profHashEntry *)
info->tableSize * sizeof(struct profHashEntry));
info->tableSize * sizeof(struct profHashEntry));
struct profHashEntry *sample;
struct profHashEntry *first;
struct profHashEntry *prev;
struct profHashEntry tmpEntry;
memcpy(sample, first, sizeof(struct profHashEntry));
memcpy(&tmpEntry, sample, sizeof(struct profHashEntry));
memcpy(sample, first, sizeof(struct profHashEntry));
memcpy(first, &tmpEntry, sizeof(struct profHashEntry));
struct profHashEntry *sample;