Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/linux-2.4.37.9/fs/udf/
Dudfend.h7 static inline lb_addr lelb_to_cpu(lb_addr in) in lelb_to_cpu() argument
10 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum); in lelb_to_cpu()
11 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum); in lelb_to_cpu()
15 static inline lb_addr cpu_to_lelb(lb_addr in) in cpu_to_lelb() argument
18 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum); in cpu_to_lelb()
19 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum); in cpu_to_lelb()
23 static inline timestamp lets_to_cpu(timestamp in) in lets_to_cpu() argument
26 memcpy(&out, &in, sizeof(timestamp)); in lets_to_cpu()
27 out.typeAndTimezone = le16_to_cpu(in.typeAndTimezone); in lets_to_cpu()
28 out.year = le16_to_cpu(in.year); in lets_to_cpu()
[all …]
/linux-2.4.37.9/crypto/
Dmd5.c34 #define MD5STEP(f, w, x, y, z, in, s) \ argument
35 (w += f(x, y, z) + in, w = (w<<s | w>>(32-s)) + x)
43 static void md5_transform(u32 *hash, u32 const *in) in md5_transform() argument
52 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform()
53 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform()
54 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform()
55 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform()
56 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform()
57 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform()
58 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in md5_transform()
[all …]
Dmd4.c82 static void md4_transform(u32 *hash, u32 const *in) in md4_transform() argument
91 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
92 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
93 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
94 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
95 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
96 ROUND1(d, a, b, c, in[5], 7); in md4_transform()
97 ROUND1(c, d, a, b, in[6], 11); in md4_transform()
98 ROUND1(b, c, d, a, in[7], 19); in md4_transform()
99 ROUND1(a, b, c, d, in[8], 3); in md4_transform()
[all …]
/linux-2.4.37.9/fs/hfs/
Dtrans.c111 int hfs_mac2nat(char *out, const struct hfs_name *in) { in hfs_mac2nat() argument
113 const unsigned char *p = in->Name; in hfs_mac2nat()
114 int len = in->Len; in hfs_mac2nat()
153 int hfs_mac2cap(char *out, const struct hfs_name *in) { in hfs_mac2cap() argument
155 const unsigned char *p = in->Name; in hfs_mac2cap()
156 int len = in->Len; in hfs_mac2cap()
194 int hfs_mac2eight(char *out, const struct hfs_name *in) { in hfs_mac2eight() argument
196 const unsigned char *p = in->Name; in hfs_mac2eight()
197 int len = in->Len; in hfs_mac2eight()
236 int hfs_mac2seven(char *out, const struct hfs_name *in) { in hfs_mac2seven() argument
[all …]
/linux-2.4.37.9/net/sctp/
Dssnmap.c45 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
51 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) in sctp_ssnmap_size() argument
53 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16); in sctp_ssnmap_size()
60 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, int gfp) in sctp_ssnmap_new() argument
65 size = sctp_ssnmap_size(in, out); in sctp_ssnmap_new()
74 if (!sctp_ssnmap_init(retval, in, out)) in sctp_ssnmap_new()
93 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, in sctp_ssnmap_init() argument
96 memset(map, 0x00, sctp_ssnmap_size(in, out)); in sctp_ssnmap_init()
99 map->in.ssn = (__u16 *)&map[1]; in sctp_ssnmap_init()
100 map->in.len = in; in sctp_ssnmap_init()
[all …]
/linux-2.4.37.9/drivers/isdn/hisax/
Dst5481_usb.c467 struct st5481_in *in = urb->context; in usb_in_complete() local
486 if (in->mode == L1_MODE_TRANS) { in usb_in_complete()
488 register unsigned char *dest = in->rcvbuf; in usb_in_complete()
493 status = isdnhdlc_decode(&in->hdlc_state, ptr, len, &count, in usb_in_complete()
494 in->rcvbuf, in->bufsize); in usb_in_complete()
502 DBG_PACKET(0x400, in->rcvbuf, status); in usb_in_complete()
507 memcpy(skb_put(skb, status), in->rcvbuf, status); in usb_in_complete()
508 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb); in usb_in_complete()
519 urb->dev = in->adapter->usb_dev; in usb_in_complete()
525 int __devinit st5481_setup_in(struct st5481_in *in) in st5481_setup_in() argument
[all …]
/linux-2.4.37.9/net/802/transit/
Dpdutr.pre11 ;received in frame
175 ;received in frame
228 ;received N(S) in frame
343 ;112 entries in table, 8 modified by tredit4 SABME_CMD x x x SH3 RESET_CHECK
344 ;112 entries in table, 8 modified by tredit4 DISC_CMD x x x SH4 ADM
345 ;112 entries in table, 8 modified by tredit4 FRMR_RSP x x x SH5 RESET_WAIT
346 ;112 entries in table, 8 modified by tredit4 DM_RSP x x x SH6 ADM
347 ;112 entries in table, 8 modified by tredit4 BAD_FRAME x x x SH7 ERROR
348 ;112 entries in table, 8 modified by tredit4 UA_RSP x x x SH9 ERROR
349 ;112 entries in table, 8 modified by tredit4 anyrsp x 1 0 SH10 ERROR
[all …]
/linux-2.4.37.9/drivers/net/arcnet/
Drfc1201.c147 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx() local
175 if (in->skb) { /* already assembling one! */ in rx()
177 in->sequence, soft->split_flag, soft->sequence); in rx()
179 dev_kfree_skb_irq(in->skb); in rx()
182 in->skb = NULL; in rx()
184 in->sequence = soft->sequence; in rx()
258 soft->split_flag, in->sequence); in rx()
260 if (in->skb && in->sequence != soft->sequence) { in rx()
262 saddr, in->sequence, soft->sequence, in rx()
264 dev_kfree_skb_irq(in->skb); in rx()
[all …]
/linux-2.4.37.9/arch/x86_64/
Dconfig.in101 source drivers/pci/Config.in
106 source drivers/pcmcia/Config.in
107 source drivers/hotplug/Config.in
127 source drivers/acpi/Config.in
131 source drivers/mtd/Config.in
133 source drivers/parport/Config.in
135 source drivers/block/Config.in
137 source drivers/md/Config.in
140 source net/Config.in
143 source drivers/telephony/Config.in
[all …]
/linux-2.4.37.9/arch/cris/
Dconfig.in76 int 'DRAM size (dec, in MB)' CONFIG_ETRAX_DRAM_SIZE 8
78 int 'Buswidth of flash in bytes' CONFIG_ETRAX_FLASH_BUSWIDTH 2
152 # bring in ETRAX built-in drivers
154 source arch/cris/drivers/Config.in
158 source drivers/mtd/Config.in
160 source drivers/parport/Config.in
162 source drivers/pnp/Config.in
164 source drivers/block/Config.in
166 source drivers/md/Config.in
168 source drivers/pcmcia/Config.in
[all …]
/linux-2.4.37.9/drivers/acpi/resources/
Drsxface.c358 #define ACPI_COPY_FIELD(out, in, field) ((out)->field = (in)->field) argument
359 #define ACPI_COPY_ADDRESS(out, in) \ argument
360 ACPI_COPY_FIELD(out, in, resource_type); \
361 ACPI_COPY_FIELD(out, in, producer_consumer); \
362 ACPI_COPY_FIELD(out, in, decode); \
363 ACPI_COPY_FIELD(out, in, min_address_fixed); \
364 ACPI_COPY_FIELD(out, in, max_address_fixed); \
365 ACPI_COPY_FIELD(out, in, attribute); \
366 ACPI_COPY_FIELD(out, in, granularity); \
367 ACPI_COPY_FIELD(out, in, min_address_range); \
[all …]
/linux-2.4.37.9/drivers/char/
Drandom.c558 static void add_entropy_words(struct entropy_store *r, const __u32 *in, in add_entropy_words() argument
570 w = rotate_left(r->input_rotate, *in++); in add_entropy_words()
1136 static void MD5Transform(__u32 buf[HASH_BUFFER_SIZE], __u32 const in[16]) in MD5Transform()
1145 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); in MD5Transform()
1146 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); in MD5Transform()
1147 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17); in MD5Transform()
1148 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22); in MD5Transform()
1149 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7); in MD5Transform()
1150 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12); in MD5Transform()
1151 MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17); in MD5Transform()
[all …]
/linux-2.4.37.9/arch/m68k/fpsp040/
Dbinstr.S7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
8 | d0, and a pointer to start in memory for bcd characters
9 | in d0. (This pointer must point to byte 4 of the first
23 | to force the first byte formed to have a 0 in the upper 4 bits.
26 | Copy the fraction in d2:d3 to d4:d5.
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
35 | A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5
39 | zero, it is the ls digit. Put the digit in its place in the
94 orl %d6,%d2 |or in msbs from d3 into d2
[all …]
Dbindec.S7 | Converts an input in extended precision format
12 | value in memory; d0 contains the k-factor sign-extended
16 | Output: result in the FP_SCR1 space on the stack.
23 | The k-factor is saved for use in d7. Clear the
33 | value is viewed as 2^^e * 1.f in extended precision.
34 | This value is stored in d6.
37 | The operation in A3 above may have set INEX2.
40 | ICTR is a flag used in A13. It must be set before the
49 | If LEN is computed to be greater than 17, set OPERR in
50 | USER_FPSR. LEN is stored in d4.
[all …]
Dsgetem.S7 | precision number in fp0. sGETEXPD handles denormalized
12 | extended precision number and returned in fp0. The
16 | Input: Double-extended number X in the ETEMP space in
19 | Output: The functions return exp(X) or man(X) in fp0.
86 fmovex (%a0),%fp0 |put new value back in fp0
95 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
96 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
107 | ms mantissa part in d0
108 | ls mantissa part in d1
110 | shifted bits in d0 and d1
[all …]
/linux-2.4.37.9/fs/efs/
Dinode.c53 struct efs_inode_info *in = INODE_INFO(inode); in efs_read_inode() local
120 in->numextents = be16_to_cpu(efs_inode->di_numextents); in efs_read_inode()
121 in->lastextent = 0; in efs_read_inode()
125 extent_copy(&(efs_inode->di_u.di_extents[i]), &(in->extents[i])); in efs_read_inode()
126 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_read_inode()
137 inode->i_ino, in->numextents, inode->i_mode); in efs_read_inode()
196 struct efs_inode_info *in = INODE_INFO(inode); in efs_map_block() local
204 last = in->lastextent; in efs_map_block()
206 if (in->numextents <= EFS_DIRECTEXTENTS) { in efs_map_block()
208 if ((result = efs_extent_check(&in->extents[last], block, sb))) in efs_map_block()
[all …]
/linux-2.4.37.9/arch/ia64/
Dconfig.in111 bool 'Use PAL_HALT_LIGHT in idle loop' CONFIG_IA64_PAL_IDLE
135 source drivers/acpi/Config.in
138 source drivers/pci/Config.in
142 source drivers/hotplug/Config.in
143 source drivers/pcmcia/Config.in
148 source drivers/parport/Config.in
154 source net/Config.in
158 source drivers/mtd/Config.in
159 source drivers/pnp/Config.in
160 source drivers/block/Config.in
[all …]
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog36 - support for mounting directly from entries in the devfs (it doesn't
42 entries, make sure you use: append = "root=/dev/sd_..." in your
56 - SCSI disc naming now cast in stone, with the format:
60 - loop devices now appear in devfs
62 - tty devices, console, serial ports, etc. now appear in devfs
69 - SCSI CD-ROMS, tapes and generic devices now appear in devfs
75 - RAMDISCs now appear in devfs
87 - MetaDevices (/dev/md*) should now appear in devfs
91 - bugfix in meta device support for devfs
97 - added support for creating sockets in a devfs
[all …]
/linux-2.4.37.9/Documentation/isdn/
DREADME.pcbit5 The PCBIT is a Euro ISDN adapter manufactured in Portugal by Octal and
6 developed in cooperation with Portugal Telecom and Inesc.
8 originally developed by Fritz Elfert in the isdn4linux project.
13 package or in the pcbit package available in:
22 - Only HDLC in B-channels is supported at the moment. There is no
23 current support for X.25 in B or D channels nor LAPD in B
28 - The driver often triggers errors in the board that I and the
29 manufacturer believe to be caused by bugs in the firmware. The current
32 the manufacturer in order to solve this problem.
34 Information/hints/help can be obtained in the linux isdn
/linux-2.4.37.9/arch/parisc/
Dconfig.in76 source drivers/pci/Config.in
100 source drivers/parport/Config.in
102 source drivers/block/Config.in
104 source drivers/md/Config.in
107 source net/Config.in
117 source drivers/ide/Config.in
130 source drivers/scsi/Config.in
141 source drivers/net/Config.in
143 source drivers/atm/Config.in
152 source drivers/input/Config.in
[all …]
/linux-2.4.37.9/arch/ppc64/
Dconfig.in43 bool 'Support for RTAS (RunTime Abstraction Services) in /proc' CONFIG_PPC_RTAS
90 source drivers/pci/Config.in
94 source drivers/parport/Config.in
100 bool 'Support for Open Firmware device tree in /proc' CONFIG_PROC_DEVICETREE
110 source drivers/block/Config.in
111 source drivers/md/Config.in
114 source net/Config.in
123 source drivers/ide/Config.in
133 source drivers/scsi/Config.in
137 source drivers/ieee1394/Config.in
[all …]
/linux-2.4.37.9/drivers/fc4/
Dsoc.c93 s->req[0].in = 0; in soc_reset()
94 s->req[1].in = 0; in soc_reset()
95 s->rsp[0].in = 0; in soc_reset()
96 s->rsp[1].in = 0; in soc_reset()
120 sw_cq->in = xram_get_8 ((xram_p)&sw_cq->hw_cq->in); in soc_solicited()
121 SOD (("soc_solicited, %d pkts arrived\n", (sw_cq->in-sw_cq->out) & sw_cq->last)) in soc_solicited()
148 if (sw_cq->out == sw_cq->in) { in soc_solicited()
149 sw_cq->in = xram_get_8 ((xram_p)&sw_cq->hw_cq->in); in soc_solicited()
150 if (sw_cq->out == sw_cq->in) { in soc_solicited()
159 sw_cq->in = xram_get_8 ((xram_p)&sw_cq->hw_cq->in); in soc_solicited()
[all …]
/linux-2.4.37.9/ipc/
Dutil.c284 void kernel_to_ipc64_perm (struct kern_ipc_perm *in, struct ipc64_perm *out) in kernel_to_ipc64_perm() argument
286 out->key = in->key; in kernel_to_ipc64_perm()
287 out->uid = in->uid; in kernel_to_ipc64_perm()
288 out->gid = in->gid; in kernel_to_ipc64_perm()
289 out->cuid = in->cuid; in kernel_to_ipc64_perm()
290 out->cgid = in->cgid; in kernel_to_ipc64_perm()
291 out->mode = in->mode; in kernel_to_ipc64_perm()
292 out->seq = in->seq; in kernel_to_ipc64_perm()
304 void ipc64_perm_to_ipc_perm (struct ipc64_perm *in, struct ipc_perm *out) in ipc64_perm_to_ipc_perm() argument
306 out->key = in->key; in ipc64_perm_to_ipc_perm()
[all …]
/linux-2.4.37.9/fs/befs/
DChangeLog46 * Fixed bug in befs_find_brun_indirect() that would result in the wrong
47 block being read. It was introduced when adding byteswapping in
50 * Fixed a longstanding bug in befs_find_key() that would result in it
52 for. For example, this would cause files in the same directory with
61 * Documentation improvements in source. [WD]
63 * Makefile fix for independant module when CONFIG_MODVERSION is set in
76 * Made functions in endian.h to do the correct byteswapping, no matter
79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD]
99 would result in the filesystem using the on-disk uid and gid. [WD]
113 * Added new debug/warning/error print functions in debug.c.
[all …]
/linux-2.4.37.9/arch/sparc64/
Dconfig.in1 # $Id: config.in,v 1.156.2.2 2002/03/14 01:26:21 kanoj Exp $
24 source drivers/i2c/Config.in
66 source drivers/pci/Config.in
68 tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
88 source drivers/parport/Config.in
101 source drivers/video/Config.in
104 source drivers/sbus/char/Config.in
105 source drivers/sbus/audio/Config.in
106 source drivers/mtd/Config.in
115 source drivers/md/Config.in
[all …]

12345678910>>...40