Searched refs:code (Results 101 - 125 of 649) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dlib.c86 int bterr(__u16 code) argument
88 switch (code) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dicmp.c168 void icmpv6_param_prob(struct sk_buff *skb, int code, int pos) argument
170 icmpv6_send(skb, ICMPV6_PARAMPROB, code, pos, skb->dev);
266 void icmpv6_send(struct sk_buff *skb, int type, int code, __u32 info, argument
285 * in any code that processes icmp errors.
299 code == ICMPV6_UNK_OPTION &&
340 fl.uli_u.icmpt.code = code;
354 msg.icmph.icmp6_code = code;
414 fl.uli_u.icmpt.code = 0;
427 static void icmpv6_notify(struct sk_buff *skb, int type, int code, u3 argument
682 icmpv6_err_convert(int type, int code, int *err) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dhead.S3 * Rescue code, made to reside at the beginning of the
8 * for each partition that this code should check.
14 * any flash code here, but just accept a certain amount of
16 * code is put in the cache.
19 * code execution - it has a relative branch opcode in the
53 * Bit 0 in flags signifies RW or RO. The rescue code only bothers
77 ;; That is not where we put our downloaded serial boot-code. The length is
78 ;; enough for downloading code that loads the rest of itself (after
81 ;; product as well as one booted through the Etrax serial boot code.
120 ;; This is the entry point of the rescue code
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-groupmod.pl3 # This code was developped by IDEALX (http://IDEALX.org/) and
91 $modify->code && die "failed to modify entry: ", $modify->error ;
106 $modify->code && die "failed to modify entry: ", $modify->error ;
130 $modify->code && warn "failed to add entry: ", $modify->error ;
156 $modify->code && warn "failed to delete entry: ", $modify->error ;
220 $modify->code && warn "failed to delete entry: ", $modify->error ;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_test_disk.c22 * 1) Any source code used, modified or distributed must reproduce
141 uint8_t *code; local
181 xprintf("Boot code is %d bytes at %016llX\n",secsize,secoffset);
193 code = KMALLOC(secsize,0);
194 if (code) {
195 res = cfe_readblk(fh,secoffset,code,secsize);
197 xprintf("Could not read boot code\n");
199 KFREE(code);
202 CHECKSUM_BOOT_DATA(code,secsize,&calcsum);
203 if (calcsum == checksumd) xprintf("Boot code checksu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dsuper.c1027 __u32 code; local
1029 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s));
1035 if (code == UNSET_HASH || reiserfs_hash_detect(s))
1036 code = find_hash_out (s);
1038 if (code != UNSET_HASH && reiserfs_hash_detect(s)) {
1042 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) {
1044 "unable to force rupasov hash\n", reiserfs_hashname(code)) ;
1045 code = UNSET_HASH ;
1046 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) {
1048 "unable to force tea hash\n", reiserfs_hashname(code)) ;
1072 set_sb_hash_function_code(SB_DISK_SUPER_BLOCK(s), code); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dpri.c246 static void print_hdr(unsigned char *code, int offset) argument
254 (code[offset + i] != '\0') &&
255 (code[offset + i] != '\r') &&
256 (code[offset + i] != '\n'))
258 hdr[i] = code[offset + i];
280 DPRINTF(("divas: RISC code"));
281 print_hdr(load->code, 0x80);
287 DPRINTF(("divas: DSP code"));
288 print_hdr(load->code, 0x0);
297 DPRINTF(("divas: TABLE code"));
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A Dlusercopy.S61 .export lcopy_to_user,code
102 .export lcopy_from_user,code
143 .export lstrncpy_from_user,code
186 .export lclear_user,code
223 .export lstrnlen_user,code
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsys_noritake.c117 * But I really don't want to change the fixup code for allocation
274 unsigned int code; local
286 code = mchk_header->code;
289 && (code == MCHK_NO_DEVSEL
290 || code == MCHK_NO_TABT)));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclierror.c115 "Unknown error code %d\n", cli->smb_rw_error );
129 slprintf(cli_error_message, sizeof(cli_error_message) - 1, "RAP code %d",
150 /* Return the 32-bit NT status code from the last packet */
157 int code = SVAL(cli->inbuf,smb_err); local
158 return dos_to_ntstatus(class, code);
166 code. */
171 int code; local
184 code = SVAL(cli->inbuf,smb_err);
187 if (ecode) *ecode = code;
222 /* Return a UNIX errno from a NT status code */
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/mm/
H A Dfault.c71 unsigned long code = SEGV_MAPERR; local
124 code = SEGV_ACCERR;
171 info.si_code = code;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dib700wdt.c269 ibwdt_notify_sys(struct notifier_block *this, unsigned long code, argument
272 if (code == SYS_DOWN || code == SYS_HALT) {
H A Dsbc60xxwdt.c44 * character code ('V') to /dev/watchdog before closing the
274 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
277 if(code==SYS_DOWN || code==SYS_HALT)
H A Dwafer5823wdt.c189 static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code, void *unused) argument
191 if (code == SYS_DOWN || code == SYS_HALT) {
H A Dacquirewdt.c194 static int acq_notify_sys(struct notifier_block *this, unsigned long code, argument
197 if(code==SYS_DOWN || code==SYS_HALT)
H A Dadvantechwdt.c235 advwdt_notify_sys(struct notifier_block *this, unsigned long code, argument
238 if (code == SYS_DOWN || code == SYS_HALT) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Dkeybdev.c170 void keybdev_event(struct input_handle *handle, unsigned int type, unsigned int code, int down) argument
174 if (emulate_raw(code, down))
175 printk(KERN_WARNING "keyboard.c: can't emulate rawmode for keycode %d\n", code);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dmessage.h41 &&(mesg.code == cmRsp##dx))
49 &&(mesg.code == ceRsp##tx##dx))
215 unsigned char code; member in struct:message
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dfault.c49 int signal = SIGSEGV, code = SEGV_MAPERR; local
66 * semaphore and go directly to the code that handles a bad area.
83 code = SEGV_ACCERR;
168 si.si_code = code;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Derror_message.c53 const char * error_message (errcode_t code) argument
61 offset = (int) (code & ((1<<ERRCODE_RANGE)-1));
62 table_num = code - offset;
94 strcpy (buffer, "Unknown code ");
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dstore.h12 * 1. Redistributions of source code must retain the above copyright
124 /* Store functions take a type code for the type of data they should store
378 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
380 STORE_ATTR_TYPES code);
381 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
382 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
383 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
385 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
387 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
389 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/hp-lj/
H A Dint-handler.S16 # The following code is installed as the handler for exception 0
20 # This code segment basically will decipher which interrup occurred (7 downto 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_proto_icmp.c73 if (mask->dst.u.icmp.code)
74 len += sprintf(buffer + len, "code=%u ",
75 ntohs(match->dst.u.icmp.code));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_proto_icmp.c73 if (mask->dst.u.icmp.code)
74 len += sprintf(buffer + len, "code=%u ",
75 ntohs(match->dst.u.icmp.code));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dprocessor.h82 __u32 error_code; /* error-code of last prog-excep. */
214 static inline void disabled_wait(unsigned long code) argument
222 dw_psw->addr = code;

Completed in 180 milliseconds

1234567891011>>