Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 74) sorted by relevance

123

/linux-2.4.37.9/arch/arm/kernel/
Dentry-header.S97 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
Dentry-common.S115 ldr r0, [sp, #S_PSR] @ Get calling cpsr
119 ldmia sp, {r0 - lr}^ @ Get calling r0 - lr
Dhead-armo.S26 teq r0, #0 @ Check for old calling method
/linux-2.4.37.9/net/x25/
Daf_x25.c76 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/
DREADME.avmb155 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
DREADME.diversion34 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
DREADME.audio88 with ATA, depending on the calling service, the emulator
123 <DLE>c FAX calling tone received.
DINTERFACE10 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/
Dtpam_nco.c488 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()
Dtpam_commands.c721 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/
Dregisters90 course, you need to save them if you care about them, before calling
103 that should not cause a problem for the calling routine.
DIODC.txt20 lists set up by the kernel proper instead of calling PDC_IODC yourself).
/linux-2.4.37.9/arch/alpha/lib/
Dcallback_srm.S30 extwl $25,2,$25 # argument information (VMS calling std)
/linux-2.4.37.9/Documentation/arm/nwfpe/
DNOTES6 will point it out. The ARM calling conventions require floating point
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dilsp.doc58 This will allow calling routines to access the entry points
75 fixed so that a program calling the routines will not have to be
Dfplsp.doc59 This will allow calling routines to access the entry points
76 fixed so that a program calling the routines will not have to be
DTEST.DOC49 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
Dfpsp.doc55 This will allow calling routines to access the entry points
96 are listed in section "68060 FPSP entry points" below. A calling routine
Disp.doc63 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/
Dptrace.txt8 before calling the syscall's function. syscall_trace() sets the traced task's
Dzorro.txt26 Zorro devices are found by calling `zorro_find_device()', which returns a
Dkmod.txt41 - both kmod and kerneld end up doing the same thing (calling modprobe),
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapidrv.c1602 __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/
DLocking80 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/
DURB.txt158 the USB_ASYNC_UNLINK flag in urb->transfer flags before calling
222 calling the completion handler, that URB is recycled by the host controller

123