Searched refs:sc (Results 151 - 175 of 219) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsignal.c37 struct sigcontext sc; member in struct:__anon3774
173 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE))
273 if (__copy_to_user(&frame->sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE))
278 if (__put_user(&frame->sregs, &frame->sc.sregs))
303 regs->gprs[3] = (unsigned long) &frame->sc;
H A Dcompat_signal.c38 struct sigcontext32 sc; member in struct:__anon3768
353 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE32))
463 if (__copy_to_user(&frame->sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE32))
468 if (__put_user((unsigned long) &frame->sregs, &frame->sc.sregs))
491 regs->gprs[3] = (__u64) &frame->sc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c439 const char *sc; local
441 for (sc = s; *sc != '\0'; sc++)
443 return (sc - s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c1303 static int valid_server_config(const AvahiServerConfig *sc) { argument
1306 assert(sc);
1308 if (sc->n_wide_area_servers > AVAHI_WIDE_AREA_SERVERS_MAX)
1311 if (sc->host_name && !avahi_is_valid_host_name(sc->host_name))
1314 if (sc->domain_name && !avahi_is_valid_domain_name(sc->domain_name))
1317 for (l = sc->browse_domains; l; l = l->next)
1359 AvahiServer *avahi_server_new(const AvahiPoll *poll_api, const AvahiServerConfig *sc, AvahiServerCallback callback, void* userdata, int *error) { argument
1363 if (sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_rx.c91 u16 sc; local
95 sc = le16_to_cpu(hdr->seq_ctl);
96 frag = WLAN_GET_SEQ_FRAG(sc);
97 seq = WLAN_GET_SEQ_SEQ(sc);
141 u16 sc; local
145 sc = le16_to_cpu(hdr->seq_ctl);
146 seq = WLAN_GET_SEQ_SEQ(sc);
335 u16 fc, type, stype, sc; local
365 sc = le16_to_cpu(hdr->seq_ctl);
366 frag = WLAN_GET_SEQ_FRAG(sc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c137 struct scsi_cmnd *sc = ctask->sc; local
142 if (sc->sc_data_direction == DMA_TO_DEVICE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsignal32.c512 struct sigcontext32 __user *sc; local
538 sc = &sframep->sig_context;
542 &sc->sigc_onstack);
554 err |= __put_user(seta[0], &sc->sigc_mask);
557 err |= __put_user(regs->u_regs[UREG_FP], &sc->sigc_sp);
558 err |= __put_user(pc, &sc->sigc_pc);
559 err |= __put_user(npc, &sc->sigc_npc);
563 err |= __put_user(psr, &sc->sigc_psr);
564 err |= __put_user(regs->u_regs[UREG_G1], &sc->sigc_g1);
565 err |= __put_user(regs->u_regs[UREG_I0], &sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Datakeyb.c126 #define IS_SYNC_CODE(sc) ((sc) >= 0x04 && (sc) <= 0xfb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c598 char sc[4]; /* status/control */ member in struct:ring_entry::__anon7033::__anon7035
603 /* Test the valid bits in any of the 4 sc chars using "allsc" member */
607 #define ring_sc u.s.sc
2071 char *sc; local
2186 sc = &(entry->ring_sc[byte_num]);
2189 if ((*sc & IOC4_RXSB_MODEM_VALID)
2194 && !(*sc & IOC4_RXSB_DCD)) {
2213 *sc &= ~IOC4_RXSB_MODEM_VALID;
2248 if (*sc & IOC4_RXSB_MODEM_VALID) {
2250 if ((*sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dlkdtm.c161 struct zone *zone, struct scan_control *sc)
160 jp_shrink_inactive_list(unsigned long max_scan, struct zone *zone, struct scan_control *sc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h729 * @sc: bDeviceSubClass value
735 #define USB_DEVICE_INFO(cl,sc,pr) \
737 .bDeviceSubClass = (sc), .bDeviceProtocol = (pr)
742 * @sc: bInterfaceSubClass value
748 #define USB_INTERFACE_INFO(cl,sc,pr) \
750 .bInterfaceSubClass = (sc), .bInterfaceProtocol = (pr)
H A Dgfs2_ondisk.h528 extern void gfs2_statfs_change_in(struct gfs2_statfs_change_host *sc, const void *buf);
529 extern void gfs2_statfs_change_out(const struct gfs2_statfs_change_host *sc, void *buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/amiga/
H A DMakefile.sas6 CC=sc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dptrace.h35 #include "sysdep/sc.h"
72 void *sc; member in struct:uml_pt_regs::tt_regs
92 #define UPT_SC(r) ((r)->tt.sc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/amiga/
H A DMakefile.sas6 CC=sc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c248 u8 *c = pc->c, *scsi_buf = pc->buffer, *sc = pc->scsi_cmd->cmnd; local
267 c[0] = sc[0] | 0x40;
268 c[1] = sc[1];
269 c[2] = sc[2];
270 new_len = sc[4] + 4;
273 c[9] = sc[5];
291 u8 *sc = pc->scsi_cmd->cmnd; local
297 if (pc->c[0] == MODE_SENSE_10 && sc[0] == MODE_SENSE) {
H A Daic7xxx_old.c982 struct seeprom_config sc; member in struct:aic7xxx_host
6860 read_284x_seeprom(struct aic7xxx_host *p, struct seeprom_config *sc) argument
6865 unsigned short *seeprom = (unsigned short *) sc;
6885 for (k = 0; k < (sizeof(*sc) / 2); k++)
6943 if (k < (sizeof(*sc) / 2) - 1)
6960 if (checksum != sc->checksum)
8455 struct seeprom_config *sc = (struct seeprom_config *) scarray; local
8529 sc->adapter_control &= ~CFAUTOTERM;
8530 sc->adapter_control |= CFSTERM | CFWSTERM | CFLVDSTERM;
8557 p->scsi_id = (sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_hfsc.c493 sc2isc(struct tc_service_curve *sc, struct internal_sc *isc) argument
495 isc->sm1 = m2sm(sc->m1);
496 isc->ism1 = m2ism(sc->m1);
497 isc->dx = d2dx(sc->d);
499 isc->sm2 = m2sm(sc->m2);
500 isc->ism2 = m2ism(sc->m2);
1293 hfsc_dump_sc(struct sk_buff *skb, int attr, struct internal_sc *sc) argument
1297 tsc.m1 = sm2m(sc->sm1);
1298 tsc.d = dx2d(sc->dx);
1299 tsc.m2 = sm2m(sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c428 const char *sc; local
430 for (sc = s; *sc != '\0'; sc++)
432 return (sc - s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmisc_64.S435 sc
447 sc
505 sc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish_common.c500 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
508 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
516 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
596 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; local
613 CALC_S (sa, sb, sc, sd, 0, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */
614 CALC_S (sa, sb, sc, sd, 1, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */
615 CALC_S (sa, sb, sc, sd, 2, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */
616 CALC_S (sa, sb, sc, sd, 3, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */
617 CALC_S (sa, sb, sc, sd, 4, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */
618 CALC_S (sa, sb, sc, s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c124 static void sigill_handler_sse_os(int signal, struct sigcontext sc) argument
127 sc.eip += 3 + 3 + 6;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dptrace.h18 #include "sysdep/sc.h"
100 void *sc; member in struct:uml_pt_regs::tt_regs
153 #define UPT_SC(r) ((r)->tt.sc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c503 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
515 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
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, s
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/arch/powerpc/kernel/vdso64/
H A Dsigtramp.S32 sc

Completed in 411 milliseconds

123456789