Searched refs:code (Results 201 - 225 of 649) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Drelay.h84 void relaySendError(unsigned char code,
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-passwd.pl5 # This code was developped by IDEALX (http://IDEALX.org/) and
140 $modify->code && warn "failed to modify entry: ", $modify->error ;
174 $modify->code && warn "Unable to change password : ", $modify->error ;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb_macros.h130 * Used by the stat cache code to check if a returned
174 #define ERROR_DOS(class,code) error_packet(outbuf,NT_STATUS_OK,class,code,__LINE__,__FILE__)
176 #define ERROR_BOTH(status,class,code) error_packet(outbuf,status,class,code,__LINE__,__FILE__)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dentry.S132 * either the fault type ("code") or the eirr. We need
177 .macro def code
179 ldi \code, %r8
185 .macro extint code
191 .import os_hpmc, code
194 .macro hpmc code
207 * this part of the code later on, once we are sure
222 .macro itlb_11 code
236 .macro itlb_20 code
259 .macro naitlb_11 code
[all...]
H A Dhpmc.S26 * returns to the default trap handler with code set to 1 (HPMC).
29 * developers to get back to C code in virtual mode, where they
79 .export os_hpmc, code
80 .import intr_save, code
266 ldi 1,%r8 /* Set trap code to "1" for HPMC */
311 .export os_hpmc_end, code
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A Dfault.c70 int code = SEGV_MAPERR; local
118 code = SEGV_ACCERR;
184 info.si_code = code;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Di2ellis.h11 * DESCRIPTION: Mainline code for the device driver
341 // installed and the code configuration (max sizes of buffers, etc.)).
612 // error code in i2eError field. Here is a handy macro for setting the error
613 // code and returning.
615 #define COMPLETE(pB,code) \
617 pB->i2eError = code; \
618 return (code == I2EE_GOOD);\
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsc520_wdt.c308 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
311 if(code==SYS_DOWN || code==SYS_HALT)
H A Dshwdt.c327 * @code: notifier event
334 unsigned long code, void *unused)
336 if (code == SYS_DOWN || code == SYS_HALT) {
333 sh_wdt_notify_sys(struct notifier_block *this, unsigned long code, void *unused) argument
H A Dw83877f_wdt.c291 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
294 if(code==SYS_DOWN || code==SYS_HALT)
H A Dwdt.c436 * @code: the event being reported
445 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
448 if(code==SYS_DOWN || code==SYS_HALT)
H A Damd7xx_tco.c263 static int amdtco_notify_sys(struct notifier_block *this, unsigned long code, void *unused) argument
265 if (code == SYS_DOWN || code == SYS_HALT)
H A Deurotechwdt.c365 * @code: the event being reported
374 static int eurwdt_notify_sys(struct notifier_block *this, unsigned long code, argument
377 if (code == SYS_DOWN || code == SYS_HALT) {
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dexchandler.c24 * 1) Any source code used, modified or distributed must reproduce
129 * cfe_exception(code,info)
137 * code - exception type
144 void cfe_exception(int code,uint64_t *info) argument
166 code,(uint32_t)info[XCP0_EPC],
181 code,info[XCP0_EPC],info[XCP0_CAUSE],
203 * Install a patch of code at the specified offset in low
205 * with the specified code value. This is used when we
247 vec[3] = 0x241a0000 | k0code; /* li k0, code */
474 * else error code
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dinode_io.c30 #define EXT2_CHECK_MAGIC(struct, code) \
31 if ((struct)->magic != (code)) return (code)
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dexit.c425 NORET_TYPE void do_exit(long code) argument
440 acct_process(code);
459 tsk->exit_code = code;
479 NORET_TYPE void complete_and_exit(struct completion *comp, long code) argument
484 do_exit(code);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipcp.c72 * Callbacks for fsm code. (CI = Configuration Information)
195 * Protocol entry points from main code.
911 #define NAKCIADDR(opt, neg, old, code) \
927 code \
930 #define NAKCIVJ(opt, neg, code) \
939 code \
942 #define NAKCIDNS(opt, neg, code) \
952 code \
1207 int rc = CONFACK; /* Final packet return code */
1208 int orc; /* Individual option return code */
1890 int code, id, len, olen; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_processlogon.c72 int code; local
94 code = SVAL(buf,0);
95 DEBUG(4,("process_logon_packet: Logon from %s: code = 0x%x\n", inet_ntoa(p->ip), code));
97 switch (code) {
292 DEBUG(5,("process_logon_packet: SAMLOGON request from %s(%s) for %s, returning logon svr %s domain %s code %x token=%x\n",
516 DEBUG(3,("process_logon_packet: Unknown domain request %d\n",code));
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c288 packet.code = CODE_PADI;
585 unsigned char *get_option(struct dhcpMessage *packet, int code) argument
599 if (optionptr[i + OPT_CODE] == code) {
651 /* add an option string to the options (an option string contains an option code,
657 /* end position + string length + option code/length + end option */
669 int add_simple_option(unsigned char *optionptr, unsigned char code, u_int32_t data) argument
682 for (i = 0; options[i].code; i++)
683 if (options[i].code == code) {
688 //DEBUG(LOG_ERR, "Could not add option 0x%02x", code);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dbulkmem.c17 The initial developer of the original code is David A. Hinds
332 int i, code, has_jedec, has_geo; local
342 code = (attr) ? CISTPL_DEVICE_A : CISTPL_DEVICE;
343 if (read_tuple(handle, code, &device) != CS_SUCCESS)
345 code = (attr) ? CISTPL_JEDEC_A : CISTPL_JEDEC_C;
346 has_jedec = (read_tuple(handle, code, &jedec) == CS_SUCCESS);
353 code = (attr) ? CISTPL_DEVICE_GEO_A : CISTPL_DEVICE_GEO;
354 has_geo = (read_tuple(handle, code, &geo) == CS_SUCCESS);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dskeleton.S4 | This file contains code that is system dependent and will
17 | package returns. Thus, there will be system specific code
25 | In the following skeleton code, some typical 'real_xxxx' handling
26 | code is shown. This code may need to be moved to an appropriate
35 | actual or intended publication of such source code.
85 | The provided code will clear the E3 exception (if pending),
359 | Replace this with a call to your kernel panic code or
360 | code to handle future revisions of the fpu.
371 | to return to user mode, but there may be OS specific code
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex3 thanks for your information. Attached is the tex-code of your
65 voluntarily sleeps. This ensures that blocks of kernel code are
183 The portable SMP code rests on a small set of functions and variables
202 work. Refer to the processor specific code documentation for more details.
206 The architecture specific code for the Intel port splits fairly cleanly
207 into four sections. Firstly the initialisation code used to boot the
208 system, secondly the message handling and support code, thirdly the
215 single processor enters the kernel bootup code. The first processor
216 executes the bootstrap code, loads and uncompresses the kernel. Having
220 The assembler startup code fo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dhead_4xx.S21 * Kernel execution entry point code.
59 ### As with the other PowerPC ports, it is expected that when code
89 ## We should still be executing code at physical address 0x0000xxxx
124 ## Enable the MMU and jump to the main PowerPC kernel start-up code
136 ### Exception vector entry code. This code runs with address translation
141 ## Common exception code for all exception types.
175 ## Common exception code for standard (non-critical) exceptions.
183 ## Common exception code for critical exceptions.
364 ### This code finishe
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dsetup.S8 * This code asks the bios for memory/disk/other parameters, and
14 * Move PS/2 aux init code to psaux.c
45 * New A20 code ported from SYSLINUX by H. Peter Anvin. AMD Elan bugfixes
122 # start address for 32-bit code.
141 # end of setup code can be used by setup
227 # We now have to find the rest of the setup code/data
240 # Move rest of setup code/data to here
503 int $0x15 # ignore return code
513 movw %ax, (66) # BIOS code segment
515 movw %cx, (72) # BIOS 16 bit code segmen
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass2.c101 problem_t code; local
204 code = 0;
209 code = PR_2_HTREE_MIN_HASH;
210 fix_problem(ctx, code, &pctx);
216 code = PR_2_HTREE_BAD_DEPTH;
217 fix_problem(ctx, code, &pctx);
229 code = PR_2_HTREE_MAX_HASH;
230 fix_problem(ctx, code, &pctx);
234 code = PR_2_HTREE_NOTREF;
235 fix_problem(ctx, code,
[all...]

Completed in 274 milliseconds

1234567891011>>