/linux-2.4.37.9/fs/intermezzo/ |
D | kml_unpack.c | 409 UNLOGP(rec->prefix.hdr, struct kml_prefix_hdr, ptr, end); in kml_unpack_prefix() 410 rec->prefix.hdr->len = NTOH__u32(rec->prefix.hdr->len); in kml_unpack_prefix() 411 rec->prefix.hdr->version = NTOH__u32(rec->prefix.hdr->version); in kml_unpack_prefix() 412 rec->prefix.hdr->pid = NTOH__u32(rec->prefix.hdr->pid); in kml_unpack_prefix() 413 rec->prefix.hdr->auid = NTOH__u32(rec->prefix.hdr->auid); in kml_unpack_prefix() 414 rec->prefix.hdr->fsuid = NTOH__u32(rec->prefix.hdr->fsuid); in kml_unpack_prefix() 415 rec->prefix.hdr->fsgid = NTOH__u32(rec->prefix.hdr->fsgid); in kml_unpack_prefix() 416 rec->prefix.hdr->opcode = NTOH__u32(rec->prefix.hdr->opcode); in kml_unpack_prefix() 417 rec->prefix.hdr->ngroups = NTOH__u32(rec->prefix.hdr->ngroups); in kml_unpack_prefix() 419 UNLOGL(rec->prefix.groups, __u32, rec->prefix.hdr->ngroups, ptr, end); in kml_unpack_prefix() [all …]
|
D | kml_reint.c | 47 ctxt.fsuid = rec->prefix.hdr->fsuid; in kmlreint_pre_secure() 48 ctxt.fsgid = rec->prefix.hdr->fsgid; in kmlreint_pre_secure() 55 if (rec->prefix.hdr->ngroups > 0) { in kmlreint_pre_secure() 56 ctxt.ngroups = rec->prefix.hdr->ngroups; in kmlreint_pre_secure() 58 ctxt.groups[i] = rec->prefix.groups[i]; in kmlreint_pre_secure() 403 int op = rec->prefix.hdr->opcode; in branch_reinter() 530 op = rec.prefix.hdr->opcode; in kml_reint_rec()
|
D | journal.c | 1369 struct kml_prefix_hdr prefix; in presto_truncate_lml_tail() local 1405 rc = presto_fread(fset->fset_lml.fd_file, (char *)&prefix, in presto_truncate_lml_tail() 1406 sizeof(prefix), &local_offset); in presto_truncate_lml_tail() 1407 if (rc != sizeof(prefix)) { in presto_truncate_lml_tail() 1412 if ( prefix.opcode != KML_OPCODE_NOOP ) { in presto_truncate_lml_tail() 2267 struct kml_prefix_hdr prefix; in presto_complete_lml() local 2279 rc = presto_fread(file, (char *)&prefix, in presto_complete_lml() 2280 sizeof(prefix), &read_offset); in presto_complete_lml() 2281 if ( rc != sizeof(prefix) ) { in presto_complete_lml() 2287 if ( prefix.opcode == KML_OPCODE_NOOP ) { in presto_complete_lml() [all …]
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | efi.c | 57 #define STUB_GET_TIME(prefix, adjust_arg) \ argument 59 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 65 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), adjust_arg(tm), \ 71 #define STUB_SET_TIME(prefix, adjust_arg) \ argument 73 prefix##_set_time (efi_time_t *tm) \ 79 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), adjust_arg(tm)); \ 84 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument 86 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, efi_time_t *tm) \ 92 ret = efi_call_##prefix((efi_get_wakeup_time_t *) __va(runtime->get_wakeup_time), \ 98 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument [all …]
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_ULOG.c | 219 if (loginfo->prefix[0] != '\0') in ipt_ulog_target() 220 strncpy(pm->prefix, loginfo->prefix, sizeof(pm->prefix)); in ipt_ulog_target() 222 *(pm->prefix) = '\0'; in ipt_ulog_target() 294 if (loginfo->prefix[sizeof(loginfo->prefix) - 1] != '\0') { in ipt_ulog_checkentry() 296 loginfo->prefix[sizeof(loginfo->prefix) - 1]); in ipt_ulog_checkentry()
|
D | ipt_LOG.c | 317 loginfo->prefix, in ipt_log_target() 360 if (loginfo->prefix[sizeof(loginfo->prefix)-1] != '\0') { in ipt_log_checkentry() 362 loginfo->prefix[sizeof(loginfo->prefix)-1]); in ipt_log_checkentry()
|
/linux-2.4.37.9/drivers/scsi/ |
D | script_asm.pl | 57 $prefix = ''; # define all arrays having this prefix so we 406 $prefix = $1 918 print OUTPUT "static u32 ".$prefix."SCRIPT[] = {\n"; 951 if (defined($prefix) && $prefix ne '') { 952 printf OUTPUT "#define A_".$i."_used ".$prefix."A_".$i."_used\n"; 979 printf OUTPUT "static u32 ".$prefix."LABELPATCHES[] __attribute((unused)) = {\n"; 987 "} ".$prefix."EXTERNAL_PATCHES[] __attribute((unused)) = {\n"; 995 printf OUTPUT "static u32 ".$prefix."INSTRUCTIONS __attribute((unused))\t= %d;\n", 997 printf OUTPUT "static u32 ".$prefix."PATCHES __attribute((unused))\t= %d;\n", 999 printf OUTPUT "static u32 ".$prefix."EXTERNAL_PATCHES_LEN __attribute((unused))\t= %d;\n",
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 363 prefix, prefix, prefix); in aic_print_reg_dump_types() 374 prefix, in aic_print_reg_dump_start() 407 prefix, in aic_print_reg_dump_end() 409 prefix, in aic_print_reg_dump_end() 425 prefix, in aic_print_reg_dump_end() 426 prefix, in aic_print_reg_dump_end() 428 prefix, in aic_print_reg_dump_end() 430 prefix, in aic_print_reg_dump_end()
|
D | aicasm.c | 395 "typedef int %spatch_func_t (%s);\n", prefix, patch_arg_list); in output_code() 408 prefix, in output_code() 409 prefix, in output_code() 411 prefix, in output_code() 423 "} patches[] = {\n", prefix); in output_code() 430 prefix, in output_code()
|
D | aicasm_gram.y | 68 char *prefix = stock_prefix; variable 226 | prefix 227 | program prefix 269 prefix: 272 if (prefix != stock_prefix) 275 prefix = strdup($3); 276 if (prefix == NULL) 1914 const char prefix[] = " * "; in add_version() local 1918 newlen = strlen(verstring) + strlen(prefix); in add_version() 1925 strcpy(&versions[oldlen], prefix); in add_version() [all …]
|
D | aicasm.h | 82 extern char *prefix;
|
/linux-2.4.37.9/net/ipv6/ |
D | anycast.c | 51 ip6_addr_match(struct in6_addr *addr1, struct in6_addr *addr2, int prefix) in ip6_addr_match() argument 56 if (prefix > 128 || prefix < 0) in ip6_addr_match() 58 if (prefix == 0) in ip6_addr_match() 61 if (prefix >= 32) in ip6_addr_match() 64 mask = htonl(~0 << (32 - prefix)); in ip6_addr_match() 67 prefix -= 32; in ip6_addr_match() 68 if (prefix <= 0) in ip6_addr_match()
|
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ipt_ULOG.h | 28 char prefix[ULOG_PREFIX_LEN]; member 40 char prefix[ULOG_PREFIX_LEN]; member
|
D | ipt_LOG.h | 12 char prefix[30]; member
|
/linux-2.4.37.9/fs/affs/ |
D | super.c | 94 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument 145 if (*prefix) { /* Free any previous prefix */ in parse_options() 146 kfree(*prefix); in parse_options() 147 *prefix = NULL; in parse_options() 149 *prefix = kmalloc(strlen(value) + 1,GFP_KERNEL); in parse_options() 150 if (!*prefix) in parse_options() 152 strcpy(*prefix,value); in parse_options()
|
/linux-2.4.37.9/Documentation/networking/ |
D | policy-routing.txt | 5 I.e. it is tree of nodes (destination prefix, tos, metric) 37 Rule is a record of (src prefix, src interface, tos, dst prefix) 114 iproute addrule to a-prefix-for-1st-area class 250 115 iproute addrule to another-prefix-for-1st-area class 250 117 iproute addrule to a-prefix-for-2nd-area class 249
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_LOG.c | 373 loginfo->prefix, in ip6t_log_target() 435 if (loginfo->prefix[sizeof(loginfo->prefix)-1] != '\0') { in ip6t_log_checkentry() 437 loginfo->prefix[sizeof(loginfo->prefix)-1]); in ip6t_log_checkentry()
|
/linux-2.4.37.9/net/ipv4/ |
D | fib_frontend.c | 466 u32 prefix = ifa->ifa_address&mask; in fib_add_ifaddr() local 469 prim = inet_ifa_byprefix(in_dev, prefix, mask); in fib_add_ifaddr() 485 if (!ZERONET(prefix) && !(ifa->ifa_flags&IFA_F_SECONDARY) && in fib_add_ifaddr() 486 (prefix != addr || ifa->ifa_prefixlen < 32)) { in fib_add_ifaddr() 488 RTN_UNICAST, prefix, ifa->ifa_prefixlen, prim); in fib_add_ifaddr() 492 fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix, 32, prim); in fib_add_ifaddr() 493 fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix|~mask, 32, prim); in fib_add_ifaddr()
|
/linux-2.4.37.9/drivers/acpi/ |
D | utils.c | 44 char prefix[80] = {'\0'};\ 45 struct acpi_buffer buffer = {sizeof(prefix), prefix};\ 48 (char *) prefix, p, acpi_format_exception(s))); }
|
/linux-2.4.37.9/drivers/net/ |
D | bsd_comp.c | 117 unsigned short prefix; /* preceding code */ member 123 unsigned short prefix; /* preceding code */ 203 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 204 ^ (unsigned long)(prefix)) 205 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ argument 206 + (unsigned long)(prefix)) 1034 finchar = dictp->f.hs.prefix; in bsd_decompress()
|
/linux-2.4.37.9/scripts/ |
D | checkpatch.pl | 997 my $prefix = ''; 1003 my $line = $prefix . $_[0]; 1051 my $prefix = $absolute; 1052 substr($prefix, -length($file)) = ''; 1055 if ($prefix ne ".../") { 1183 $prefix = ''; 1232 $prefix = "$filename:$realline: " if ($emacs && $file); 1233 $prefix = "$filename:$linenr: " if ($emacs && !$file); 1748 my ($where, $prefix) = ($-[1], $1); 1749 if ($prefix !~ /$Type\s+$/ && [all …]
|
/linux-2.4.37.9/include/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 12 char prefix[30]; member
|
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-proc.c | 96 int i2c_create_name(char **name, const char *prefix, in i2c_create_name() argument 102 sprintf(name_buffer, "%s-isa-%04x", prefix, addr); in i2c_create_name() 106 sprintf(name_buffer, "%s-i2c-%d-%02x", prefix, id, addr); in i2c_create_name() 126 int i2c_register_entry(struct i2c_client *client, const char *prefix, in i2c_register_entry() argument 135 if ((res = i2c_create_name(&name, prefix, client->adapter, in i2c_register_entry()
|
/linux-2.4.37.9/include/linux/ |
D | atmbr2684.h | 89 __u32 prefix; /* network byte order */ member
|
/linux-2.4.37.9/fs/bfs/ |
D | inode.c | 33 void dump_imap(const char *prefix, struct super_block * s); 221 void dump_imap(const char *prefix, struct super_block * s) in dump_imap() argument 236 printk(KERN_ERR "BFS-fs: %s: lasti=%08lx <%s>\n", prefix, s->su_lasti, tmpbuf); in dump_imap()
|