/linux-2.4.37.9/crypto/ |
D | aes.c | 345 const u32 *kp = E_KEY + 4; in aes_encrypt() local 353 f_nround (b1, b0, kp); in aes_encrypt() 354 f_nround (b0, b1, kp); in aes_encrypt() 358 f_nround (b1, b0, kp); in aes_encrypt() 359 f_nround (b0, b1, kp); in aes_encrypt() 362 f_nround (b1, b0, kp); in aes_encrypt() 363 f_nround (b0, b1, kp); in aes_encrypt() 364 f_nround (b1, b0, kp); in aes_encrypt() 365 f_nround (b0, b1, kp); in aes_encrypt() 366 f_nround (b1, b0, kp); in aes_encrypt() [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | stab.c | 65 unsigned char kp = 1; in make_ste() local 71 kp = 0; in make_ste() 90 ste->dw0.dw0.kp = kp; in make_ste() 148 castout_ste->dw0.dw0.kp = kp; in make_ste() 170 unsigned char kp = 1; in make_slbe() local 176 kp = 0; in make_slbe() 192 vsid_data.data.kp = kp; in make_slbe() 255 vsid_data.data.kp = kp; in make_slbe()
|
D | ioctl32.c | 169 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in get_video_tuner32() argument 173 if (get_user(kp->tuner, &up->tuner)) in get_video_tuner32() 176 __get_user(kp->name[i], &up->name[i]); in get_video_tuner32() 177 __get_user(kp->rangelow, &up->rangelow); in get_video_tuner32() 178 __get_user(kp->rangehigh, &up->rangehigh); in get_video_tuner32() 179 __get_user(kp->flags, &up->flags); in get_video_tuner32() 180 __get_user(kp->mode, &up->mode); in get_video_tuner32() 181 __get_user(kp->signal, &up->signal); in get_video_tuner32() 185 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in put_video_tuner32() argument 189 if (put_user(kp->tuner, &up->tuner)) in put_video_tuner32() [all …]
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 559 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in get_video_tuner32() argument 563 if(get_user(kp->tuner, &up->tuner)) in get_video_tuner32() 566 __get_user(kp->name[i], &up->name[i]); in get_video_tuner32() 567 __get_user(kp->rangelow, &up->rangelow); in get_video_tuner32() 568 __get_user(kp->rangehigh, &up->rangehigh); in get_video_tuner32() 569 __get_user(kp->flags, &up->flags); in get_video_tuner32() 570 __get_user(kp->mode, &up->mode); in get_video_tuner32() 571 __get_user(kp->signal, &up->signal); in get_video_tuner32() 575 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in put_video_tuner32() argument 579 if(put_user(kp->tuner, &up->tuner)) in put_video_tuner32() [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_ialloc_btree.c | 97 xfs_inobt_key_t *kp = NULL; /* pointer to btree keys */ in xfs_inobt_delrec() local 153 kp = XFS_INOBT_KEY_ADDR(block, 1, cur); in xfs_inobt_delrec() 162 memmove(&kp[ptr - 1], &kp[ptr], in xfs_inobt_delrec() 163 (numrecs - ptr) * sizeof(*kp)); in xfs_inobt_delrec() 165 (numrecs - ptr) * sizeof(*kp)); in xfs_inobt_delrec() 187 kp = &key; in xfs_inobt_delrec() 240 if (ptr == 1 && (error = xfs_inobt_updkey(cur, kp, level + 1))) in xfs_inobt_delrec() 563 xfs_inobt_key_t *kp=NULL; /* pointer to btree keys */ in xfs_inobt_insrec() local 613 kp = XFS_INOBT_KEY_ADDR(block, ptr, cur); in xfs_inobt_insrec() 614 xfs_btree_check_key(cur->bc_btnum, &key, kp); in xfs_inobt_insrec() [all …]
|
D | xfs_alloc_btree.c | 618 xfs_alloc_key_t *kp; /* pointer to btree keys */ in xfs_alloc_insrec() local 671 kp = XFS_ALLOC_KEY_ADDR(block, ptr, cur); in xfs_alloc_insrec() 672 xfs_btree_check_key(cur->bc_btnum, &key, kp); in xfs_alloc_insrec() 741 kp = XFS_ALLOC_KEY_ADDR(block, 1, cur); in xfs_alloc_insrec() 749 memmove(&kp[ptr], &kp[ptr - 1], in xfs_alloc_insrec() 750 (INT_GET(block->bb_numrecs, ARCH_CONVERT) - ptr + 1) * sizeof(*kp)); /* INT_: copy */ in xfs_alloc_insrec() 760 kp[ptr - 1] = key; in xfs_alloc_insrec() 767 xfs_btree_check_key(cur->bc_btnum, kp + ptr - 1, in xfs_alloc_insrec() 768 kp + ptr); in xfs_alloc_insrec() 869 xfs_alloc_key_t *kp; /* key pointer in btree block */ in xfs_alloc_log_keys() local [all …]
|
D | xfs_bmap_btree.c | 350 xfs_bmbt_key_t *kp=NULL; /* pointer to bmap btree key */ in xfs_bmbt_delrec() local 399 kp = XFS_BMAP_KEY_IADDR(block, 1, cur); in xfs_bmbt_delrec() 410 memmove(&kp[ptr - 1], &kp[ptr], in xfs_bmbt_delrec() 411 (numrecs - ptr) * sizeof(*kp)); in xfs_bmbt_delrec() 426 kp = &key; in xfs_bmbt_delrec() 453 if (ptr == 1 && (error = xfs_bmbt_updkey(cur, kp, level + 1))) { in xfs_bmbt_delrec() 765 xfs_bmbt_key_t *kp=NULL; /* pointer to bmap btree key */ in xfs_bmbt_insrec() local 802 kp = XFS_BMAP_KEY_IADDR(block, ptr, cur); in xfs_bmbt_insrec() 803 xfs_btree_check_key(XFS_BTNUM_BMAP, &key, kp); in xfs_bmbt_insrec() 875 kp = XFS_BMAP_KEY_IADDR(block, 1, cur); in xfs_bmbt_insrec() [all …]
|
D | xfs_bmap.c | 3188 xfs_bmbt_key_t *kp; /* root block key pointer */ in xfs_bmap_extents_to_btree() local 3281 kp = XFS_BMAP_KEY_IADDR(block, 1, cur); in xfs_bmap_extents_to_btree() 3283 INT_SET(kp->br_startoff, ARCH_CONVERT, xfs_bmbt_disk_get_startoff(arp)); in xfs_bmap_extents_to_btree()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 184 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in get_video_tuner32() argument 188 if(get_user(kp->tuner, &up->tuner)) in get_video_tuner32() 191 __get_user(kp->name[i], &up->name[i]); in get_video_tuner32() 192 __get_user(kp->rangelow, &up->rangelow); in get_video_tuner32() 193 __get_user(kp->rangehigh, &up->rangehigh); in get_video_tuner32() 194 __get_user(kp->flags, &up->flags); in get_video_tuner32() 195 __get_user(kp->mode, &up->mode); in get_video_tuner32() 196 __get_user(kp->signal, &up->signal); in get_video_tuner32() 200 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in put_video_tuner32() argument 204 if(put_user(kp->tuner, &up->tuner)) in put_video_tuner32() [all …]
|
/linux-2.4.37.9/net/sched/ |
D | cls_u32.c | 317 struct tc_u_knode **kp; in u32_delete_key() local 321 for (kp = &ht->ht[TC_U32_HASH(key->handle)]; *kp; kp = &(*kp)->next) { in u32_delete_key() 322 if (*kp == key) { in u32_delete_key() 324 *kp = key->next; in u32_delete_key()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 177 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in get_video_tuner32() argument 181 if(get_user(kp->tuner, &up->tuner)) in get_video_tuner32() 184 __get_user(kp->name[i], &up->name[i]); in get_video_tuner32() 185 __get_user(kp->rangelow, &up->rangelow); in get_video_tuner32() 186 __get_user(kp->rangehigh, &up->rangehigh); in get_video_tuner32() 187 __get_user(kp->flags, &up->flags); in get_video_tuner32() 188 __get_user(kp->mode, &up->mode); in get_video_tuner32() 189 __get_user(kp->signal, &up->signal); in get_video_tuner32() 193 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 *up) in put_video_tuner32() argument 197 if(put_user(kp->tuner, &up->tuner)) in put_video_tuner32() [all …]
|
D | sys_sparc32.c | 744 struct shm_info *kp = (struct shm_info *)&s; in do_sys32_shmctl() local 745 int err2 = put_user (kp->used_ids, &uip->used_ids); in do_sys32_shmctl() 746 err2 |= __put_user (kp->shm_tot, &uip->shm_tot); in do_sys32_shmctl() 747 err2 |= __put_user (kp->shm_rss, &uip->shm_rss); in do_sys32_shmctl() 748 err2 |= __put_user (kp->shm_swp, &uip->shm_swp); in do_sys32_shmctl() 749 err2 |= __put_user (kp->swap_attempts, &uip->swap_attempts); in do_sys32_shmctl() 750 err2 |= __put_user (kp->swap_successes, &uip->swap_successes); in do_sys32_shmctl()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | mmu.h | 68 unsigned long kp:1; /* User 'key' (normally 1) */ member 82 unsigned long kp:1; /* User key (normally 1) */ member
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | mmu.h | 41 unsigned long kp: 1; /* Problem state storage key */ member 73 unsigned long kp: 1; /* Problem state storage key */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | sg.c | 1693 struct kiobuf * kp; in sg_build_dir() local 1717 kp = schp->kiobp; in sg_build_dir() 1718 prev_addr = (unsigned long) page_address(kp->maplist[0]); in sg_build_dir() 1719 for (k = 1, split = 0; k < kp->nr_pages; ++k, prev_addr = addr) { in sg_build_dir() 1720 addr = (unsigned long) page_address(kp->maplist[k]); in sg_build_dir() 1728 schp->buffer = page_address(kp->maplist[0]) + kp->offset; in sg_build_dir() 1745 offset = (0 == k) ? kp->offset : 0; in sg_build_dir() 1748 sclp->address = page_address(kp->maplist[k]) + offset; in sg_build_dir()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 760 struct shm_info *kp = (struct shm_info *)&s; in do_sys32_shmctl() local 761 int err2 = put_user (kp->used_ids, &uip->used_ids); in do_sys32_shmctl() 762 err2 |= __put_user (kp->shm_tot, &uip->shm_tot); in do_sys32_shmctl() 763 err2 |= __put_user (kp->shm_rss, &uip->shm_rss); in do_sys32_shmctl() 764 err2 |= __put_user (kp->shm_swp, &uip->shm_swp); in do_sys32_shmctl() 765 err2 |= __put_user (kp->swap_attempts, &uip->swap_attempts); in do_sys32_shmctl() 766 err2 |= __put_user (kp->swap_successes, &uip->swap_successes); in do_sys32_shmctl()
|