| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | expr.c | 43 char *old_key = NULL; in expr__add_id() local 53 (const void **)&old_key, (void **)&old_data); in expr__add_id() 56 free(old_key); in expr__add_id() 65 char *old_key = NULL; in expr__add_id_val() local 75 (const void **)&old_key, (void **)&old_data); in expr__add_id_val() 78 free(old_key); in expr__add_id_val() 86 char *old_key = NULL; in expr__add_ref() local 121 (const void **)&old_key, (void **)&old_data); in expr__add_ref() 128 free(old_key); in expr__add_ref() 170 char *old_key = NULL; in expr__del_id() local [all …]
|
| H A D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
| H A D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
| H A D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | pr.rst | 64 is non-null. If no existing reservation exists old_key must be zero, 65 if an existing reservation should be replaced old_key must contain 69 in old_key. 92 old_key and replaces it with a new reservation of type for the 100 any outstanding command sent over a connection identified by old_key.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pr.h | 8 int (*pr_register)(struct block_device *bdev, u64 old_key, u64 new_key, 14 int (*pr_preempt)(struct block_device *bdev, u64 old_key, u64 new_key,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pr.h | 23 __u64 old_key; member 30 __u64 old_key; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pr.h | 23 __u64 old_key; member 30 __u64 old_key; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pr.h | 23 __u64 old_key; member 30 __u64 old_key; member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | key.c | 803 struct ieee80211_key *old_key; in ieee80211_key_link() local 819 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 826 (old_key && old_key->conf.cipher != key->conf.cipher)) in ieee80211_key_link() 829 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); in ieee80211_key_link() 831 old_key = key_mtx_dereference(sdata->local, sdata->keys[idx]); in ieee80211_key_link() 836 if (old_key && old_key->conf.cipher != key->conf.cipher) in ieee80211_key_link() 844 if (ieee80211_key_identical(sdata, old_key, key)) { in ieee80211_key_link() 862 ret = ieee80211_key_replace(sdata, sta, pairwise, old_key, key); in ieee80211_key_link() 866 ieee80211_key_destroy(old_key, delay_tailroom); in ieee80211_key_link()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm.c | 2991 u64 old_key; member 3040 return ops->pr_register(dev->bdev, pr->old_key, pr->new_key, pr->flags); in __dm_pr_register() 3043 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() argument 3047 .old_key = old_key, in dm_pr_register() 3057 pr.old_key = new_key; in dm_pr_register() 3108 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt() argument 3121 r = ops->pr_preempt(bdev, old_key, new_key, type, abort); in dm_pr_preempt()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioctl.c | 283 return ops->pr_register(bdev, reg.old_key, reg.new_key, reg.flags); in blkdev_pr_register() 337 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort); in blkdev_pr_preempt()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 2574 struct link_key *key, *old_key; in hci_add_link_key() local 2577 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 2578 if (old_key) { in hci_add_link_key() 2579 old_key_type = old_key->type; in hci_add_link_key() 2580 key = old_key; in hci_add_link_key() 2621 struct smp_ltk *key, *old_key; in hci_add_ltk() local 2624 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk() 2625 if (old_key) in hci_add_ltk() 2626 key = old_key; in hci_add_ltk()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sd.c | 1855 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument 1861 old_key, new_key, 0, in sd_pr_register() 1878 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument 1881 return sd_pr_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |