HomeSort by: relevance | last modified time | path
    Searched defs:finger (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/scsipi/
atapiconf.c 264 const struct scsi_quirk_inquiry_pattern *finger; local
268 finger = scsipi_inqmatch(
274 if (finger != NULL)
275 quirks = finger->quirks;
scsiconf.c 883 const struct scsi_quirk_inquiry_pattern *finger; local
1013 finger = scsipi_inqmatch(
1018 if (finger != NULL)
1019 quirks = finger->quirks;
st.c 484 const struct st_quirk_inquiry_pattern *finger; local
487 finger = scsipi_inqmatch(inqbuf,
492 st->quirkdata = &finger->quirkdata;
493 st->drive_quirks = finger->quirkdata.quirks;
494 st->quirks = finger->quirkdata.quirks; /* start value */
495 st->page_0_size = finger->quirkdata.page_0_size;
  /src/crypto/external/bsd/netpgp/dist/src/lib/
misc.c 571 pgp_fingerprint_t finger; local
591 pgp_fingerprint(&finger, key, hashtype);
593 finger.fingerprint + finger.length - idlen,
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 1 /* $NetBSD: posttls-finger.c,v 1.6 2025/02/25 19:15:49 christos Exp $ */
5 /* posttls-finger 1
9 /* \fBposttls-finger\fR [\fIoptions\fR] [\fBinet:\fR]\fIdomain\fR[:\fIport\fR] [\fImatch ...\fR]
11 /* \fBposttls-finger\fR -S [\fIoptions\fR] \fBunix:\fIpathname\fR [\fImatch ...\fR]
13 /* \fBposttls-finger\fR(1) connects to the specified destination
17 /* Postfix is built without TLS support, the resulting \fBposttls-finger\fR(1)
29 /* If TLS support is enabled when \fBposttls-finger\fR(1) is compiled, and
46 /* Note: \fBposttls-finger\fR(1) does not perform any table lookups, so
54 /* and re-opened after the specified delay, and \fBposttls-finger\fR(1)
83 /* using \fBany\fR, \fBposttls-finger\fR(1) will randomly select one o
1753 static int finger(STATE *state) function
    [all...]

Completed in 19 milliseconds