Searched refs:new_key (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/speakup/ |
D | main.c | 2051 u_char type = KTYP(keysym), value = KVAL(keysym), new_key = 0; in speakup_key() local 2096 new_key = key_info[offset]; in speakup_key() 2097 if (new_key) { in speakup_key() 2099 if (new_key == SPK_KEY) { in speakup_key() 2116 new_key = key_info[offset]; in speakup_key() 2121 value = new_key; in speakup_key() 2126 do_spkup(vc, new_key); in speakup_key()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1986 void *new_key, struct hlist_node *hnode) in cfs_hash_rehash_key() argument 1997 cfs_hash_bd_get(hs, new_key, &new_bd); in cfs_hash_rehash_key() 2016 cfs_hash_keycpy(hs, new_key, hnode); in cfs_hash_rehash_key()
|
/drivers/scsi/ |
D | sd.c | 1618 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument 1624 old_key, new_key, 0, in sd_pr_register() 1642 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument 1645 return sd_pr_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 745 void *new_key, struct hlist_node *hnode);
|
/drivers/md/ |
D | dm.c | 3625 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() argument 3640 r = ops->pr_register(bdev, old_key, new_key, flags); in dm_pr_register() 3693 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt() argument 3708 r = ops->pr_preempt(bdev, old_key, new_key, type, abort); in dm_pr_preempt()
|