| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| operational.c | 62 int hs; local 69 hs = MONITOR_HAS_CHILDREN( mp ); 70 *ap = slap_operational_hasSubordinate( hs );
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-arc.c | 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL), 63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has 76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local 95 /* ARCv2|HS and HS. */ 96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs) 97 || (b->mach == bfd_mach_arc_arcv2 && a == hs)) 98 return hs;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-arc.c | 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL), 63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has 76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local 95 /* ARCv2|HS and HS. */ 96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs) 97 || (b->mach == bfd_mach_arc_arcv2 && a == hs)) 98 return hs;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-arc.c | 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL), 63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has 76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local 95 /* ARCv2|HS and HS. */ 96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs) 97 || (b->mach == bfd_mach_arc_arcv2 && a == hs)) 98 return hs;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-arc.c | 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL), 63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has 76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local 95 /* ARCv2|HS and HS. */ 96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs) 97 || (b->mach == bfd_mach_arc_arcv2 && a == hs)) 98 return hs;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/ |
| open.c | 20 crypto_hash_sha512_state hs; local 43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); 44 crypto_hash_sha512_update(&hs, sig, 32); 45 crypto_hash_sha512_update(&hs, pk, 32); 46 crypto_hash_sha512_update(&hs, m, mlen); 47 crypto_hash_sha512_final(&hs, h);
|
| sign.c | 12 _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed) 21 crypto_hash_sha512_init(hs); 23 crypto_hash_sha512_update(hs, DOM2PREFIX, sizeof DOM2PREFIX); 38 _crypto_sign_ed25519_synthetic_r_hv(crypto_hash_sha512_state *hs, 51 crypto_hash_sha512_update(hs, B, 32); 52 crypto_hash_sha512_update(hs, empty_labelset, 3); 54 crypto_hash_sha512_update(hs, Z, 32); 55 crypto_hash_sha512_update(hs, zeros, 128 - (32 + 3 + 32) % 128); 56 crypto_hash_sha512_update(hs, sk, 32); 57 crypto_hash_sha512_update(hs, zeros, 128 - 32 % 128) 69 crypto_hash_sha512_state hs; local [all...] |
| obsolete.c | 37 crypto_hash_sha512_state hs; local 44 crypto_hash_sha512_init(&hs); 45 crypto_hash_sha512_update(&hs, sk + 32, 32); 46 crypto_hash_sha512_update(&hs, m, mlen); 47 crypto_hash_sha512_final(&hs, nonce); 53 crypto_hash_sha512_init(&hs); 54 crypto_hash_sha512_update(&hs, sig, 32); 55 crypto_hash_sha512_update(&hs, m, mlen); 56 crypto_hash_sha512_final(&hs, hram);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
| crypto_sign_ed25519.h | 16 crypto_hash_sha512_state hs; member in struct:crypto_sign_ed25519ph_state
|
| /src/sys/arch/hp300/stand/common/ |
| fhpib.c | 50 struct hpib_softc *hs = &hpib_softc[unit]; local 51 struct fhpibdevice *hd = (void *)hs->sc_addr; 55 hs->sc_type = HPIBC; 56 hs->sc_ba = HPIBC_BA; 64 struct hpib_softc *hs = &hpib_softc[unit]; local 67 hd = (void *)hs->sc_addr; 85 struct hpib_softc *hs = &hpib_softc[unit]; local 89 hd = (void *)hs->sc_addr; 95 hd->hpib_data = C_TAG + hs->sc_ba; 125 struct hpib_softc *hs = &hpib_softc[unit] local 161 struct hpib_softc *hs = &hpib_softc[unit]; local [all...] |
| hpib.c | 56 struct hpib_softc *hs; local 63 hs = &hpib_softc[i]; 64 hs->sc_addr = hw->hw_kva; 71 hs->sc_alive = 1;
|
| nhpib.c | 51 struct hpib_softc *hs = &hpib_softc[unit]; local 52 struct nhpibdevice *hd = (void *)hs->sc_addr; 55 hs->sc_type = HPIBA; 56 hs->sc_ba = HPIBA_BA; 59 hs->sc_type = HPIBB; 60 hs->sc_ba = hd->hpib_csa & CSA_BA; 71 struct hpib_softc *hs = &hpib_softc[unit]; local 74 hd = (void *)hs->sc_addr; 76 hd->hpib_ar = hs->sc_ba; 101 struct hpib_softc *hs = &hpib_softc[unit] local 137 struct hpib_softc *hs = &hpib_softc[unit]; local 171 struct hpib_softc *hs = &hpib_softc[unit]; local [all...] |
| scsi.c | 82 struct scsi_softc *hs; local 90 hs = &scsi_softc[i]; 91 hs->sc_addr = hw->hw_kva; 96 hs->sc_alive = 1; 122 struct scsi_softc *hs; local 125 hs = &scsi_softc[unit]; 126 hd = (void *)hs->sc_addr; 148 hs->sc_scsi_addr = 1 << i; 163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd) 166 printf("scsi%d error: scsiabort\n", hs - scsi_softc) 375 struct scsi_softc *hs = &scsi_softc[ctlr]; local 385 struct scsi_softc *hs = &scsi_softc[ctlr]; local 396 struct scsi_softc *hs = &scsi_softc[ctlr]; local 407 struct scsi_softc *hs = &scsi_softc[ctlr]; local 420 struct scsi_softc *hs = &scsi_softc[ctlr]; local 439 struct scsi_softc *hs = &scsi_softc[ctlr]; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_sort.c | 56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; local 78 hs = hi; 107 memcpy (b, hs, hi - hs); 108 copied += (hi - hs); 109 b += (hi - hs);
|
| /src/sys/kern/ |
| subr_hash.c | 165 struct hashstat *hs; local 167 hs = kmem_alloc(sizeof(*hs), KM_SLEEP); 169 hs->hs_name = name; 170 hs->hs_func = func; 173 TAILQ_INSERT_TAIL(&hashstat_list, hs, hs_next); 189 struct hashstat_sysctl hs; local 199 *oldlenp += sizeof(hs); 235 memset(&hs, 0, sizeof(hs)); [all...] |
| /src/external/public-domain/xz/dist/src/liblzma/lz/ |
| lz_encoder.c | 303 uint32_t hs; local 306 hs = 0xFFFF; 310 hs = lz_options->dict_size - 1; 311 hs |= hs >> 1; 312 hs |= hs >> 2; 313 hs |= hs >> 4; 314 hs |= hs >> 8 [all...] |
| /src/usr.bin/ruptime/ |
| ruptime.c | 58 static struct hs { struct 61 } *hs; variable in typeref:struct:hs 82 struct hs *hsp; 137 if ((hs = 138 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL) 140 hsp = hs + nhosts; 162 qsort(hs, nhosts, sizeof (hs[0]), cmp); 164 hsp = &hs[i] [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| filterentry.c | 555 struct berval hs; local 571 hs = slap_true_bv; 574 hs = slap_false_bv; 580 if ( bvmatch( &ava->aa_value, &hs ) ) return LDAP_COMPARE_TRUE;
|
| /src/external/gpl2/mkhybrid/dist/libfile/ |
| file.h | 78 unsigned char hs[2]; /* 2 bytes of a fixed-endian "short" */ member in union:magic::VALUETYPE
|
| /src/sys/arch/hp300/dev/ |
| fhpib.c | 193 fhpibreset(struct hpibbus_softc *hs) 195 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 213 hs->sc_flags |= HPIBF_DMA16; 235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) 237 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 249 hd->hpib_data = C_TAG + hs->sc_ba; 296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) 298 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 315 hd->hpib_data = C_LAG + hs->sc_ba; 357 fhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count 452 struct hpibbus_softc *hs = arg; local 523 struct hpibbus_softc *hs = sc->sc_hpibbus; local 645 struct hpibbus_softc *hs = arg; local [all...] |
| nhpib.c | 259 nhpibreset(struct hpibbus_softc *hs) 261 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 265 hd->hpib_ar = hs->sc_ba; 296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) 298 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 307 hd->hpib_data = talker_par[hs->sc_ba]; 351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) 353 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev)); 367 hd->hpib_data = listnr_par[hs->sc_ba]; 401 nhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count 451 struct hpibbus_softc *hs = arg; local 505 struct hpibbus_softc *hs = sc->sc_hpibbus; local 585 struct hpibbus_softc *hs = arg; local [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| sc.c | 107 struct scsi_softc *hs; local 113 hs = &scsi_softc[ctlr]; 114 hs->sc_ctlr = ctlr; 115 hs->sc_spc = addr; 117 hs->sc_flags = 0; 118 hs->sc_phase = BUS_FREE_PHASE; 119 hs->sc_target = SCSI_ID; 121 hs->sc_cdb = NULL; 122 hs->sc_cdblen = 0; 123 hs->sc_buf = NULL 362 struct scsi_softc *hs; local 398 struct scsi_softc *hs = &scsi_softc[ctlr]; local 652 struct scsi_softc *hs; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dsi.h | 62 /* if true, use HS mode, otherwise LP */ 63 bool hs; member in struct:intel_dsi
|
| /src/usr.bin/sed/ |
| process.c | 71 static SPACE HS, PS, SS, YS; 76 #define hs HS.space macro 77 #define hsl HS.len 163 cspace(&PS, hs, hsl, REPLACE); 167 cspace(&PS, hs, hsl, APPEND); 170 cspace(&HS, ps, psl, REPLACE); 173 cspace(&HS, "\n", 1, APPEND); 174 cspace(&HS, ps, psl, APPEND); 259 if (hs == NULL [all...] |
| /src/external/bsd/less/dist/ |
| optfunc.c | 244 int hs = getnum(&s, "#", &err); local 249 shift_count = hs;
|