Searched refs:con (Results 1 - 25 of 174) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.c38 static void queue_con(struct ceph_connection *con);
40 static void ceph_fault(struct ceph_connection *con);
124 struct ceph_connection *con = local
128 con, con->state);
129 queue_con(con);
136 struct ceph_connection *con = local
140 if (test_bit(WRITE_PENDING, &con->state)) {
141 dout("ceph_write_space %p queueing write work\n", con);
142 queue_con(con);
154 struct ceph_connection *con = local
186 set_sock_callbacks(struct socket *sock, struct ceph_connection *con) argument
204 ceph_tcp_connect(struct ceph_connection *con) argument
276 con_close_socket(struct ceph_connection *con) argument
309 reset_connection(struct ceph_connection *con) argument
335 ceph_con_close(struct ceph_connection *con) argument
354 ceph_con_open(struct ceph_connection *con, struct ceph_entity_addr *addr) argument
367 ceph_con_opened(struct ceph_connection *con) argument
375 ceph_con_get(struct ceph_connection *con) argument
384 ceph_con_put(struct ceph_connection *con) argument
398 ceph_con_init(struct ceph_messenger *msgr, struct ceph_connection *con) argument
432 prepare_write_message_footer(struct ceph_connection *con, int v) argument
449 prepare_write_message(struct ceph_connection *con) argument
548 prepare_write_ack(struct ceph_connection *con) argument
569 prepare_write_keepalive(struct ceph_connection *con) argument
584 prepare_connect_authorizer(struct ceph_connection *con) argument
610 prepare_write_banner(struct ceph_messenger *msgr, struct ceph_connection *con) argument
626 prepare_write_connect(struct ceph_messenger *msgr, struct ceph_connection *con, int after_banner) argument
679 write_partial_kvec(struct ceph_connection *con) argument
722 write_partial_msg_pages(struct ceph_connection *con) argument
809 write_partial_skip(struct ceph_connection *con) argument
832 prepare_read_banner(struct ceph_connection *con) argument
838 prepare_read_connect(struct ceph_connection *con) argument
844 prepare_read_ack(struct ceph_connection *con) argument
850 prepare_read_tag(struct ceph_connection *con) argument
860 prepare_read_message(struct ceph_connection *con) argument
870 read_partial(struct ceph_connection *con, int *to, int size, void *object) argument
889 read_partial_banner(struct ceph_connection *con) argument
911 read_partial_connect(struct ceph_connection *con) argument
937 verify_hello(struct ceph_connection *con) argument
1065 process_banner(struct ceph_connection *con) argument
1113 fail_protocol(struct ceph_connection *con) argument
1124 process_connect(struct ceph_connection *con) argument
1270 read_partial_ack(struct ceph_connection *con) argument
1282 process_ack(struct ceph_connection *con) argument
1304 read_partial_message_section(struct ceph_connection *con, struct kvec *section, unsigned int sec_len, u32 *crc) argument
1335 read_partial_message(struct ceph_connection *con) argument
1509 process_message(struct ceph_connection *con) argument
1542 try_write(struct ceph_connection *con) argument
1651 try_read(struct ceph_connection *con) argument
1780 queue_con(struct ceph_connection *con) argument
1810 struct ceph_connection *con = container_of(work, struct ceph_connection, local
1869 ceph_fault(struct ceph_connection *con) argument
1977 ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) argument
2013 ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg) argument
2038 ceph_con_revoke_message(struct ceph_connection *con, struct ceph_msg *msg) argument
2068 ceph_con_keepalive(struct ceph_connection *con) argument
2152 ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) argument
2171 ceph_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) argument
[all...]
H A Dmessenger.h28 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
31 int (*get_authorizer) (struct ceph_connection *con,
34 int (*verify_authorizer_reply) (struct ceph_connection *con, int len);
35 int (*invalidate_authorizer)(struct ceph_connection *con);
38 void (*bad_proto) (struct ceph_connection *con);
41 void (*fault) (struct ceph_connection *con);
45 void (*peer_reset) (struct ceph_connection *con);
47 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
223 struct ceph_connection *con);
224 extern void ceph_con_open(struct ceph_connection *con,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dselinux_common.c13 context_t con = context_new(cur_context); local
14 if (!con)
17 if (user && context_user_set(con, user))
19 if (type && context_type_set(con, type))
21 if (range && context_range_set(con, range))
23 if (role && context_role_set(con, role))
25 return con;
28 context_free(con);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopt.c39 /*@unused@*/ static void prtcon(const char *msg, poptContext con) argument
43 con, con->os,
44 (con->os->nextCharArg ? con->os->nextCharArg : ""),
45 (con->os->nextArg ? con->os->nextArg : ""),
46 con->os->next,
47 (con->os->argv && con
52 poptSetExecPath(poptContext con, const char * path, int allowAbsolute) argument
62 invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
157 poptContext con = (poptContext)malloc(sizeof(*con)); local
214 poptResetContext(poptContext con) argument
250 handleExec( poptContext con, const char * longName, char shortName) argument
310 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
365 execCommand(poptContext con) argument
529 findNextArg( poptContext con, unsigned argx, int delete_arg) argument
568 expandNextArg( poptContext con, const char * s) argument
617 poptStripArg( poptContext con, int which) argument
691 poptGetNextOpt(poptContext con) argument
1005 poptGetOptArg(poptContext con) argument
1017 poptGetArg(poptContext con) argument
1025 poptPeekArg(poptContext con) argument
1034 poptGetArgs(poptContext con) argument
1049 poptFreeContext(poptContext con) argument
1093 poptAddAlias(poptContext con, struct poptAlias alias, int flags) argument
1112 poptAddItem(poptContext con, poptItem newItem, int flags) argument
1157 poptBadOption(poptContext con, int flags) argument
1197 poptStuffArgs(poptContext con, const char ** argv) argument
1220 poptGetInvocationName(poptContext con) argument
1226 poptStrippedArgv(poptContext con, int argc, char ** argv) argument
[all...]
H A Dpopt.h209 * @param con context
215 typedef void (*poptCallbackType) (poptContext con,
240 * @param con context
243 void poptResetContext(/*@null@*/poptContext con)
244 /*@modifies con @*/;
248 * @param con context
251 int poptGetNextOpt(/*@null@*/poptContext con)
253 /*@modifies con, fileSystem, internalState @*/;
257 * @param con context
260 /*@observer@*/ /*@null@*/ const char * poptGetOptArg(/*@null@*/poptContext con)
[all...]
H A Dpoptconfig.c13 static void configLine(poptContext con, char * line) argument
14 /*@modifies con @*/
17 int nameLength = strlen(con->appName);
28 if (strncmp(line, con->appName, nameLength)) return;
88 (void) poptAddItem(con, item, 0);
90 (void) poptAddItem(con, item, 1);
95 int poptReadConfigFile(poptContext con, const char * fn) argument
142 configLine(con, dst);
166 int poptReadDefaultConfig(poptContext con, /*@unused@*/ int useEnv) argument
172 if (!con
[all...]
H A Dpopthelp.c17 * @param con context
23 static void displayArgs(poptContext con, argument
31 poptPrintHelp(con, stdout, 0);
33 poptPrintUsage(con, stdout, 0);
432 * @param con context
438 static void singleTableHelp(poptContext con, FILE * fp, argument
448 itemHelp(fp, con->aliases, con->numAliases, left, NULL);
449 itemHelp(fp, con->execs, con
479 showHelpIntro(poptContext con, FILE * fp) argument
502 poptPrintHelp(poptContext con, FILE * fp, int flags) argument
625 singleTableUsage(poptContext con, FILE * fp, int cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
705 poptPrintUsage(poptContext con, FILE * fp, int flags) argument
733 poptSetOtherOptionHelp(poptContext con, const char * text) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.c135 struct connection *con; member in struct:writequeue_entry
165 struct connection *con; local
169 hlist_for_each_entry(con, h, &connection_hash[r], list) {
170 if (con->nodeid == nodeid)
171 return con;
182 struct connection *con = NULL; local
185 con = __find_con(nodeid);
186 if (con || !alloc)
187 return con;
189 con
220 struct connection *con; local
231 struct connection *con; local
245 struct connection *con; local
289 struct connection *con = sock2con(sk); local
296 struct connection *con = sock2con(sk); local
302 lowcomms_connect_sock(struct connection *con) argument
318 struct connection *con; local
335 add_sock(struct socket *sock, struct connection *con) argument
368 close_connection(struct connection *con, bool and_other) argument
397 struct connection *con; local
425 sctp_init_failed_foreach(struct connection *con) argument
446 process_sctp_notification(struct connection *con, struct msghdr *msg, char *buf) argument
578 receive_from_sock(struct connection *con) argument
697 tcp_accept_from_sock(struct connection *con) argument
828 sctp_init_assoc(struct connection *con) argument
912 tcp_connect_to_sock(struct connection *con) argument
993 tcp_create_listen_sock(struct connection *con, struct sockaddr_storage *saddr) argument
1103 struct connection *con = nodeid2con(0, GFP_NOFS); local
1175 struct connection *con = nodeid2con(0, GFP_NOFS); local
1204 new_writequeue_entry(struct connection *con, gfp_t allocation) argument
1230 struct connection *con; local
1273 struct connection *con = e->con; local
1294 send_to_sock(struct connection *con) argument
1359 clean_one_writequeue(struct connection *con) argument
1375 struct connection *con; local
1396 struct connection *con = container_of(work, struct connection, rwork); local
1408 struct connection *con = container_of(work, struct connection, swork); local
1452 stop_conn(struct connection *con) argument
1459 free_conn(struct connection *con) argument
1491 struct connection *con; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Druncon.c38 context_t con; local
56 con = context_new(cur_context);
57 if (!con)
59 if (user && context_user_set(con, user))
61 if (type && context_type_set(con, type))
63 if (range && context_range_set(con, range))
65 if (role && context_role_set(con, role))
68 return con;
99 context_t con; local
117 con
[all...]
H A Dmatchpathcon.c57 security_context_t con; local
71 rc = lgetfilecon_raw(path, &con);
73 rc = lgetfilecon(path, &con);
76 printf("%s has context %s, should be ", path, con);
78 freecon(con);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dgpiolib.c52 unsigned long con; local
54 con = __raw_readl(base + GPIOCON_OFF);
55 con &= ~(0xf << con_4bit_shift(offset));
56 __raw_writel(con, base + GPIOCON_OFF);
58 gpio_dbg("%s: %p: CON now %08lx\n", __func__, base, con);
68 unsigned long con; local
71 con = __raw_readl(base + GPIOCON_OFF);
72 con &= ~(0xf << con_4bit_shift(offset));
73 con |= 0x1 << con_4bit_shift(offset);
83 __raw_writel(con, bas
118 unsigned long con; local
140 unsigned long con; local
[all...]
H A Dgpio-config.c89 u32 con; local
102 con = __raw_readl(reg);
103 con &= ~(0x1 << shift);
104 con |= cfg;
105 __raw_writel(con, reg);
113 u32 con; local
115 con = __raw_readl(chip->base);
116 con >>= off;
117 con &= 1;
118 con
128 u32 con; local
149 u32 con; local
166 u32 con; local
189 u32 con; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h47 struct drm_connector *con)
49 return container_of(con, struct nouveau_connector, base);
46 nouveau_connector( struct drm_connector *con) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp.c244 wgint restval, ccon *con)
252 int cmd = con->cmd;
260 assert (con != NULL);
261 assert (con->target != NULL);
282 con->dltime = 0;
285 csock = con->csock;
288 char *host = con->proxy ? con->proxy->host : u->host;
289 int port = con->proxy ? con
243 getftp(struct url *u, wgint passed_expected_bytes, wgint *qtyread, wgint restval, ccon *con) argument
1351 ftp_loop_internal(struct url *u, struct fileinfo *f, ccon *con) argument
1600 ftp_get_listing(struct url *u, ccon *con, struct fileinfo **f) argument
1657 ftp_retrieve_list(struct url *u, struct fileinfo *f, ccon *con) argument
1900 ftp_retrieve_dirs(struct url *u, struct fileinfo *f, ccon *con) argument
1986 ftp_retrieve_glob(struct url *u, ccon *con, int action) argument
2128 ccon con; /* FTP connection */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dasn1.c147 unsigned int *cls, unsigned int *con, unsigned int *tag)
155 *con = (ch & 0x20) >> 5;
204 unsigned int *cls, unsigned int *con, unsigned int *tag)
209 if (!asn1_id_decode(ctx, cls, con, tag))
216 if (*con == ASN1_PRI && !def)
480 unsigned int cls, con, tag, oidlen, rc; local
487 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
490 } else if ((cls != ASN1_APL) || (con != ASN1_CON)
492 cFYI(1, "cls = %d con = %d tag = %d", cls, con, ta
146 asn1_id_decode(struct asn1_ctx *ctx, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
202 asn1_header_decode(struct asn1_ctx *ctx, unsigned char **eoc, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dearly_printk.c22 early_console_write(struct console *con, const char *s, unsigned n) argument
26 prom_putchar('\r', con->index);
27 prom_putchar(*s, con->index);
35 early_console_write(struct console *con, const char *s, unsigned n) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclkdev_omap.h18 #define CLK(dev, con, ck, cp) \
23 .con_id = con, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-audio-hook.c57 unsigned int con = 0; local
62 con = 0x000;
64 con = 0x300;
66 con = 0x200;
68 * con = 0x100; */
69 gpio_bits(0x300, con);
78 unsigned int val, con; local
85 con = 0x000;
89 con = 0x100;
93 con
217 unsigned int con = 0; local
359 unsigned int con = 0xffffff; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DHTTPServer.pm26 my $con = $self->accept();
28 while (my $req = $con->get_request) {
50 $self->send_response($req, $url_rec, $con);
53 $con->send_error($HTTP::Status::RC_FORBIDDEN);
58 $con->close;
63 my ($self, $req, $url_rec, $con) = @_;
92 $con->send_basic_header($url_rec->{code}, $resp->message, $resp->protocol);
93 print $con $resp->headers_as_string($CRLF);
94 print $con $CRLF;
95 print $con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c-i2s-v2.c58 static void dbg_showcon(const char *fn, u32 con) argument
61 bit_set(con, S3C2412_IISCON_LRINDEX),
62 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY),
63 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY),
64 bit_set(con, S3C2412_IISCON_TXFIFO_FULL),
65 bit_set(con, S3C2412_IISCON_RXFIFO_FULL));
69 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE),
70 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE),
71 bit_set(con, S3C2412_IISCON_TXCH_PAUSE),
72 bit_set(con, S3C2412_IISCON_RXCH_PAUS
79 dbg_showcon(const char *fn, u32 con) argument
89 u32 fic, con, mod; local
162 u32 fic, con, mod; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dip32-setup.c91 char* con = ArcGetEnvironmentVariable("console"); local
92 if (con && *con == 'd') {
97 add_preferred_console("ttyS", *(con + 1) == '2' ? 1 : 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpseudo.h75 void (*con)(void);
80 con = ps_continuation;
83 if (!con) {
90 con();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dclienthellotest.c91 SSL *con; local
125 con = SSL_new(ctx);
129 SSL_set_bio(con, rbio, wbio);
130 SSL_set_connect_state(con);
134 if (!SSL_set_session_ticket_ext(con, dummytick, strlen(dummytick)))
138 if (SSL_connect(con) > 0) {
203 SSL_free(con);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dclienthellotest.c91 SSL *con; local
125 con = SSL_new(ctx);
129 SSL_set_bio(con, rbio, wbio);
130 SSL_set_connect_state(con);
134 if (!SSL_set_session_ticket_ext(con, dummytick, strlen(dummytick)))
138 if (SSL_connect(con) > 0) {
203 SSL_free(con);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c1149 SSL *con=NULL; local
1172 if (con == NULL) {
1173 con=SSL_new(ctx);
1175 if ((con->kssl_ctx = kssl_ctx_new()) != NULL)
1177 kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVICE,
1179 kssl_ctx_setstring(con->kssl_ctx, KSSL_KEYTAB,
1184 SSL_set_session_id_context(con, context,
1187 SSL_clear(con);
1189 if (SSL_version(con) == DTLS1_VERSION)
1209 SSL_set_options(con, SSL_OP_NO_QUERY_MT
1480 init_ssl_connection(SSL *con) argument
1582 SSL *con; local
[all...]

Completed in 395 milliseconds

1234567