/linux-2.4.37.9/arch/arm/kernel/ |
D | entry-header.S | 97 str lr, [sp, #S_PC] @ Save calling PC 106 ldr r1, [sp, #S_PSR] @ Get calling cpsr 109 ldmdb sp, {r0 - lr}^ @ Get calling r0 - lr 119 ldr r1, [sp, #S_OFF + S_PSR] @ get calling cpsr 122 ldmdb sp, {r1 - lr}^ @ get calling r1 - lr
|
D | entry-common.S | 115 ldr r0, [sp, #S_PSR] @ Get calling cpsr 119 ldmia sp, {r0 - lr}^ @ Get calling r0 - lr
|
D | head-armo.S | 26 teq r0, #0 @ Check for old calling method
|
/linux-2.4.37.9/net/x25/ |
D | af_x25.c | 76 char *called, *calling; in x25_addr_ntoa() local 83 calling = calling_addr->x25_addr; in x25_addr_ntoa() 96 *calling++ = ((*p >> 0) & 0x0F) + '0'; in x25_addr_ntoa() 99 *calling++ = ((*p >> 4) & 0x0F) + '0'; in x25_addr_ntoa() 105 *calling = '\0'; in x25_addr_ntoa() 113 char *called, *calling; in x25_addr_aton() local 117 calling = calling_addr->x25_addr; in x25_addr_aton() 120 calling_len = strlen(calling); in x25_addr_aton() 135 *p |= (*calling++ - '0') << 0; in x25_addr_aton() 139 *p |= (*calling++ - '0') << 4; in x25_addr_aton()
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.avmb1 | 55 and add the card by calling 57 and load the firmware by calling 61 and add the card by calling 63 and load the firmware by calling
|
D | README.diversion | 34 Tracing calling and diversion information 36 4. Tracing calling and diversion information 92 Tracing calling and diversion information 110 4. Tracing calling and diversion information
|
D | README.audio | 88 with ATA, depending on the calling service, the emulator 123 <DLE>c FAX calling tone received.
|
D | INTERFACE | 10 An HL-driver can register itself at LL by calling the function 47 supported prior to calling register_isdn(). Upon return of the call, 82 packets by calling this function. Upon calling, the HL-driver must 212 All commands will be performed by calling the function command() described 504 All status-changes are signaled via calling the previously described
|
/linux-2.4.37.9/drivers/isdn/tpam/ |
D | tpam_nco.c | 488 u8 *calling, u8 *called, u8 *plan, u8 *screen) { in parse_CConnectInd() argument 513 memcpy(calling, phone + 4, PHONE_MAXIMUMSIZE); in parse_CConnectInd() 528 (unsigned long)*ncoid, *hdlc, *plan, *screen, calling, called); in parse_CConnectInd()
|
D | tpam_commands.c | 721 u8 calling[PHONE_MAXIMUMSIZE], called[PHONE_MAXIMUMSIZE]; in tpam_recv_CConnectInd() local 728 if (parse_CConnectInd(skb, &ncoid, &hdlc, calling, called, &plan, &screen)) in tpam_recv_CConnectInd() 747 memcpy(ctrl.parm.setup.phone, calling, 32); in tpam_recv_CConnectInd()
|
/linux-2.4.37.9/Documentation/parisc/ |
D | registers | 90 course, you need to save them if you care about them, before calling 103 that should not cause a problem for the calling routine.
|
D | IODC.txt | 20 lists set up by the kernel proper instead of calling PDC_IODC yourself).
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | callback_srm.S | 30 extwl $25,2,$25 # argument information (VMS calling std)
|
/linux-2.4.37.9/Documentation/arm/nwfpe/ |
D | NOTES | 6 will point it out. The ARM calling conventions require floating point
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | ilsp.doc | 58 This will allow calling routines to access the entry points 75 fixed so that a program calling the routines will not have to be
|
D | fplsp.doc | 59 This will allow calling routines to access the entry points 76 fixed so that a program calling the routines will not have to be
|
D | TEST.DOC | 49 This will allow the calling routines to access the entry points 91 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling
|
D | fpsp.doc | 55 This will allow calling routines to access the entry points 96 are listed in section "68060 FPSP entry points" below. A calling routine
|
D | isp.doc | 63 This will allow calling routines to access the entry points 104 are listed in section "68060 ISP entry points" below. A calling routine
|
/linux-2.4.37.9/Documentation/ |
D | ptrace.txt | 8 before calling the syscall's function. syscall_trace() sets the traced task's
|
D | zorro.txt | 26 Zorro devices are found by calling `zorro_find_device()', which returns a
|
D | kmod.txt | 41 - both kmod and kerneld end up doing the same thing (calling modprobe),
|
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capidrv.c | 1602 __u8 calling[ISDN_MSNLEN + 3]; in capidrv_command() local 1638 calling[0] = 0; in capidrv_command() 1643 calling[0] = strlen(bchan->mynum) + 2; in capidrv_command() 1644 calling[1] = 0; in capidrv_command() 1645 calling[2] = 0x80; in capidrv_command() 1646 strncpy(calling + 3, bchan->mynum, ISDN_MSNLEN); in capidrv_command() 1658 calling, /* CallingPartyNumber */ in capidrv_command()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 80 but watch for other methods directly calling this one... 174 of contention. Normally they are calling library functions (in fs/buffer.c) 266 (chrdev_open() takes lock before replacing ->f_op and calling the secondary
|
/linux-2.4.37.9/Documentation/usb/ |
D | URB.txt | 158 the USB_ASYNC_UNLINK flag in urb->transfer flags before calling 222 calling the completion handler, that URB is recycled by the host controller
|