Searched refs:con (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.c490 kssl_krb5_kt_resolve(krb5_context con, argument
498 return(p_krb5_kt_resolve(con,sz,kt));
504 kssl_krb5_kt_default(krb5_context con, argument
511 return(p_krb5_kt_default(con,kt));
517 kssl_krb5_free_ticket(krb5_context con, argument
524 return(p_krb5_free_ticket(con,kt));
530 kssl_krb5_rd_req(krb5_context con, krb5_auth_context * pacon, argument
539 return(p_krb5_rd_req(con,pacon,data,princ,keytab,flags,pptkt));
545 krb5_principal_compare(krb5_context con, krb5_const_principal princ1, argument
552 return(p_krb5_principal_compare(con,princ
558 krb5_decrypt_tkt_part(krb5_context con, krb5_const krb5_keyblock *keys, krb5_ticket *ticket) argument
571 krb5_timeofday(krb5_context con, krb5_int32 *timeret) argument
583 krb5_rc_default(krb5_context con, krb5_rcache *rc) argument
595 krb5_rc_initialize(krb5_context con, krb5_rcache rc, krb5_deltat lifespan) argument
607 krb5_rc_get_lifespan(krb5_context con, krb5_rcache rc, krb5_deltat *lifespanp) argument
619 krb5_rc_destroy(krb5_context con, krb5_rcache rc) argument
655 krb5_kt_free_entry(krb5_context con,krb5_keytab_entry * entry) argument
733 kssl_krb5_auth_con_setrcache(krb5_context con, krb5_auth_context acon, krb5_rcache rcache) argument
743 kssl_krb5_get_server_rcache(krb5_context con, krb5_const krb5_data * data, krb5_rcache * rcache) argument
753 kssl_krb5_auth_con_getrcache(krb5_context con, krb5_auth_context acon, krb5_rcache * prcache) argument
[all...]
H A Dbio_ssl.c542 BIO *ret=NULL,*con=NULL,*ssl=NULL; local
544 if ((con=BIO_new(BIO_s_connect())) == NULL)
548 if ((ret=BIO_push(ssl,con)) == NULL)
552 if (con != NULL) BIO_free(con);
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_reslist.h79 * @param con Constructor routine that is called to create a new resource.
92 apr_reslist_constructor con,
/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c103 } con; typedef in typeref:struct:Connection
106 con *fdcon;
185 keygrab_ssh1(con *c)
242 keygrab_ssh2(con *c)
274 keyprint(con *c, Key *key)
389 con *c = &fdcon[s];
404 con *c = &fdcon[s];
481 con *c = &fdcon[s];
522 con *c;
715 fdcon = xcalloc(maxfd, sizeof(con));
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c100 if (!dbus_connection_add_filter(priv->con, noc_filter, priv, NULL)) {
105 dbus_bus_add_match(priv->con, wpas_dbus_noc_filter_str, NULL);
115 dbus_bus_remove_match(priv->con, wpas_dbus_noc_filter_str, NULL);
116 dbus_connection_remove_filter(priv->con, noc_filter, priv);
160 dbus_connection_send(iface->con, msg, NULL);
223 dbus_connection_send(iface->con, msg, NULL);
271 dbus_connection_send(iface->con, msg, NULL);
337 dbus_connection_send(iface->con, msg, NULL);
419 dbus_connection_send(iface->con, msg, NULL);
522 dbus_connection_send(iface->con, ms
[all...]
H A Ddbus_new_introspect.c176 static void add_child_nodes(struct wpabuf *xml, DBusConnection *con, argument
183 dbus_connection_list_registered(con, path, &children);
H A Ddbus_new_handlers.c3658 if (!dbus_bus_name_has_owner(priv->con, name, NULL)) {
3751 dbus_connection_send(priv->con, msg, NULL);
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dacu.c67 con(void) function
H A Dcu.c189 if (con()) {
H A Dtip.h275 char *con(void);
H A Dtip.c188 if ((p = con())) {
/freebsd-10.0-release/sys/arm/ti/
H A Dti_mmchs.c870 uint32_t ie, ise, con; local
902 con = ti_mmchs_read_4(sc, MMCHS_CON);
903 con |= MMCHS_CON_INIT;
904 ti_mmchs_write_4(sc, MMCHS_CON, con);
936 con &= ~MMCHS_CON_INIT;
937 ti_mmchs_write_4(sc, MMCHS_CON, con);
1331 uint32_t con, sysconfig; local
1390 con = ti_mmchs_read_4(sc, MMCHS_CON) & MMCHS_CON_DVAL_MASK;
1391 ti_mmchs_write_4(sc, MMCHS_CON, con);
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapr_reslist.c254 apr_reslist_constructor con,
286 rl->constructor = con;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1030 struct content *con; local
1038 con = malloc(sizeof(struct content));
1039 if (con == NULL) {
1046 con->offset = child->offset;
1047 con->size = child->size;
1048 con->next = NULL;
1049 *multi->contents.last = con;
1050 multi->contents.last = &(con->next);
2628 struct content *con, *connext; local
2638 con
[all...]
H A Darchive_write_set_format_iso9660.c1725 struct content *con; local
1759 con = calloc(1, sizeof(*con));
1760 if (con == NULL) {
1765 con->offset_of_temp = wb_offset(a);
1766 iso9660->cur_file->cur_content->next = con;
1767 iso9660->cur_file->cur_content = con;
4640 struct content *con, *tmp; local
4642 con = file->content.next;
4643 while (con !
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_base.c2536 struct ngm_connect *const con = local
2540 if (msg->header.arglen != sizeof(*con)) {
2545 con->path[sizeof(con->path) - 1] = '\0';
2546 con->ourhook[sizeof(con->ourhook) - 1] = '\0';
2547 con->peerhook[sizeof(con->peerhook) - 1] = '\0';
2549 error = ng_path2noderef(here, con->path, &node2, NULL);
2552 error = ng_con_nodes(item, here, con
[all...]
/freebsd-10.0-release/sys/dev/digi/
H A Ddigi.c34 * Figure out what the con bios stuff is supposed to do
1117 struct con_bios *con = con_bios_list; local
1121 while (con) {
1122 if (ptr[1] && W(ptr + 2) == W(con->bios + 2))
1126 if (W(ptr + 4) >= W(con->bios + 4) &&
1127 W(ptr + 4) <= W(con->bios + 6))
1132 if (con == NULL) {
1139 cxcon = con->bios;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibcoff.h917 #define bfd_coff_relocate_section(obfd,info,ibfd,o,con,rel,isyms,secs)\
919 (obfd, info, ibfd, o, con, rel, isyms, secs))
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c3582 int64_t con; local
3613 con = (uint64_t)rn->tn_val->v_quad / elsz;
3615 con = rn->tn_val->v_quad / elsz;
3620 if (!isutyp(rn->tn_type->t_tspec) && con < 0) {
3622 warning(167, (long)con);
3623 } else if (dim > 0 && (uint64_t)con >= dim) {
3625 warning(168, dim - 1, (long)con);
/freebsd-10.0-release/etc/
H A Dservices253 locus-con 127/tcp #Locus PC-Interface Conn Server
254 locus-con 127/udp #Locus PC-Interface Conn Server
1371 con 759/tcp
1372 con 759/udp
/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c625 p.astat, p.bstat, p.ch, p.con, p.rxok, p.dis,
/freebsd-10.0-release/contrib/ntp/arlib/
H A Dconfigure4384 --config | --confi | --conf | --con | --co | --c )
/freebsd-10.0-release/contrib/openbsm/
H A Dconfigure5735 /* DATA imports from DLLs on WIN32 con't be const, because runtime
14288 --config | --confi | --conf | --con | --co | --c )
/freebsd-10.0-release/contrib/openpam/
H A Dconfigure6865 /* DATA imports from DLLs on WIN32 con't be const, because runtime
13033 --config | --confi | --conf | --con | --co | --c )
/freebsd-10.0-release/contrib/ldns/drill/
H A Dconfigure6052 --config | --confi | --conf | --con | --co | --c )

Completed in 276 milliseconds

123