Searched refs:pf (Results 1 - 25 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dfile.c22 int markline( struct papfile *pf, char **start, int *linelength, int *crlflength ) argument
26 if ( pf->pf_datalen == 0 && ( pf->pf_state & PF_EOF )) {
30 *start = pf->pf_data;
33 for ( *linelength=0; *linelength < pf->pf_datalen; (*linelength)++) {
34 if (pf->pf_data[*linelength] == '\n' ||
35 pf->pf_data[*linelength] == '\r') {
40 if ( *linelength >= pf->pf_datalen ) {
41 if ( pf->pf_state & PF_EOF ) {
42 append( pf, "\
66 morespace(struct papfile *pf, const char *data, int len) argument
98 append(struct papfile *pf, const char *data, int len) argument
[all...]
H A Dfile.h29 #define CONSUME( pf, len ) { (pf)->pf_data += (len); \
30 (pf)->pf_datalen -= (len); \
31 if ((pf)->pf_datalen <= 0) { \
32 (pf)->pf_data = (pf)->pf_buf; \
33 (pf)->pf_datalen = 0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dfile.c22 int markline( struct papfile *pf, char **start, int *linelength, int *crlflength ) argument
26 if ( pf->pf_datalen == 0 && ( pf->pf_state & PF_EOF )) {
30 *start = pf->pf_data;
33 for ( *linelength=0; *linelength < pf->pf_datalen; (*linelength)++) {
34 if (pf->pf_data[*linelength] == '\n' ||
35 pf->pf_data[*linelength] == '\r') {
40 if ( *linelength >= pf->pf_datalen ) {
41 if ( pf->pf_state & PF_EOF ) {
42 append( pf, "\
66 morespace(struct papfile *pf, const char *data, int len) argument
98 append(struct papfile *pf, const char *data, int len) argument
[all...]
H A Dfile.h29 #define CONSUME( pf, len ) { (pf)->pf_data += (len); \
30 (pf)->pf_datalen -= (len); \
31 if ((pf)->pf_datalen <= 0) { \
32 (pf)->pf_data = (pf)->pf_buf; \
33 (pf)->pf_datalen = 0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpf.c2 pf.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
12 The behaviour of the pf driver can be altered by setting
70 (default "pf").
91 pf.drive0
92 pf.drive1
93 pf.drive2
94 pf.drive3
95 pf.cluster
96 pf.nice
98 In addition, you can use the parameter pf
276 struct pf_unit *pf; local
301 struct pf_unit *pf = inode->i_bdev->bd_disk->private_data; local
320 struct pf_unit *pf = bdev->bd_disk->private_data; local
338 struct pf_unit *pf = inode->i_bdev->bd_disk->private_data; local
351 struct pf_unit *pf = inode->i_bdev->bd_disk->private_data; local
370 status_reg(struct pf_unit *pf) argument
375 read_reg(struct pf_unit *pf, int reg) argument
380 write_reg(struct pf_unit *pf, int reg, int val) argument
385 pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) argument
409 pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) argument
440 pf_completion(struct pf_unit *pf, char *buf, char *fun) argument
460 pf_req_sense(struct pf_unit *pf, int quiet) argument
477 pf_atapi(struct pf_unit *pf, char *cmd, int dlen, char *buf, char *fun) argument
493 pf_lock(struct pf_unit *pf, int func) argument
500 pf_eject(struct pf_unit *pf) argument
520 pf_reset(struct pf_unit *pf) argument
552 pf_mode_sense(struct pf_unit *pf) argument
588 pf_get_capacity(struct pf_unit *pf) argument
609 pf_identify(struct pf_unit *pf) argument
659 pf_probe(struct pf_unit *pf) argument
685 struct pf_unit *pf = units; local
728 pf_start(struct pf_unit *pf, int cmd, int b, int c) argument
932 struct pf_unit *pf; local
974 struct pf_unit *pf; local
[all...]
H A Dmkd5 # block devices: pd (45), pcd (46), pf (47)
24 for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_lock.c37 FILE *pf; local
43 if ((pf = fopen(pidfile, "r"))) {
44 if (fgets(buf, sizeof(buf), pf) && !kill(pid = atol(buf), 0)) {
47 fclose(pf);
50 fclose(pf);
53 if ((pf = fopen(pidfile, "w")) == NULL) {
90 fclose(pf);
95 fprintf(pf, "%d\n", getpid());
96 fclose(pf);
106 FILE *pf; local
128 FILE *pf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_lock.c37 FILE *pf; local
43 if ((pf = fopen(pidfile, "r"))) {
44 if (fgets(buf, sizeof(buf), pf) && !kill(pid = atol(buf), 0)) {
47 fclose(pf);
50 fclose(pf);
53 if ((pf = fopen(pidfile, "w")) == NULL) {
90 fclose(pf);
95 fprintf(pf, "%d\n", getpid());
96 fclose(pf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_in.c49 lapb->dev, frame->pf);
54 lapb->dev, frame->pf);
56 lapb_send_control(lapb, LAPB_DM, frame->pf,
61 lapb->dev, frame->pf);
67 lapb_send_control(lapb, LAPB_UA, frame->pf,
84 lapb->dev, frame->pf);
89 lapb->dev, frame->pf);
95 lapb_send_control(lapb, LAPB_UA, frame->pf,
109 lapb->dev, frame->pf);
111 lapb_send_control(lapb, LAPB_DM, frame->pf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A DMakefile.am7 pkgdata_DATA = pf.os
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacosnatfw.h42 int acosNat_hook_slow(int pf, unsigned int hook, struct sk_buff *skb,
50 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) \
52 ? NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn)) \
53 : acosNat_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
64 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn))
H A Dnetfilter.h66 int pf; member in struct:nf_hook_ops
76 int pf; member in struct:nf_sockopt_ops
103 int pf; member in struct:nf_info
159 typedef void nf_logfn(unsigned int pf,
174 int nf_log_register(int pf, struct nf_logger *logger);
176 void nf_log_unregister_pf(int pf);
179 void nf_log_packet(int pf,
187 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb,
198 static inline int nf_hook_thresh(int pf, unsigned int hook, argument
208 if (list_empty(&nf_hooks[pf][hoo
214 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
372 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
381 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_ds_in.c36 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
42 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
48 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
52 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
86 if (pf)
91 if (pf)
104 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
114 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
121 if (pf) {
131 if (pf) {
149 ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
285 int queued = 0, frametype, ns, nr, pf; local
[all...]
H A Dax25_std_in.c43 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
49 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
55 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
59 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
63 if (pf) {
85 if (pf) {
107 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
112 ax25_send_control(ax25, AX25_DM, pf, AX25_RESPONSE);
116 ax25_send_control(ax25, AX25_UA, pf, AX25_RESPONSE);
122 if (pf)
145 ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
270 ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
425 int queued = 0, frametype, ns, nr, pf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_queue.c24 int nf_register_queue_handler(int pf, struct nf_queue_handler *qh) argument
28 if (pf >= NPROTO)
32 if (queue_handler[pf] == qh)
34 else if (queue_handler[pf])
37 queue_handler[pf] = qh;
47 int nf_unregister_queue_handler(int pf) argument
49 if (pf >= NPROTO)
53 queue_handler[pf] = NULL;
62 int pf; local
65 for (pf
77 __nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
164 nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
[all...]
H A Dnf_log.c22 int nf_log_register(int pf, struct nf_logger *logger) argument
26 if (pf >= NPROTO)
35 if (!nf_loggers[pf])
36 rcu_assign_pointer(nf_loggers[pf], logger);
37 else if (nf_loggers[pf] == logger)
47 void nf_log_unregister_pf(int pf) argument
49 if (pf >= NPROTO)
52 rcu_assign_pointer(nf_loggers[pf], NULL);
75 void nf_log_packet(int pf, argument
88 logger = rcu_dereference(nf_loggers[pf]);
[all...]
H A Dnf_sockopt.c34 if (ops->pf == reg->pf
75 static int nf_sockopt(struct sock *sk, int pf, int val, argument
87 if (ops->pf == pf) {
119 int nf_setsockopt(struct sock *sk, int pf, int val, char __user *opt, argument
122 return nf_sockopt(sk, pf, val, opt, &len, 0);
126 int nf_getsockopt(struct sock *sk, int pf, int val, char __user *opt, int *len) argument
128 return nf_sockopt(sk, pf, val, opt, len, 1);
133 static int compat_nf_sockopt(struct sock *sk, int pf, in argument
187 compat_nf_setsockopt(struct sock *sk, int pf, int val, char __user *opt, int len) argument
194 compat_nf_getsockopt(struct sock *sk, int pf, int val, char __user *opt, int *len) argument
[all...]
H A Dnf_internals.h28 int pf, unsigned int hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c67 static FLAC__bool test_one_picture(const char *prefix, const PictureFile *pf, const char *res, FLAC__bool fn_only) argument
74 _snprintf(s, sizeof(s)-1, "%s/%s", prefix, pf->path);
76 snprintf(s, sizeof(s)-1, "%s/%s", prefix, pf->path);
80 _snprintf(s, sizeof(s)-1, "%u|%s|%s|%s|%s/%s", (unsigned)pf->type, pf->mime_type, pf->description, res, prefix, pf->path);
82 snprintf(s, sizeof(s)-1, "%u|%s|%s|%s|%s/%s", (unsigned)pf->type, pf->mime_type, pf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostip6.c180 int pf; local
190 pf = PF_INET;
193 pf = PF_INET6;
196 pf = PF_UNSPEC;
200 if((pf != PF_INET) && !Curl_ipv6works())
202 pf = PF_INET;
205 hints.ai_family = pf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsymlink.c23 char *pf; local
35 pf = AFFS_SB(inode->i_sb)->s_prefix ? AFFS_SB(inode->i_sb)->s_prefix : "/";
38 while (i < 1023 && (c = pf[i]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c58 struct pf_desc *pf; local
62 pf = &gm->gm_pfs[i];
63 kfree(pf->auth_domain_name);
64 pf->auth_domain_name = NULL;
85 struct pf_desc *pf; local
89 pf = &gm->gm_pfs[i];
90 pf->auth_domain_name = make_auth_domain_name(pf->name);
92 if (pf->auth_domain_name == NULL)
94 status = svcauth_gss_register_pseudoflavor(pf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_new.c297 const ASN1_PRIMITIVE_FUNCS *pf; local
298 pf = it->funcs;
299 if(pf && pf->prim_new) return pf->prim_new(pval, it);
337 const ASN1_PRIMITIVE_FUNCS *pf; local
338 pf = it->funcs;
339 if(pf) {
340 if(pf->prim_clear)
341 pf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_filter.c74 .pf = PF_BRIDGE,
81 .pf = PF_BRIDGE,
88 .pf = PF_BRIDGE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darptable_filter.c71 .pf = NF_ARP,
77 .pf = NF_ARP,
83 .pf = NF_ARP,

Completed in 289 milliseconds

123456