| /onnv/onnv-gate/usr/src/lib/libldap4/include/ |
| client_door.h | 10 extern int connect_dsserv(int pid, int cid, void ** scid, 12 extern int disconnect_dsserv(int pid, int cid, void * scid, int reas); 13 extern int operation_buf_dsserv(int pid, int cid, void * scid, 15 extern int operation_fd_dsserv(int pid, int cid, void * scid, int fd);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsd/ |
| cfsd_maptbl.h | 61 cfs_cid_t cid, caddr_t *addrp); 62 int maptbl_hash1(cfsd_maptbl_object_t *maptbl_object_p, cfs_cid_t cid); 63 int maptbl_hash2(cfsd_maptbl_object_t *maptbl_object_p, cfs_cid_t cid, 70 /* gets/sets cid mapping */ 71 int maptbl_get(cfsd_maptbl_object_t *maptbl_object_p, cfs_cid_t cid,
|
| cfsd_maptbl.c | 213 * Finds the address of the specified cid by hashing to 214 * the appropriate entry. If the cid does not already 218 * cid 227 cfs_cid_t cid, 242 index = maptbl_hash1(maptbl_object_p, cid); 255 if (fileno == cid.cid_fileno) { 269 index = maptbl_hash2(maptbl_object_p, cid, index); 285 if (fileno == cid.cid_fileno) { 313 * Hashes a cid into an index into the table. 315 * cid [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ocsp/ |
| ocsp_lib.c | 106 OCSP_CERTID *cid = NULL; local 109 if (!(cid = OCSP_CERTID_new())) goto err; 111 alg = cid->hashAlgorithm; 123 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err; 128 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err; 132 ASN1_INTEGER_free(cid->serialNumber); 133 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err; 135 return cid; 139 if (cid) OCSP_CERTID_free(cid); [all...] |
| ocsp_vfy.c | 68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp); 259 OCSP_CERTID *tmpid, *cid; local 269 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId; 277 if (OCSP_id_issuer_cmp(cid, tmpid)) 281 cid->hashAlgorithm->algorithm)) 289 *ret = cid; 294 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, 298 if(cid) 304 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) 311 if ((cid->issuerNameHash->length != mdlen) | [all...] |
| ocsp_srv.c | 89 ASN1_INTEGER **pserial, OCSP_CERTID *cid) 91 if (!cid) return 0; 92 if (pmd) *pmd = cid->hashAlgorithm->algorithm; 93 if(piNameHash) *piNameHash = cid->issuerNameHash; 94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash; 95 if (pserial) *pserial = cid->serialNumber; 125 OCSP_CERTID *cid, 151 if(!(single->certId = OCSP_CERTID_dup(cid)))
|
| ocsp_ext.c | 426 OCSP_CRLID *cid = NULL; local 428 if (!(cid = OCSP_CRLID_new())) goto err; 431 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err; 432 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err; 436 if (!(cid->crlNum = ASN1_INTEGER_new())) goto err; 437 if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err; 441 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err; 442 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) 447 if (!(ASN1_STRING_encode_of(OCSP_CRLID,x->value,i2d_OCSP_CRLID,cid, 450 OCSP_CRLID_free(cid); [all...] |
| ocsp_prn.c | 139 OCSP_CERTID* cid = NULL; local 157 cid = one->reqCert; 158 ocsp_certid_print(bp, cid, 8); 186 OCSP_CERTID *cid = NULL; local 237 cid = single->certId; 238 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| class.h | 120 #define CLASS_KERNEL(cid) ((cid) == syscid || (cid) == sysdccid) 148 #define CL_ENTERCLASS(t, cid, clparmsp, credp, bufp) \ 149 (sclass[cid].cl_funcs->thread.cl_enterclass) (t, cid, \ 152 #define CL_EXITCLASS(cid, clprocp)\ 153 (sclass[cid].cl_funcs->thread.cl_exitclass) ((void *)clprocp) 182 #define CL_PARMSSET(t, clparmsp, cid, curpcredp) \ 183 (*(t)->t_clfuncs->cl_parmsset)(t, (void *)clparmsp, cid, curpcredp [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/ |
| keygen.c | 57 #define CID 1 60 static char *opts[] = { "net", "cid", "type", NULL }; 66 * net=<addr>,cid=<cid>,type=<3des|aes|sha1|rsa> 69 * supplied arguments, 'net', 'cid' and 'ka'. 75 process_option(char *arg, char **net, char **cid, wbku_key_attr_t *ka) 88 case CID: 92 *cid = value; 117 if (*cid != NULL && **cid == '\0') 617 char *cid = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/threads/ |
| pthread.c | 52 id_t cid; local 69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) { 73 ulwp->ul_rtclassid = cid; 74 ulwp->ul_cid = cid; 198 id_t cid; local 204 cid = getparam(P_LWPID, ulwp->ul_lwpid, policy, param); 205 if (cid == -1) { 207 } else if (*policy == ulwp->ul_policy && cid == ulwp->ul_cid && 216 ulwp->ul_rtclassid = cid; 217 ulwp->ul_cid = cid; [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| mkdstore.c | 32 * mkdstore <table> <nrecords> <cid> <flags> <cip> <sip> <lease> <comment> 77 * mkdstore <table> <nrecords> <cid> <flags> <cip> <sip> <lease> <macro> 82 long long cid; local 106 "<cid> <flags> <cip> <sip> <lease> <comment>\n*/"); 110 cid = (c > 3) ? strtoul(v[3], 0L, 0L) : 0; 160 if (cid) { 161 (void) memcpy(dn.dn_cid, &cid, sizeof (long long)); 175 if (cid) 176 cid += 0x100;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| contracts.c | 154 * Fetch the latest created contract id into the space referenced by 'cid'. 158 get_latest_contract(ctid_t *cid) 160 if ((errno = contract_latest(cid)) != 0) { 171 open_contract_ctl_file(ctid_t cid) 173 return (contract_open(cid, "process", "ctl", O_WRONLY));
|
| wait.c | 50 ctid_t cid; member in struct:__anon9 183 register_method(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd, 219 me->cid = cid; 400 remove_method_ids(me->inst, me->pid, me->cid, me->method); 409 if (me->cid != -1) 410 (void) abandon_contract(me->cid);
|
| /onnv/onnv-gate/usr/src/cmd/priocntl/ |
| priocntl.c | 253 id_t cid; local 275 for (cid = 1; cid < nclass; cid++) { 278 pcinfo.pc_cid = cid; 281 cmdpath, cid); 324 id_t cid; local 388 for (cid = 1; cid < nclass; cid++) [all...] |
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/ |
| public.c | 69 alloc_dnrec(const uchar_t *cid, uchar_t cid_len, uchar_t flags, 75 if (cid == NULL || retval == NULL) { 88 (void) memcpy(retval->dn_cid, cid, cid_len);
|
| /onnv/onnv-gate/usr/src/uts/common/disp/ |
| sysclass.c | 118 sys_init(cid, clparmsz, clfuncspp) 119 id_t cid; 140 sys_enterclass(t, cid, parmsp, reqpcredp, bufp) 142 id_t cid;
|
| /onnv/onnv-gate/usr/src/cmd/dispadmin/ |
| dispadmin.c | 180 id_t cid; local 191 for (cid = 1; cid < nclass; cid++) { 192 pcinfo.pc_cid = cid; 195 cmdpath, cid);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
| wanboot-cgi.c | 131 { "CONTENT", "IP", "CID", "NONCE", NULL }; 196 gen_tmppath(const char *prefix, const char *net, const char *cid) 206 prefix, net, cid, pid, secs)) < 0 || chars > sizeof (path) || 491 "(CONTENT, IP, CID and NONCE required)"); 500 "(CONTENT, IP, CID and DOCUMENT_ROOT required)"); 690 * cid - Optional client ID to include in search hierarchy. 698 netboot_ftw(const char *filename, const char *net, const char *cid, 715 * Remaining part of path depends on 'net' and 'cid'. Note that 716 * it is not valid to have a NULL 'net', but non-NULL 'cid'. 718 if (net == NULL && cid != NULL) 1684 char *cid; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/sctp/ |
| sctp_asconf.c | 51 uint32_t cid; member in struct:sctp_asconf_s 69 * parameter header for the parameter in the request, and cid 85 typedef mblk_t *sctp_asconf_func_t(sctp_t *, sctp_parm_hdr_t *ph, uint32_t cid, 149 sctp_asconf_prepend_errwrap(mblk_t *mp, uint32_t cid) 155 wmp = allocb(sizeof (*wph) + sizeof (cid), BPRI_MED); 160 wmp->b_wptr += sizeof (*wph) + sizeof (cid); 163 wph->sph_len = htons(msgdsize(mp) + sizeof (*wph) + sizeof (cid)); 164 bcopy(&cid, wph + 1, sizeof (uint32_t)); 172 sctp_asconf_unrec_parm(sctp_t *sctp, sctp_parm_hdr_t *ph, uint32_t cid, 186 /* Prepend a the CID and a wrapper err cause ind param * 1284 uint32_t *cid; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/tests/ |
| test_private.c | 55 char cid[DN_MAX_CID_LEN * 2 + 1]; local 352 (void) printf("add_dd_entry: ... cid flag cip sip lease " 355 cidlen = sizeof (cid); 357 recs[i].dn_cid_len, cid, &cidlen); 359 cid, recs[i].dn_flags, 384 cidlen = sizeof (cid); 386 dnp->dn_cid_len, cid, &cidlen); 392 cid, dnp->dn_flags, cip, sip, dnp->dn_lease, 407 * lookup_dd - 129.148.5.0 - record with cid of 01080020000001, modify 469 cidlen = sizeof (cid); [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| per_dnet.c | 373 * cid - clientid 374 * cid_len - cid length 378 open_clnt(dsvc_dnet_t *pnd, dsvc_clnt_t **pcdp, uchar_t *cid, 392 if ((pcd = get_client(pnd->ctable, cid, cid_len)) != NULL) { 447 (void) memcpy(pcd->cid, cid, cid_len); 450 (void) octet_to_hexascii(cid, cid_len, pcd->cidbuf, &blen); 452 if ((pcd->chand = hash_Insert(pnd->ctable, cid, cid_len, clnt_cmp, 488 get_client(hash_tbl *table, uchar_t *cid, uchar_t cid_len) 493 (void) memcpy(tpcd.cid, cid, cid_len) [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
| acpidev_util.c | 528 acpidev_generate_pseudo_unitaddr(char *uid, acpidev_class_id_t cid, 534 ASSERT(cid >= 0 && cid < ACPIDEV_CLASS_ID_MAX); 535 if (cid < 0 || cid >= ACPIDEV_CLASS_ID_MAX) { 539 mutex_enter(&acpidev_uid_heads[cid].apuh_lock); 540 for (pp = &acpidev_uid_heads[cid].apuh_first; *pp != NULL; 543 (*pp)->apu_cid == cid) { 551 up->apu_cid = cid; 552 up->apu_nid = acpidev_uid_heads[cid].apuh_id++ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| ncadoorhdr.h | 110 uint64_t cid; /* The connection id */ member in struct:nca_direct_cd_s 193 * point to a nca_direct_cd_t (a cid/tag pair connection descriptor) 200 * nca_direct_cd_t (a cid/tag pair connection descriptor) used to 226 uint64_t cid; /* connection id */ member in struct:nca_io2_s
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| pg.c | 295 id_t cid; local 314 cid = pg_nclasses++; 315 newclass = &pg_classes[cid]; 318 newclass->pgc_id = cid; 324 return (cid); 390 pg_create(pg_cid_t cid) 400 pg = PG_ALLOC(cid); 401 pg->pg_class = &pg_classes[cid];
|