Searched refs:sd (Results 101 - 125 of 148) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c465 char *sd; local
468 for (s1 = (char*)s; (sd = gdb_cris_memchr(hexchars, *s1, base)) != NULL; ++s1)
469 x = x * base + (sd - hexchars);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.c1577 struct splice_desc *sd)
1587 sp.s_sd = sd;
1590 sp.s_offset = sd->pos & ~PAGE_CACHE_MASK;
1593 count = sd->len;
1604 copied = ocfs2_buffered_write_cluster(sd->file,
1605 (loff_t)sd->pos + total,
1575 ocfs2_splice_write_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, struct splice_desc *sd) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c504 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
516 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
581 byte sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0;
610 CALC_S (sa, sb, sc, sd, 0, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */
611 CALC_S (sa, sb, sc, sd, 1, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */
612 CALC_S (sa, sb, sc, sd, 2, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */
613 CALC_S (sa, sb, sc, sd, 3, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */
614 CALC_S (sa, sb, sc, sd, 4, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */
615 CALC_S (sa, sb, sc, sd, 5, 0x96, 0x3C, 0x5B, 0xED); /* 58 C6 AE DB */
616 CALC_S (sa, sb, sc, sd,
576 byte sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c2001 u32 sd, sdinfo; local
2022 sd = SS_LOGICAL_UNIT_NOT_SUPPORTED;
2026 sd = curlun->sense_data;
2036 buf[2] = SK(sd);
2039 buf[12] = ASC(sd);
2040 buf[13] = ASCQ(sd);
2449 u32 sd, sdinfo = 0; local
2459 sd = curlun->sense_data;
2462 sd = SS_NO_SENSE;
2464 sd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dnetmisc.c947 SMB_DATE * sd = (SMB_DATE *)&date; local
959 days = sd->Day;
960 month = sd->Month;
966 year = sd->Year;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Ds390mach.c384 if (mci->sd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dsd_ops.c19 #include <linux/mmc/sd.h>
H A Dsd.c2 * linux/drivers/mmc/sd.c
18 #include <linux/mmc/sd.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Duser.h648 int sd; member in struct:__anon10645
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_fair.c969 struct sched_domain *sd, enum cpu_idle_type idle,
1006 maxload, sd, idle, all_pinned,
1019 struct sched_domain *sd, enum cpu_idle_type idle)
1033 if (iter_move_one_task(this_rq, this_cpu, busiest, sd, idle,
967 load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned, int *this_best_prio) argument
1018 move_one_task_fair(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h799 struct softnet_data *sd; local
803 sd = &__get_cpu_var(softnet_data);
804 skb->next = sd->completion_queue;
805 sd->completion_queue = skb;
H A Dsched.h709 #define test_sd_parent(sd, flag) ((sd->parent && \
710 (sd->parent->flags & flag)) ? 1 : 0)
872 struct sched_domain *sd, enum cpu_idle_type idle,
876 struct rq *busiest, struct sched_domain *sd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dnetpoll.c186 struct softnet_data *sd = &get_cpu_var(softnet_data); local
188 if (sd->completion_queue) {
192 clist = sd->completion_queue;
193 sd->completion_queue = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-piix4.c46 struct sd { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsmbldap.c891 int sd; local
893 opt_rc = ldap_get_option(ldap_state->ldap_struct, LDAP_OPT_DESC, &sd);
894 if (opt_rc == 0 && (getpeername(sd, (struct sockaddr *) &addr, &len)) < 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c454 char *sd; local
457 for (s1 = (char*)s; (sd = gdb_cris_memchr(hexchars, *s1, base)) != NULL; ++s1)
458 x = x * base + (sd - hexchars);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_printer.c306 SEC_DESC *sd = NULL; local
332 sd = cli_query_secdesc(cli_share_src, fnum_src, mem_ctx);
333 if (!sd) {
341 display_sec_desc(sd);
382 if (!cli_set_secdesc(cli_share_dst, fnum_dst, sd)) {
584 /* possibly we have to copy some file-attributes / acls / sd */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemcpy-inatomic.S107 #define STORE sd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DMakefile160 sd_mod-objs := sd.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dewrk3.c1443 u_char crc, lfsr, sd, status = 0; local
1449 sd = dev->dev_addr[j] = eeprom_image[EEPROM_PADDR0 + j];
1451 for (k = 0; k < 8; k++, sd >>= 1) {
1452 lfsr = ((((crc & 0x02) >> 1) ^ (crc & 0x01)) ^ (sd & 0x01)) << 7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c1033 struct syslog_data sd = SYSLOG_DATA_INIT; local
1039 syslog_r(LOG_ERR, &sd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c1031 struct syslog_data sd = SYSLOG_DATA_INIT; local
1037 syslog_r(LOG_ERR, &sd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmem.c610 struct splice_desc *sd)
612 return sd->len;
609 pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, struct splice_desc *sd) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h1318 struct seeprom_descriptor *sd);
1319 void ahc_release_seeprom(struct seeprom_descriptor *sd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c691 int sd; local
699 sd = 4;
700 if (oss_period_size / sd > 4096)
701 sd *= 2;
702 if (oss_period_size / sd < 4096)
703 sd = 1;
705 sd = runtime->oss.subdivision;
706 oss_period_size /= sd;

Completed in 464 milliseconds

123456