/linux-2.4.37.9/arch/sparc64/kernel/ |
D | process.c | 230 void show_stackframe(struct sparc_stackf *sf) in show_stackframe() argument 238 sf->locals[0], sf->locals[1], sf->locals[2], sf->locals[3], in show_stackframe() 239 sf->locals[4], sf->locals[5], sf->locals[6], sf->locals[7]); in show_stackframe() 242 sf->ins[0], sf->ins[1], sf->ins[2], sf->ins[3], in show_stackframe() 243 sf->ins[4], sf->ins[5], (unsigned long)sf->fp, sf->callers_pc); in show_stackframe() 246 (unsigned long)sf->structptr, sf->xargs[0], sf->xargs[1], in show_stackframe() 247 sf->xargs[2], sf->xargs[3], sf->xargs[4], sf->xargs[5], in show_stackframe() 248 sf->xxargs[0]); in show_stackframe() 249 size = ((unsigned long)sf->fp) - ((unsigned long)sf); in show_stackframe() 251 stk = (unsigned long *)((unsigned long)sf + STACKFRAME_SZ); in show_stackframe() [all …]
|
D | signal32.c | 268 struct new_signal_frame32 *sf; in do_new_sigreturn32() local 276 sf = (struct new_signal_frame32 *) regs->u_regs [UREG_FP]; in do_new_sigreturn32() 279 if (verify_area (VERIFY_READ, sf, sizeof (*sf)) || in do_new_sigreturn32() 280 (((unsigned long) sf) & 3)) in do_new_sigreturn32() 283 get_user(pc, &sf->info.si_regs.pc); in do_new_sigreturn32() 284 __get_user(npc, &sf->info.si_regs.npc); in do_new_sigreturn32() 297 err = __get_user(regs->y, &sf->info.si_regs.y); in do_new_sigreturn32() 298 err |= __get_user(psr, &sf->info.si_regs.psr); in do_new_sigreturn32() 301 err |= __get_user(regs->u_regs[i], &sf->info.si_regs.u_regs[i]); in do_new_sigreturn32() 303 err |= __get_user(i, &sf->v8plus.g_upper[0]); in do_new_sigreturn32() [all …]
|
D | signal.c | 411 struct rt_signal_frame *sf; in do_rt_sigreturn() local 420 sf = (struct rt_signal_frame *) in do_rt_sigreturn() 424 if (((unsigned long) sf) & 3) in do_rt_sigreturn() 427 err = get_user(tpc, &sf->regs.tpc); in do_rt_sigreturn() 428 err |= __get_user(tnpc, &sf->regs.tnpc); in do_rt_sigreturn() 436 err |= __get_user(regs->y, &sf->regs.y); in do_rt_sigreturn() 437 err |= __get_user(tstate, &sf->regs.tstate); in do_rt_sigreturn() 438 err |= copy_from_user(regs->u_regs, sf->regs.u_regs, sizeof(regs->u_regs)); in do_rt_sigreturn() 444 err |= __get_user(fpu_save, &sf->fpu_save); in do_rt_sigreturn() 446 err |= restore_fpu_state(regs, &sf->fpu_state); in do_rt_sigreturn() [all …]
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | signal.c | 259 struct new_signal_frame *sf; in do_new_sigreturn() local 265 sf = (struct new_signal_frame *) regs->u_regs [UREG_FP]; in do_new_sigreturn() 268 if (verify_area (VERIFY_READ, sf, sizeof (*sf))) in do_new_sigreturn() 271 if (((uint) sf) & 3) in do_new_sigreturn() 274 err = __get_user(pc, &sf->info.si_regs.pc); in do_new_sigreturn() 275 err |= __get_user(npc, &sf->info.si_regs.npc); in do_new_sigreturn() 282 err |= __copy_from_user(regs, &sf->info.si_regs, sizeof (struct pt_regs)); in do_new_sigreturn() 288 err |= __get_user(fpu_save, &sf->fpu_save); in do_new_sigreturn() 296 err |= __get_user(set.sig[0], &sf->info.si_mask); in do_new_sigreturn() 297 err |= __copy_from_user(&set.sig[1], &sf->extramask, in do_new_sigreturn() [all …]
|
D | process.c | 266 void show_stackframe(struct sparc_stackf *sf) in show_stackframe() argument 274 sf->locals[0], sf->locals[1], sf->locals[2], sf->locals[3], in show_stackframe() 275 sf->locals[4], sf->locals[5], sf->locals[6], sf->locals[7]); in show_stackframe() 278 sf->ins[0], sf->ins[1], sf->ins[2], sf->ins[3], in show_stackframe() 279 sf->ins[4], sf->ins[5], (unsigned long)sf->fp, sf->callers_pc); in show_stackframe() 282 (unsigned long)sf->structptr, sf->xargs[0], sf->xargs[1], in show_stackframe() 283 sf->xargs[2], sf->xargs[3], sf->xargs[4], sf->xargs[5], in show_stackframe() 284 sf->xxargs[0]); in show_stackframe() 285 size = ((unsigned long)sf->fp) - ((unsigned long)sf); in show_stackframe() 287 stk = (unsigned long *)((unsigned long)sf + STACKFRAME_SZ); in show_stackframe()
|
/linux-2.4.37.9/crypto/ |
D | twofish.c | 490 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \ 498 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \ 506 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \ 658 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; in twofish_setkey() local 683 CALC_S (se, sf, sg, sh, 8, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */ in twofish_setkey() 684 CALC_S (se, sf, sg, sh, 9, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */ in twofish_setkey() 685 CALC_S (se, sf, sg, sh, 10, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */ in twofish_setkey() 686 CALC_S (se, sf, sg, sh, 11, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */ in twofish_setkey() 687 CALC_S (se, sf, sg, sh, 12, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */ in twofish_setkey() 688 CALC_S (se, sf, sg, sh, 13, 0x96, 0x3C, 0x5B, 0xED); /* 58 C6 AE DB */ in twofish_setkey() [all …]
|
/linux-2.4.37.9/drivers/sound/ |
D | awe_wave.c | 393 static void awe_free_sf(sf_list *sf); 394 static void add_sf_info(sf_list *sf, awe_voice_list *rec); 395 static void add_sf_sample(sf_list *sf, awe_sample_list *smp); 401 static awe_sample_list *search_sample_index(sf_list *sf, int sample); 407 static int info_duplicated(sf_list *sf, awe_voice_list *rec); 2994 static int info_duplicated(sf_list *sf, awe_voice_list *rec) in info_duplicated() argument 2997 for (; sf; sf = sf->shared) { in info_duplicated() 2999 for (p = sf->infos; p; p = p->next) { in info_duplicated() 3018 awe_free_sf(sf_list *sf) in awe_free_sf() argument 3020 if (sf->infos) { in awe_free_sf() [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.c | 178 xfs_dir_shortform_t *sf; in xfs_dir_shortform_addname() local 195 sf = (xfs_dir_shortform_t *)dp->i_df.if_u1.if_data; in xfs_dir_shortform_addname() 196 sfe = &sf->list[0]; in xfs_dir_shortform_addname() 197 for (i = INT_GET(sf->hdr.count, ARCH_CONVERT)-1; i >= 0; i--) { in xfs_dir_shortform_addname() 205 offset = (int)((char *)sfe - (char *)sf); in xfs_dir_shortform_addname() 208 sf = (xfs_dir_shortform_t *)dp->i_df.if_u1.if_data; in xfs_dir_shortform_addname() 209 sfe = (xfs_dir_sf_entry_t *)((char *)sf + offset); in xfs_dir_shortform_addname() 214 INT_MOD(sf->hdr.count, ARCH_CONVERT, +1); in xfs_dir_shortform_addname() 228 xfs_dir_shortform_t *sf; in xfs_dir_shortform_removename() local 246 sf = (xfs_dir_shortform_t *)dp->i_df.if_u1.if_data; in xfs_dir_shortform_removename() [all …]
|
D | xfs_attr_leaf.c | 145 xfs_attr_shortform_t *sf; in xfs_attr_shortform_add() local 154 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data; in xfs_attr_shortform_add() 155 sfe = &sf->list[0]; in xfs_attr_shortform_add() 156 for (i = 0; i < INT_GET(sf->hdr.count, ARCH_CONVERT); in xfs_attr_shortform_add() 171 offset = (char *)sfe - (char *)sf; in xfs_attr_shortform_add() 174 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data; in xfs_attr_shortform_add() 175 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset); in xfs_attr_shortform_add() 183 INT_MOD(sf->hdr.count, ARCH_CONVERT, 1); in xfs_attr_shortform_add() 184 INT_MOD(sf->hdr.totsize, ARCH_CONVERT, size); in xfs_attr_shortform_add() 196 xfs_attr_shortform_t *sf; in xfs_attr_shortform_remove() local [all …]
|
D | xfs_dir.c | 542 xfs_dir_shortform_t *sf; in xfs_dir_shortform_validate_ondisk() local 554 if (INT_GET(dp->di_core.di_size, ARCH_CONVERT) < sizeof(sf->hdr)) { in xfs_dir_shortform_validate_ondisk() 559 sf = (xfs_dir_shortform_t *)(&dp->di_u.di_dirsf); in xfs_dir_shortform_validate_ondisk() 560 ino = XFS_GET_DIR_INO_ARCH(mp, sf->hdr.parent, ARCH_CONVERT); in xfs_dir_shortform_validate_ondisk() 564 count = sf->hdr.count; in xfs_dir_shortform_validate_ondisk() 576 sfe = &sf->list[0]; in xfs_dir_shortform_validate_ondisk() 577 for (i = sf->hdr.count - 1; i >= 0; i--) { in xfs_dir_shortform_validate_ondisk()
|
/linux-2.4.37.9/Documentation/arm/empeg/ |
D | mkdevs | 10 ln -sf radio0 radio 11 ln -sf usb0 usb
|
/linux-2.4.37.9/fs/ntfs/ |
D | fs.c | 874 static int ntfs_statfs(struct super_block *sb, struct statfs *sf) in ntfs_statfs() argument 883 sf->f_type = NTFS_SUPER_MAGIC; in ntfs_statfs() 884 sf->f_bsize = vol->cluster_size; in ntfs_statfs() 888 sf->f_blocks = size; /* Volumesize is in clusters. */ in ntfs_statfs() 893 sf->f_bfree = sf->f_bavail = size; in ntfs_statfs() 901 sf->f_files = mft->i_size >> vol->mft_record_size_bits; in ntfs_statfs() 905 sf->f_namelen = 255; in ntfs_statfs()
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 79 ln -sf vmlinux.coff ../images/zImage.pmac 85 ln -sf vmlinux.initrd.coff ../images/zImage.initrd.pmac
|
/linux-2.4.37.9/drivers/scsi/ |
D | Makefile | 199 ln -sf 53c7,8xx.scr fake8.c 210 ln -sf 53c7xx.scr fake7.c 221 ln -sf sim710.scr fake7.c
|
/linux-2.4.37.9/arch/ppc/boot/ |
D | Makefile | 74 ln -sf vmlinux.UBoot images/uImage
|
/linux-2.4.37.9/arch/arm/ |
D | Makefile | 239 @ln -sf arch-$(INCDIR) include/asm-arm/arch 249 @ln -sf proc-$(PROCESSOR) include/asm-arm/proc
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | eth1394.h | 186 struct eth1394_sf_hdr sf; member
|
D | eth1394.c | 968 dgl = hdr->sf.dgl; in ether1394_data_handler() 969 dg_size = hdr->sf.dg_size + 1; in ether1394_data_handler() 970 fg_off = hdr->sf.fg_off; in ether1394_data_handler() 1239 hdr->sf.fg_off = 0; in ether1394_encapsulate() 1243 hdr->sf.fg_off += adj_max_payload; in ether1394_encapsulate()
|
/linux-2.4.37.9/Documentation/fb/ |
D | tridentfb.txt | 52 If you have trouble with the driver you could check http://sf.net/projects/tridentfb
|
/linux-2.4.37.9/drivers/atm/ |
D | ambassador.c | 2134 void sf (const char * msg) { in amb_reset() 2138 sf ("interrupt"); in amb_reset() 2140 sf ("SUNI data pattern"); in amb_reset() 2142 sf ("SUNI data bits"); in amb_reset() 2144 sf ("SUNI UTOPIA interface"); in amb_reset() 2146 sf ("SUNI cell buffer FIFO"); in amb_reset() 2148 sf ("bad SRAM"); in amb_reset()
|
/linux-2.4.37.9/Documentation/ |
D | nbd.txt | 57 For more information, look at http://nbd.sf.net/.
|
D | pm.txt | 37 acpid: http://acpid.sf.net/
|
/linux-2.4.37.9/Documentation/networking/ |
D | baycom.txt | 82 simple. Once installed, four interfaces named bc{sf,sh,p,e}[0-3] are available.
|
/linux-2.4.37.9/ |
D | Makefile | 311 ( cd include ; ln -sf asm-$(ARCH) asm)
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 3012 sf %d7 # clear d7 for word size 4016 sf %d1 # indicate no update was done 4172 sf %d1 # indicate no update was done
|