| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_disp.c | 59 int cid = nvif_sclass(&device->object, disps, oclass); local 61 if (cid < 0) 62 return cid; 64 return nvif_object_init(&device->object, 0, disps[cid].oclass,
|
| nouveau_nvif_disp.c | 59 int cid = nvif_sclass(&device->object, disps, oclass); local 61 if (cid < 0) 62 return cid; 64 return nvif_object_init(&device->object, 0, disps[cid].oclass,
|
| nouveau_nvif_user.c | 52 int cid, ret; local 57 cid = nvif_mclass(&device->object, users); 58 if (cid < 0) 59 return cid; 61 ret = nvif_object_init(&device->object, 0, users[cid].oclass, NULL, 0, 67 device->user.func = users[cid].func;
|
| nouveau_nvif_user.c | 52 int cid, ret; local 57 cid = nvif_mclass(&device->object, users); 58 if (cid < 0) 59 return cid; 61 ret = nvif_object_init(&device->object, 0, users[cid].oclass, NULL, 0, 67 device->user.func = users[cid].func;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base.c | 49 int cid; local 51 cid = nvif_mclass(&disp->disp->object, bases); 52 if (cid < 0) { 54 return cid; 57 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
|
| nouveau_dispnv50_curs.c | 49 int cid; local 51 cid = nvif_mclass(&disp->disp->object, curses); 52 if (cid < 0) { 54 return cid; 57 return curses[cid].new(drm, head, curses[cid].oclass, pwndw);
|
| nouveau_dispnv50_oimm.c | 47 int cid; local 49 cid = nvif_mclass(&disp->disp->object, oimms); 50 if (cid < 0) { 52 return cid; 55 return oimms[cid].init(drm, oimms[cid].oclass, wndw);
|
| nouveau_dispnv50_ovly.c | 49 int cid, ret; local 51 cid = nvif_mclass(&disp->disp->object, ovlys); 52 if (cid < 0) { 54 return cid; 57 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw);
|
| nouveau_dispnv50_wimm.c | 44 int cid; local 46 cid = nvif_mclass(&disp->disp->object, wimms); 47 if (cid < 0) { 49 return cid; 52 return wimms[cid].init(drm, wimms[cid].oclass, wndw);
|
| nouveau_dispnv50_base.c | 49 int cid; local 51 cid = nvif_mclass(&disp->disp->object, bases); 52 if (cid < 0) { 54 return cid; 57 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
|
| nouveau_dispnv50_curs.c | 49 int cid; local 51 cid = nvif_mclass(&disp->disp->object, curses); 52 if (cid < 0) { 54 return cid; 57 return curses[cid].new(drm, head, curses[cid].oclass, pwndw);
|
| nouveau_dispnv50_oimm.c | 47 int cid; local 49 cid = nvif_mclass(&disp->disp->object, oimms); 50 if (cid < 0) { 52 return cid; 55 return oimms[cid].init(drm, oimms[cid].oclass, wndw);
|
| nouveau_dispnv50_ovly.c | 49 int cid, ret; local 51 cid = nvif_mclass(&disp->disp->object, ovlys); 52 if (cid < 0) { 54 return cid; 57 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw);
|
| nouveau_dispnv50_wimm.c | 44 int cid; local 46 cid = nvif_mclass(&disp->disp->object, wimms); 47 if (cid < 0) { 49 return cid; 52 return wimms[cid].init(drm, wimms[cid].oclass, wndw);
|
| nouveau_dispnv50_core.c | 67 int cid; local 69 cid = nvif_mclass(&disp->disp->object, cores); 70 if (cid < 0) { 72 return cid; 75 return cores[cid].new(drm, cores[cid].oclass, pcore);
|
| nouveau_dispnv50_core.c | 67 int cid; local 69 cid = nvif_mclass(&disp->disp->object, cores); 70 if (cid < 0) { 72 return cid; 75 return cores[cid].new(drm, cores[cid].oclass, pcore);
|
| /src/sys/dev/mvme/ |
| pcctwo.c | 63 u_int8_t cid; local 77 cid = pcc2_reg_read(sc, PCC2REG_CHIP_ID); 82 if (cid == PCCTWO_CHIP_ID_PCC2) 86 if (cid == PCCTWO_CHIP_ID_MCCHIP)
|
| pcctwo.c | 63 u_int8_t cid; local 77 cid = pcc2_reg_read(sc, PCC2REG_CHIP_ID); 82 if (cid == PCCTWO_CHIP_ID_PCC2) 86 if (cid == PCCTWO_CHIP_ID_MCCHIP)
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| frontend.c | 141 int cid; local 143 if ( slap_find_control_id( slap_known_controls[ i ], &cid ) 150 frontendDB->bd_info->bi_ctrls[ cid ] = 1; 151 frontendDB->be_ctrls[ cid ] = 1;
|
| frontend.c | 141 int cid; local 143 if ( slap_find_control_id( slap_known_controls[ i ], &cid ) 150 frontendDB->bd_info->bi_ctrls[ cid ] = 1; 151 frontendDB->be_ctrls[ cid ] = 1;
|
| /src/crypto/external/apache2/openssl/dist/crypto/ocsp/ |
| ocsp_lib.c | 50 OCSP_CERTID *cid = NULL; local 53 if ((cid = OCSP_CERTID_new()) == NULL) 56 alg = &cid->hashAlgorithm; 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) 81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) 84 return cid; 88 OCSP_CERTID_free(cid);
|
| ocsp_lib.c | 50 OCSP_CERTID *cid = NULL; local 53 if ((cid = OCSP_CERTID_new()) == NULL) 56 alg = &cid->hashAlgorithm; 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) 81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) 84 return cid; 88 OCSP_CERTID_free(cid);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| ocsp_lib.c | 50 OCSP_CERTID *cid = NULL; local 53 if ((cid = OCSP_CERTID_new()) == NULL) 56 alg = &cid->hashAlgorithm; 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) 81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) 84 return cid; 88 OCSP_CERTID_free(cid);
|
| ocsp_lib.c | 50 OCSP_CERTID *cid = NULL; local 53 if ((cid = OCSP_CERTID_new()) == NULL) 56 alg = &cid->hashAlgorithm; 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) 81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) 84 return cid; 88 OCSP_CERTID_free(cid);
|
| /src/sys/arch/mvme68k/dev/ |
| pcctwo_68k.c | 152 uint8_t cid; local 165 cid = bus_space_read_1(ma->ma_bust, bh, PCC2REG_CHIP_ID); 170 cid == PCCTWO_CHIP_ID_PCC2) 175 cid == PCCTWO_CHIP_ID_MCCHIP) 189 uint8_t cid; local 206 cid = pcc2_reg_read(sc, PCC2REG_CHIP_ID); 209 if (cid == PCCTWO_CHIP_ID_PCC2) { 215 if (cid == PCCTWO_CHIP_ID_MCCHIP) { 225 if (cid == PCCTWO_CHIP_ID_MCCHIP) {
|