Searched refs:cid (Results 1 - 25 of 79) sorted by last modified time

1234

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_usrreq.c707 tcp_usr_disconnectx(struct socket *so, associd_t aid, connid_t cid) argument
709 #pragma unused(cid)
H A Dudp_usrreq.c1956 udp_disconnectx(struct socket *so, associd_t aid, connid_t cid) argument
1958 #pragma unused(cid)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_socket2.c2066 pru_disconnectx_notsupp(struct socket *so, associd_t aid, connid_t cid) argument
2068 #pragma unused(so, aid, cid)
H A Dkern_exec.c2086 uint64_t cid = px_sa.psa_coalitionid; local
2087 if (cid != 0) {
2089 printf("%s: searching for coalition ID %llu\n", __func__, cid);
2091 coal = coalition_find_and_activate_by_id(cid);
2094 printf("%s: could not find coalition ID %llu (perhaps it has been terminated or reaped)\n", __func__, cid);
H A Duipc_syscalls.c700 connid_t cid = CONNID_ANY; local
740 uap->aid, &cid);
744 if (uap->cid != USER_ADDR_NULL)
745 (void) copyout(&cid, uap->cid, sizeof (cid));
982 error = sodisconnectx(so, uap->aid, uap->cid);
H A Duipc_socket.c1548 sodisconnectxlocked(struct socket *so, associd_t aid, connid_t cid) argument
1556 error = (*so->so_proto->pr_usrreqs->pru_disconnectx)(so, aid, cid);
1569 sodisconnectx(struct socket *so, associd_t aid, connid_t cid) argument
1574 error = sodisconnectxlocked(so, aid, cid);
H A Dsys_coalition.c31 uint64_t cid; local
47 cid = coalition_id(coal);
50 printf("%s(addr, %u) -> %llu\n", __func__, flags, cid);
52 error = copyout(&cid, cidp, sizeof(cid));
76 uint64_t cid; local
83 error = copyin(cidp, &cid, sizeof(cid));
88 coal = coalition_find_by_id(cid);
110 printf("%s(%llu, %u) -> %d\n", __func__, cid, flag
138 uint64_t cid; local
243 uint64_t cid; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c6140 dtrace_cacheid_t cid = probe->dtpr_predcache; local
6142 if (cid != DTRACE_CACHEIDNONE && !onintr) {
6146 ASSERT(cid == pred->dtp_cacheid);
6148 dtrace_set_thread_predcache(current_thread(), cid); local
H A Ddtrace_glue.c479 cyclic_id_t cid; local
490 if ((cid = cyc_list[cpu_number()]) != CYCLIC_NONE) {
491 oarg = timer_call_get_cyclic_arg(cid);
492 timer_call_remove_cyclic(cid);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm136 CGError CGSGetScreenRectForWindow(CGSConnectionID cid, CGSWindowID wid, CGRect *rect);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpOcspVerify.cpp394 OCSPClientCertID &cid,
413 OCSPClientCertID &cid,
416 : subject(subj), issuer(iss), certID(cid),
410 PendingRequest( TPCertInfo &subj, TPCertInfo &iss, OCSPClientCertID &cid, CSSM_DATA **u, unsigned dx) argument
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c271 server_preflight(caddr_t name, mach_msg_type_number_t nameCnt, audit_token_t audit, int token, uid_t *uid, gid_t *gid, pid_t *pid, uint64_t *cid) argument
296 if (cid != NULL) *cid = xcid;
442 uint64_t nid, cid; local
451 status = server_preflight(name, nameCnt, audit, token, &uid, &gid, &pid, &cid);
463 c = _nc_table_find_64(global.notify_state->client_table, cid);
488 uint64_t cid; local
499 *status = server_preflight(name, nameCnt, audit, token, &uid, &gid, &pid, &cid);
574 c = _nc_table_find_64(global.notify_state->client_table, cid);
595 uint64_t name_id, cid; local
639 uint64_t name_id, cid; local
702 uint64_t name_id, cid; local
1510 uint64_t cid; local
[all...]
H A Dnotifyd.c708 daemon_post_client(uint64_t cid) argument
712 c = _nc_table_find_64(global.notify_state->client_table, cid);
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dccsidcurl.h47 unsigned int cid);
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c255 int status, cid; local
296 kstatus = _notify_server_register_plain(globals->notify_server_port, NOTIFY_IPC_VERSION_NAME, NOTIFY_IPC_VERSION_NAME_LEN, &cid, &status);
299 kstatus = _notify_server_get_state(globals->notify_server_port, cid, &state, &status);
307 _notify_server_cancel(globals->notify_server_port, cid, &status);
423 token_table_add(const char *name, size_t namelen, uint64_t nid, uint32_t token, uint32_t cid, uint32_t slot, uint32_t flags, int sig, int fd, mach_port_t mp, int lock) argument
454 t->client_id = cid;
1368 uint32_t cid; local
1388 cid = token;
1389 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1407 kstatus = _notify_server_register_check(globals->notify_server_port, (caddr_t)name, namelen, &shmsize, &slot, (int32_t *)&cid, (int32_
1446 uint32_t cid; local
1507 uint32_t cid; local
[all...]
/macosx-10.10.1/network_cmds-457/mptcp_client/
H A Dmptcp_client.c576 printf("cid %d rank %d", socorder.sco_cid, socorder.sco_rank);
587 printf("cid %d rank %d \n", socorder.sco_cid, socorder.sco_rank);
731 showconninfo(int s, connid_t cid) argument
737 err = copyconninfo(s, cid, &cfo);
739 printf("getconninfo failed for cid %d\n", cid);
743 printf("%6d:\t", cid);
793 connid_t *cid = NULL; local
811 error = copyconnids(s, ASSOCID_ANY, &cid, &cid_cnt);
820 if (showconninfo(s, cid[
[all...]
H A Dconn_lib.c142 copyconninfo(int s, connid_t cid, conninfo_t **cfop) argument
156 scir.scir_cid = cid;
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Docsp.c1019 OCSP_CERTID *cid, *ca_id = NULL; local
1046 cid = OCSP_onereq_get0_id(one);
1048 if (OCSP_id_issuer_cmp(ca_id, cid))
1050 OCSP_basic_add1_status(bs, cid,
1056 OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid);
1059 OCSP_basic_add1_status(bs, cid,
1064 OCSP_basic_add1_status(bs, cid,
1076 single = OCSP_basic_add1_status(bs, cid,
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp.h397 #define OCSP_CERTID_dup(cid) ASN1_dup_of(OCSP_CERTID,i2d_OCSP_CERTID,d2i_OCSP_CERTID,cid)
416 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
464 ASN1_INTEGER **pserial, OCSP_CERTID *cid);
468 OCSP_CERTID *cid,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Docsp.h397 #define OCSP_CERTID_dup(cid) ASN1_dup_of(OCSP_CERTID,i2d_OCSP_CERTID,d2i_OCSP_CERTID,cid)
416 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
464 ASN1_INTEGER **pserial, OCSP_CERTID *cid);
468 OCSP_CERTID *cid,
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c844 udp6_disconnectx(struct socket *so, associd_t aid, connid_t cid) argument
846 #pragma unused(cid)
H A Din6.c3947 connid_t cid; local
3963 cid = ((*cnt != 0) ? 1 : CONNID_ANY);
3965 return (copyout(&cid, cidp, sizeof (cid)));
3972 in6_getconninfo(struct socket *so, connid_t cid, uint32_t *flags, argument
3993 if (cid != CONNID_ANY && cid != CONNID_ALL && cid != 1) {
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c4896 char cid[255]; local
4902 cid_len = my_CFStringToCStringAndLength(client_id, cid, sizeof(cid));
4917 bcopy(cid, method_data->dhcp.client_id, cid_len);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dclientloop.c1517 client_filter_cleanup(int cid, void *ctx) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c320 coalition_find_by_id(uint64_t cid) argument
322 if (cid == 0) {
328 coalition_t coal = coalition_find_by_id_internal(cid);
369 coalition_find_and_activate_by_id(uint64_t cid) argument
371 if (cid == 0) {
377 coalition_t coal = coalition_find_by_id_internal(cid);

Completed in 461 milliseconds

1234