Searched refs:key2 (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/befs/ |
D | btree.c | 117 const void *key2, int keylen2); 714 const void *key2, int keylen2) in befs_compare_strings() argument 717 int result = strncmp(key1, key2, len); in befs_compare_strings() 726 btree_compare_int32(cont void *key1, int keylen1, const void *key2, int keylen2) 728 return *(int32_t *) key1 - *(int32_t *) key2; 733 const void *key2, int keylen2) 735 if (*(u_int32_t *) key1 == *(u_int32_t *) key2) 737 else if (*(u_int32_t *) key1 > *(u_int32_t *) key2) 743 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2) 745 if (*(int64_t *) key1 == *(int64_t *) key2) [all …]
|
/linux-2.4.37.9/fs/reiserfs/ |
D | stree.c | 152 const struct cpu_key * key2) in comp_cpu_keys() argument 154 if (key1->on_disk_key.k_dir_id < key2->on_disk_key.k_dir_id) in comp_cpu_keys() 156 if (key1->on_disk_key.k_dir_id > key2->on_disk_key.k_dir_id) in comp_cpu_keys() 159 if (key1->on_disk_key.k_objectid < key2->on_disk_key.k_objectid) in comp_cpu_keys() 161 if (key1->on_disk_key.k_objectid > key2->on_disk_key.k_objectid) in comp_cpu_keys() 164 if (cpu_key_k_offset (key1) < cpu_key_k_offset (key2)) in comp_cpu_keys() 166 if (cpu_key_k_offset (key1) > cpu_key_k_offset (key2)) in comp_cpu_keys() 170 key1, key2); in comp_cpu_keys() 172 if (cpu_key_k_type (key1) < cpu_key_k_type (key2)) in comp_cpu_keys() 174 if (cpu_key_k_type (key1) > cpu_key_k_type (key2)) in comp_cpu_keys() [all …]
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | cdl.h | 40 int key2,
|
/linux-2.4.37.9/fs/hfs/ |
D | extent.c | 655 const struct hfs_ext_key *key2) in hfs_ext_compare() argument 660 tmp = hfs_get_hl(key1->FNum) - hfs_get_hl(key2->FNum); in hfs_ext_compare() 664 tmp = (unsigned char)key1->FkType - (unsigned char)key2->FkType; in hfs_ext_compare() 669 - hfs_get_hs(key2->FABN)); in hfs_ext_compare()
|
D | catalog.c | 1015 const struct hfs_cat_key *key2) in hfs_cat_compare() argument 1020 parents = hfs_get_hl(key1->ParID) - hfs_get_hl(key2->ParID); in hfs_cat_compare() 1025 key2->CName.Name, key2->CName.Len); in hfs_cat_compare()
|
/linux-2.4.37.9/include/asm-ia64/sn/pci/ |
D | pciio.h | 425 int key2, 431 int key2,
|
/linux-2.4.37.9/drivers/net/ |
D | rrunner.h | 616 u32 key2; member
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_dvr.c | 776 int key1, int key2, int error) in pcibr_driver_reg_callback() argument 785 if ((key1 == -1) || (key2 == -1)) in pcibr_driver_reg_callback() 827 int key1, int key2, int error) in pcibr_driver_unreg_callback() argument 836 if ((key1 == -1) || (key2 == -1)) in pcibr_driver_unreg_callback()
|
/linux-2.4.37.9/drivers/sound/ |
D | awe_wave.c | 2276 int key, key2; in awe_search_instr() local 2283 key2 = awe_search_key(bank, preset, 0); /* search default */ in awe_search_instr() 2284 if (key == key2) in awe_search_instr() 2286 for (p = preset_table[key2]; p; p = p->next_bank) { in awe_search_instr()
|