Searched refs:cp (Results 1 - 25 of 1792) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dbb_basename.c14 const char *cp = strrchr(name, '/'); local
15 if (cp)
16 return cp + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtputs.c26 void tputs (const char *cp, int affcnt, int (*outcharfun) (int));
31 tputs (const char *cp, int affcnt, int (*outcharfun) (int)) argument
33 while (c_isdigit (*cp))
34 cp++;
35 if (*cp == '.')
37 cp++;
38 while (c_isdigit (*cp))
39 cp++;
41 for (; *cp != '\0'; cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtputs.c26 void tputs (const char *cp, int affcnt, int (*outcharfun) (int));
31 tputs (const char *cp, int affcnt, int (*outcharfun) (int)) argument
33 while (c_isdigit (*cp))
34 cp++;
35 if (*cp == '.')
37 cp++;
38 while (c_isdigit (*cp))
39 cp++;
41 for (; *cp != '\0'; cp
[all...]
H A Dmemchr.c159 const unsigned char *cp = (const unsigned char *) (longword_ptr - 1); local
161 if (cp[0] == c)
162 return (void *) cp;
163 if (cp[1] == c)
164 return (void *) &cp[1];
165 if (cp[2] == c)
166 return (void *) &cp[2];
167 if (cp[3] == c)
168 return (void *) &cp[3];
169 if (4 < sizeof longword && cp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.c53 static int pvr2_ioread_init(struct pvr2_ioread *cp) argument
57 cp->stream = NULL;
58 mutex_init(&cp->mutex);
61 cp->buffer_storage[idx] = kmalloc(BUFFER_SIZE,GFP_KERNEL);
62 if (!(cp->buffer_storage[idx])) break;
68 if (!(cp->buffer_storage[idx])) continue;
69 kfree(cp->buffer_storage[idx]);
76 static void pvr2_ioread_done(struct pvr2_ioread *cp) argument
80 pvr2_ioread_setup(cp,NULL);
82 if (!(cp
89 struct pvr2_ioread *cp; local
100 pvr2_ioread_destroy(struct pvr2_ioread *cp) argument
112 pvr2_ioread_set_sync_key(struct pvr2_ioread *cp, const char *sync_key_ptr, unsigned int sync_key_len) argument
140 pvr2_ioread_stop(struct pvr2_ioread *cp) argument
160 pvr2_ioread_start(struct pvr2_ioread *cp) argument
197 pvr2_ioread_get_stream(struct pvr2_ioread *cp) argument
202 pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) argument
240 pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) argument
255 pvr2_ioread_get_buffer(struct pvr2_ioread *cp) argument
306 pvr2_ioread_filter(struct pvr2_ioread *cp) argument
365 pvr2_ioread_avail(struct pvr2_ioread *cp) argument
401 pvr2_ioread_read(struct pvr2_ioread *cp,void __user *buf,unsigned int cnt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dcmdline.c42 char *cp; local
47 cp = &(arcs_cmdline[0]);
49 strcpy(cp, prom_argv(actr));
50 cp += strlen(prom_argv(actr));
51 *cp++ = ' ';
54 if (cp != &(arcs_cmdline[0])) {
56 --cp;
57 *cp = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dexplodename.c61 char *cp; local
72 *language = cp = name;
73 cp = _nl_find_language (*language);
75 if (*language == cp)
78 cp = strchr (*language, '\0');
81 if (cp[0] == '_')
84 cp[0] = '\0';
85 *territory = ++cp;
87 while (cp[0] != '\0' && cp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dversion.c28 const char *cp; local
31 for (cp = ver_string; *cp; cp++) {
32 if (*cp == '.')
34 if (!isdigit(*cp))
36 version = (version * 10) + (*cp - '0');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3270.c72 static void con3270_set_timer(struct con3270 *cp, int expires) argument
75 if (timer_pending(&cp->timer))
76 del_timer(&cp->timer);
79 if (timer_pending(&cp->timer) &&
80 mod_timer(&cp->timer, jiffies + expires))
82 cp->timer.function = (void (*)(unsigned long)) con3270_update;
83 cp->timer.data = (unsigned long) cp;
84 cp->timer.expires = jiffies + expires;
85 add_timer(&cp
94 con3270_update_status(struct con3270 *cp) argument
105 con3270_create_status(struct con3270 *cp) argument
129 con3270_update_string(struct con3270 *cp, struct string *s, int nr) argument
141 con3270_rebuild_update(struct con3270 *cp) argument
167 con3270_alloc_string(struct con3270 *cp, size_t size) argument
206 con3270_update(struct con3270 *cp) argument
286 struct con3270 *cp; local
358 con3270_issue_read(struct con3270 *cp) argument
384 struct con3270 *cp; local
401 struct con3270 *cp; local
410 con3270_irq(struct con3270 *cp, struct raw3270_request *rq, struct irb *irb) argument
434 con3270_cline_add(struct con3270 *cp) argument
445 con3270_cline_insert(struct con3270 *cp, unsigned char c) argument
456 con3270_cline_end(struct con3270 *cp) argument
489 struct con3270 *cp; local
523 con3270_wait_write(struct con3270 *cp) argument
538 struct con3270 *cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_cmdline.c31 char *cp; local
32 cp = arcs_cmdline;
34 *cp = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_conn.c129 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) argument
135 hash = ip_vs_conn_hashkey(cp->protocol, cp->caddr, cp->cport);
139 if (!(cp->flags & IP_VS_CONN_F_HASHED)) {
140 list_add(&cp->c_list, &ip_vs_conn_tab[hash]);
141 cp->flags |= IP_VS_CONN_F_HASHED;
142 atomic_inc(&cp->refcnt);
160 static inline int ip_vs_conn_unhash(struct ip_vs_conn *cp) argument
166 hash = ip_vs_conn_hashkey(cp
194 struct ip_vs_conn *cp; local
220 struct ip_vs_conn *cp; local
240 struct ip_vs_conn *cp; local
280 struct ip_vs_conn *cp, *ret=NULL; local
315 ip_vs_conn_put(struct ip_vs_conn *cp) argument
327 ip_vs_conn_fill_cport(struct ip_vs_conn *cp, __be16 cport) argument
348 ip_vs_bind_xmit(struct ip_vs_conn *cp) argument
385 ip_vs_bind_dest(struct ip_vs_conn *cp, struct ip_vs_dest *dest) argument
431 ip_vs_unbind_dest(struct ip_vs_conn *cp) argument
532 struct ip_vs_conn *cp = (struct ip_vs_conn *)data; local
588 ip_vs_conn_expire_now(struct ip_vs_conn *cp) argument
603 struct ip_vs_conn *cp; local
668 struct ip_vs_conn *cp; local
692 struct ip_vs_conn *cp = v; local
734 const struct ip_vs_conn *cp = v; local
773 todrop_entry(struct ip_vs_conn *cp) argument
805 struct ip_vs_conn *cp; local
860 struct ip_vs_conn *cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpoint.sh5 cp "$1" "$2"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpoint.sh5 cp "$1" "$2"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/jmr3927/common/
H A Dprom.c51 char *cp; local
58 cp = &(arcs_cmdline[0]);
60 strcpy(cp, prom_argv[actr]);
61 cp += strlen(prom_argv[actr]);
62 *cp++ = ' ';
65 if (cp != &(arcs_cmdline[0])) /* get rid of trailing space */
66 --cp;
67 *cp = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Dcmdline.c39 static char * __init move_firmware_args(char* cp) argument
52 strcat(cp, used_arc[i][1]);
53 cp += strlen(used_arc[i][1]);
58 strcpy(cp, s);
59 cp += strlen(s);
61 *cp++ = ' ';
68 return cp;
73 char *cp; local
78 cp = arcs_cmdline;
83 cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dmntopts.c78 static char *skip_over_blanks(char *cp) argument
80 while (*cp && isspace(*cp))
81 cp++;
82 return cp;
85 static char *skip_over_word(char *cp) argument
87 while (*cp && !isspace(*cp) && *cp != ',')
88 cp
99 char *cp, *buf, *next; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c127 * also, we need to make cp->lock finer-grained.
178 #define CAS_MAX_MTU min(((cp->page_size << 1) - 0x50), 9000)
236 static void cas_set_link_modes(struct cas *cp);
238 static inline void cas_lock_tx(struct cas *cp) argument
243 spin_lock(&cp->tx_lock[i]);
246 static inline void cas_lock_all(struct cas *cp) argument
248 spin_lock_irq(&cp->lock);
249 cas_lock_tx(cp);
260 #define cas_lock_all_save(cp, flags) \
262 struct cas *xxxcp = (cp); \
267 cas_unlock_tx(struct cas *cp) argument
275 cas_unlock_all(struct cas *cp) argument
288 cas_disable_irq(struct cas *cp, const int ring) argument
321 cas_mask_intr(struct cas *cp) argument
329 cas_buffer_init(cas_page_t *cp) argument
335 cas_buffer_count(cas_page_t *cp) argument
341 cas_buffer_inc(cas_page_t *cp) argument
347 cas_buffer_dec(cas_page_t *cp) argument
353 cas_enable_irq(struct cas *cp, const int ring) argument
382 cas_unmask_intr(struct cas *cp) argument
390 cas_entropy_gather(struct cas *cp) argument
402 cas_entropy_reset(struct cas *cp) argument
422 cas_phy_read(struct cas *cp, int reg) argument
443 cas_phy_write(struct cas *cp, int reg, u16 val) argument
465 cas_phy_powerup(struct cas *cp) argument
475 cas_phy_powerdown(struct cas *cp) argument
486 cas_page_free(struct cas *cp, cas_page_t *page) argument
507 cas_page_alloc(struct cas *cp, const gfp_t flags) argument
531 cas_spare_init(struct cas *cp) argument
544 cas_spare_free(struct cas *cp) argument
573 cas_spare_recover(struct cas *cp, const gfp_t flags) argument
638 cas_page_dequeue(struct cas *cp) argument
673 cas_mif_poll(struct cas *cp, const int enable) argument
695 cas_begin_auto_negotiation(struct cas *cp, struct ethtool_cmd *ep) argument
789 cas_reset_mii_phy(struct cas *cp) argument
805 cas_saturn_firmware_load(struct cas *cp) argument
839 cas_phy_init(struct cas *cp) argument
966 cas_pcs_link_check(struct cas *cp) argument
1055 cas_pcs_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1065 cas_txmac_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1120 cas_load_firmware(struct cas *cp, cas_hp_inst_t *firmware) argument
1153 cas_init_rx_dma(struct cas *cp) argument
1321 cas_page_spare(struct cas *cp, const int index) argument
1339 cas_page_swap(struct cas *cp, const int ring, const int index) argument
1357 cas_clean_rxds(struct cas *cp) argument
1385 cas_clean_rxcs(struct cas *cp) argument
1401 cas_rxmac_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1436 cas_mac_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1463 cas_mdio_link_not_up(struct cas *cp) argument
1522 cas_mii_link_check(struct cas *cp, const u16 bmsr) argument
1579 cas_mif_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1593 cas_pci_interrupt(struct net_device *dev, struct cas *cp, u32 status) argument
1665 cas_abnormal_irq(struct net_device *dev, struct cas *cp, u32 status) argument
1735 cas_calc_tabort(struct cas *cp, const unsigned long addr, const int len) argument
1747 cas_tx_ringN(struct cas *cp, int ring, int limit) argument
1820 cas_tx(struct net_device *dev, struct cas *cp, u32 status) argument
1846 cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc, int entry, const u64 *words, struct sk_buff **skbref) argument
2062 cas_rx_flow_pkt(struct cas *cp, const u64 *words, struct sk_buff *skb) argument
2083 cas_post_page(struct cas *cp, const int ring, const int index) argument
2111 cas_post_rxds_ringN(struct cas *cp, int ring, int num) argument
2185 cas_rx_ringN(struct cas *cp, int ring, int budget) argument
2304 cas_post_rxcs_ringN(struct net_device *dev, struct cas *cp, int ring) argument
2336 cas_handle_irqN(struct net_device *dev, struct cas *cp, const u32 status, const int ring) argument
2347 struct cas *cp = netdev_priv(dev); local
2377 cas_handle_irq1(struct cas *cp, const u32 status) argument
2400 struct cas *cp = netdev_priv(dev); local
2425 cas_handle_irq(struct net_device *dev, struct cas *cp, const u32 status) argument
2452 struct cas *cp = netdev_priv(dev); local
2485 struct cas *cp = netdev_priv(dev); local
2561 struct cas *cp = netdev_priv(dev); local
2587 struct cas *cp = netdev_priv(dev); local
2640 cas_write_txd(struct cas *cp, int ring, int entry, dma_addr_t mapping, int len, u64 ctrl, int last) argument
2654 tx_tiny_buf(struct cas *cp, const int ring, const int entry) argument
2660 tx_tiny_map(struct cas *cp, const int ring, const int entry, const int tentry) argument
2668 cas_xmit_tx_ringN(struct cas *cp, int ring, struct sk_buff *skb) argument
2775 struct cas *cp = netdev_priv(dev); local
2791 cas_init_tx_dma(struct cas *cp) argument
2845 cas_init_dma(struct cas *cp) argument
2852 cas_setup_multicast(struct cas *cp) argument
2910 cas_clear_mac_err(struct cas *cp) argument
2926 cas_mac_reset(struct cas *cp) argument
2960 cas_init_mac(struct cas *cp) argument
3064 cas_init_pause_thresholds(struct cas *cp) argument
3109 cas_get_vpd_info(struct cas *cp, unsigned char *dev_addr, const int offset) argument
3282 cas_check_pci_invariants(struct cas *cp) argument
3315 cas_check_invariants(struct cas *cp) argument
3392 cas_start_dma(struct cas *cp) argument
3455 cas_read_pcs_link_mode(struct cas *cp, int *fd, int *spd, int *pause) argument
3467 cas_read_mii_link_mode(struct cas *cp, int *fd, int *spd, int *pause) argument
3503 cas_set_link_modes(struct cas *cp) argument
3631 cas_init_hw(struct cas *cp, int restart_link) argument
3654 cas_hard_reset(struct cas *cp) argument
3662 cas_global_reset(struct cas *cp, int blkflag) argument
3712 cas_reset(struct cas *cp, int blkflag) argument
3745 cas_shutdown(struct cas *cp) argument
3767 struct cas *cp = netdev_priv(dev); local
3789 cas_clean_txd(struct cas *cp, int ring) argument
3837 cas_free_rx_desc(struct cas *cp, int ring) argument
3851 cas_free_rxds(struct cas *cp) argument
3860 cas_clean_rings(struct cas *cp) argument
3877 cas_alloc_rx_desc(struct cas *cp, int ring) argument
3890 cas_alloc_rxds(struct cas *cp) argument
3905 struct cas *cp = container_of(work, struct cas, reset_task); local
3962 struct cas *cp = (struct cas *) data; local
4073 cas_tx_tiny_free(struct cas *cp) argument
4089 cas_tx_tiny_alloc(struct cas *cp) argument
4109 struct cas *cp = netdev_priv(dev); local
4181 struct cas *cp = netdev_priv(dev); local
4252 cas_read_regs(struct cas *cp, u8 *ptr, int len) argument
4276 struct cas *cp = netdev_priv(dev); local
4341 struct cas *cp = netdev_priv(dev); local
4379 struct cas *cp = netdev_priv(dev); local
4391 struct cas *cp = netdev_priv(dev); local
4499 struct cas *cp = netdev_priv(dev); local
4524 struct cas *cp = netdev_priv(dev); local
4540 struct cas *cp = netdev_priv(dev); local
4546 struct cas *cp = netdev_priv(dev); local
4552 struct cas *cp = netdev_priv(dev); local
4558 struct cas *cp = netdev_priv(dev); local
4565 struct cas *cp = netdev_priv(dev); local
4585 struct cas *cp = netdev_priv(dev); local
4624 struct cas *cp = netdev_priv(dev); local
4672 struct cas *cp; local
4931 struct cas *cp; local
4964 struct cas *cp = netdev_priv(dev); local
4995 struct cas *cp = netdev_priv(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dprefetch.h61 char *cp; local
64 for (cp = addr; cp < end; cp += PREFETCH_STRIDE)
65 prefetch(cp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmemchr.c159 const unsigned char *cp = (const unsigned char *) (longword_ptr - 1); local
161 if (cp[0] == c)
162 return (void *) cp;
163 if (cp[1] == c)
164 return (void *) &cp[1];
165 if (cp[2] == c)
166 return (void *) &cp[2];
167 if (cp[3] == c)
168 return (void *) &cp[3];
169 if (4 < sizeof longword && cp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dmemchr.c159 const unsigned char *cp = (const unsigned char *) (longword_ptr - 1); local
161 if (cp[0] == c)
162 return (void *) cp;
163 if (cp[1] == c)
164 return (void *) &cp[1];
165 if (cp[2] == c)
166 return (void *) &cp[2];
167 if (cp[3] == c)
168 return (void *) &cp[3];
169 if (4 < sizeof longword && cp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dparse.c47 const char *cp; local
52 for (i=0, cp = in; i <= 36; i++,cp++) {
55 if (*cp == '-')
61 if (*cp == 0)
63 if (!isxdigit(*cp))
70 cp = in+24;
73 buf[0] = *cp++;
74 buf[1] = *cp++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dprep_nvram.c84 char *cp; local
88 cp = prep_nvram_first_var();
89 while (cp != NULL) {
90 if ((strncmp(name, cp, namelen) == 0)
91 && (cp[namelen] == '='))
93 return cp+namelen+1;
95 cp = prep_nvram_next_var(cp);
113 char *cp; local
116 cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c192 comp_state_t *cp; local
198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
199 if (cp == NULL)
201 bzero((caddr_t)cp, sizeof(comp_state_t));
202 WR(q)->q_ptr = q->q_ptr = (caddr_t) cp;
203 cp->mru = PPP_MRU;
204 cp->mtu = PPP_MTU;
205 cp->xstate = NULL;
206 cp->rstate = NULL;
207 vj_compress_init(&cp
221 comp_state_t *cp; local
253 ppp_comp_alloc(comp_state_t *cp) argument
326 comp_state_t *cp; local
610 comp_state_t *cp; local
739 comp_state_t *cp; local
799 comp_state_t *cp; local
1050 comp_state_t *cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c192 comp_state_t *cp; local
198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
199 if (cp == NULL)
201 bzero((caddr_t)cp, sizeof(comp_state_t));
202 WR(q)->q_ptr = q->q_ptr = (caddr_t) cp;
203 cp->mru = PPP_MRU;
204 cp->mtu = PPP_MTU;
205 cp->xstate = NULL;
206 cp->rstate = NULL;
207 vj_compress_init(&cp
221 comp_state_t *cp; local
253 ppp_comp_alloc(comp_state_t *cp) argument
326 comp_state_t *cp; local
610 comp_state_t *cp; local
739 comp_state_t *cp; local
799 comp_state_t *cp; local
1050 comp_state_t *cp; local
[all...]

Completed in 156 milliseconds

1234567891011>>