Searched refs:part (Results 51 - 75 of 172) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c449 snprintf(target, 128, "/tmp/mnt/usb%d/part%d", 16*(major_no/64) + minor_no/16, minor_no%16);
625 int device, part; local
653 snprintf(path, 128, "/tmp/mnt/usb%d/part%d", 16*(major_no/64) + minor_no/16, minor_no%16);
663 part = minor_no%16;
665 if (part)
666 sprintf(path, "/tmp/usb_vol_name/sd%c%d", 'a' + device, part);
678 sprintf(usb_part, "%d", part);
842 int minor_no, major_no, device, part; local
900 part = minor_no%16;
903 /* sprintf(devname, "%s%c%d", driver, 'a' + device, part); */
1259 char part[10], *partitions, *next; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmaketgz15 # you should have received as part of this distribution. The terms
82 for part in `echo $PATH| tr ':' ' '`; do
83 path="$part/$file"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-input.c451 struct sk_buff *part; local
462 part = skb_clone(jumbo, GFP_ATOMIC);
463 if (!part) {
468 rxrpc_new_skb(part);
470 pskb_trim(part, RXRPC_JUMBO_DATALEN);
487 rxrpc_fast_process_packet(call, part);
488 part = NULL;
498 rxrpc_free_skb(part);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c136 if (sbi->part >= 0)
137 seq_printf(seq, ",part=%u", sbi->part);
187 { opt_part, "part=%u" },
224 hsb->part = -1;
273 if (match_int(&args[0], &hsb->part)) {
274 printk(KERN_ERR "hfs: part requires an argument\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dparsedate.c11 * you should have received as part of this distribution. The terms
341 int part = 0; /* max 6 parts */ local
343 while(*date && (part < 6)) {
457 part++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dsmu.c989 const struct smu_sdbp_header *part; local
1006 part = of_get_property(smu->of_node, pname, size);
1007 if (part == NULL) {
1009 part = smu_create_sdb_partition(id);
1010 if (part != NULL && size)
1011 *size = part->len << 2;
1014 return part;
1096 const struct smu_sdbp_header *part; local
1097 part = __smu_get_sdb_partition(hdr.cmd, NULL, 1);
1098 if (part
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgenhd.h119 struct hd_struct **part; /* [indexed by minor] */ member in struct:gendisk
241 extern struct gendisk *get_gendisk(dev_t dev, int *part);
414 char *disk_name (struct gendisk *hd, int part, char *buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c449 /* get part part of the result string */
454 dbg("request part #%d of result string", i);
463 err("requested part of result string not found");
467 /* %{2+}c copies the whole string from the second part on */
474 dbg("substitute part of result string '%s'", temp2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dautogen.sh26 [ -n "$4" ] && echo ' Note that this is part of '\`$4\''.' >&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c81 int part = -1; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dautogen.sh26 [ -n "$4" ] && echo ' Note that this is part of '\`$4\''.' >&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk4 # This file is part the FLAC project. FLAC is comprised of several
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dz2ram.c320 static struct kobject *z2_find(dev_t dev, int *part, void *data) argument
322 *part = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmul.S97 * %o4 has 20 of the bits that should be in the low part of the
104 * --hi-- ----low-part----
107 * high part of the product (i.e., highpart = %o4 >> 20).
113 or %o5, %o0, %o0 ! construct low part of result
115 sra %o4, 20, %o1 ! ... and extract high part of result
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S169 # upper part of IOASIC Address
186 # upper part of IOASIC Address
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sn/
H A Dioc3.c279 unsigned char data[64],part[32]; local
287 /* assemble the part # */
291 part[j++] = data[i+11];
294 part[j++] = data[i+32];
295 part[j] = 0;
297 if(!strncmp(part, "060-0035-", 9))
299 if(!strncmp(part, "060-0038-", 9))
301 strcpy(idd->nic_part, part);
599 printk(KERN_INFO "IOC3 part: [%s], serial: [%s] => class %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhscx.c260 inithscxisac(struct IsdnCardState *cs, int part) argument
262 if (part & 1) {
268 if (part & 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Defi.c143 * the part[0] entry for this disk, and is the number of
169 /* pmbr_part_valid(struct partition *part) */
170 pmbr_part_valid(struct partition *part, u64 lastlba) argument
173 if (part->sys_ind == EFI_PMBR_OSTYPE_EFI_GPT &&
174 le32_to_cpu(part->start_sect) == 1UL)
H A Dldm.h200 struct vblk_part part; member in union:vblk::__anon7669
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c182 /* Now write out the first part */
383 char state, part, first; local
386 part = 0;
395 part++;
399 } else if(part) {
681 * 1 : part boundary
690 /* Check for part boundary */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c181 /* Now write out the first part */
442 char state, part, first; local
445 part = 0;
454 part++;
458 } else if(part) {
740 * 1 : part boundary
749 /* Check for part boundary */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S25 ahi %r1,1 # trick part 2: add 1 to the quotient
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strchr.S41 mskqh t4, a0, t4 # U : only want relevant part of first quad
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S106 | ms mantissa part in d0
107 | ls mantissa part in d1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-java.c996 char *part = (char *) xmalloca (n + 1); local
997 memcpy (part, p, n);
998 part[n] = '\0';
999 subdirs[i] = concatenated_filename (last_dir, part, NULL);
1000 freea (part);

Completed in 308 milliseconds

1234567