| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_lu.c | 42 int X509_STORE_lock(X509_STORE *xs) in X509_STORE_lock() argument 44 return CRYPTO_THREAD_write_lock(xs->lock); in X509_STORE_lock() 47 int ossl_x509_store_read_lock(X509_STORE *xs) in ossl_x509_store_read_lock() argument 49 return CRYPTO_THREAD_read_lock(xs->lock); in ossl_x509_store_read_lock() 52 int X509_STORE_unlock(X509_STORE *xs) in X509_STORE_unlock() argument 54 return CRYPTO_THREAD_unlock(xs->lock); in X509_STORE_unlock() 226 void X509_STORE_free(X509_STORE *xs) in X509_STORE_free() argument 232 if (xs == NULL) in X509_STORE_free() 234 CRYPTO_DOWN_REF(&xs->references, &i); in X509_STORE_free() 235 REF_PRINT_COUNT("X509_STORE", i, xs); in X509_STORE_free() [all …]
|
| /freebsd/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 254 static struct xs_softc xs; variable 355 if (!xs.initialized) { in xs_intr() 356 xs.initialized = true; in xs_intr() 361 taskqueue_enqueue(taskqueue_swi_giant, &xs.xs_late_init); in xs_intr() 368 mtx_lock(&xs.ring_lock); in xs_intr() 370 mtx_unlock(&xs.ring_lock); in xs_intr() 457 sx_assert(&xs.request_mutex, SX_XLOCKED); in xs_write_store() 463 mtx_lock(&xs.ring_lock); in xs_write_store() 479 error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP, in xs_write_store() 487 mtx_unlock(&xs.ring_lock); in xs_write_store() [all …]
|
| /freebsd/usr.bin/fetch/ |
| H A D | fetch.c | 225 stat_eta(char *str, size_t strsz, const struct xferstat *xs) in stat_eta() argument 230 elapsed = xs->last.tv_sec - xs->start.tv_sec; in stat_eta() 231 received = xs->rcvd - xs->offset; in stat_eta() 232 expected = xs->size - xs->rcvd; in stat_eta() 260 stat_bps(char *str, size_t strsz, struct xferstat *xs) in stat_bps() argument 265 delta = ((double)xs->last.tv_sec + (xs->last.tv_usec / 1.e6)) in stat_bps() 266 - ((double)xs->last2.tv_sec + (xs->last2.tv_usec / 1.e6)); in stat_bps() 271 bps = (xs->rcvd - xs->lastrcvd) / delta; in stat_bps() 281 stat_display(struct xferstat *xs, int force) in stat_display() argument 293 if (!force && now.tv_sec <= xs->last.tv_sec) in stat_display() [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/tools/ |
| H A D | plot.py | 20 xs = [] 33 xs.append(x) 40 return xs, gs, ys, es 42 def plot(xs, gs, ys, es): argument 43 if len(xs) < 2: 46 a = min(xs) 47 b = max(xs) 52 ax0.plot(xs,es,'r.') 54 ax1.plot(xs,ys,'r.',label='want') 55 ax1.plot(xs,gs,'b.',label='got') [all …]
|
| /freebsd/contrib/netbsd-tests/dev/scsipi/libscsitest/ |
| H A D | scsitest.c | 83 sense_notready(struct scsipi_xfer *xs) in sense_notready() argument 85 struct scsi_sense_data *sense = &xs->sense.scsi_sense; in sense_notready() 87 xs->error = XS_SENSE; in sense_notready() 103 struct scsipi_xfer *xs = arg; in scsitest_request() local 104 struct scsipi_generic *cmd = xs->cmd; in scsitest_request() 117 sense_notready(xs); in scsitest_request() 121 struct scsipi_inquiry_data *inqbuf = (void *)xs->data; in scsitest_request() 132 struct scsipi_read_cd_cap_data *ret = (void *)xs->data; in scsitest_request() 140 struct scsipi_read_discinfo_data *ret = (void *)xs->data; in scsitest_request() 146 struct scsipi_read_trackinfo_data *ret = (void *)xs->data; in scsitest_request() [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509_vfy.h | 502 void X509_STORE_free(X509_STORE *xs); 503 int X509_STORE_lock(X509_STORE *xs); 504 int X509_STORE_unlock(X509_STORE *xs); 505 int X509_STORE_up_ref(X509_STORE *xs); 506 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs); 507 STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs); 508 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs); 509 STACK_OF(X509) *X509_STORE_CTX_get1_certs(X509_STORE_CTX *xs, 513 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags); 514 int X509_STORE_set_purpose(X509_STORE *xs, int purpose); [all …]
|
| H A D | x509_vfy.h.in | 405 void X509_STORE_free(X509_STORE *xs); 406 int X509_STORE_lock(X509_STORE *xs); 407 int X509_STORE_unlock(X509_STORE *xs); 408 int X509_STORE_up_ref(X509_STORE *xs); 409 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs); 410 STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs); 411 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs); 412 STACK_OF(X509) *X509_STORE_CTX_get1_certs(X509_STORE_CTX *xs, 416 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags); 417 int X509_STORE_set_purpose(X509_STORE *xs, int purpose); [all …]
|
| /freebsd/usr.sbin/bluetooth/sdpcontrol/ |
| H A D | sdpcontrol.c | 109 void *xs = NULL; in do_sdp_command() local 141 xs = sdp_open(NG_HCI_BDADDR_ANY, bdaddr); in do_sdp_command() 143 xs = sdp_open_local(control); in do_sdp_command() 145 if (xs == NULL) in do_sdp_command() 147 if (sdp_error(xs) == 0) in do_sdp_command() 148 e = (c->handler)(xs, -- argc, ++ argv); in do_sdp_command() 161 cmd, strerror(sdp_error(xs))); in do_sdp_command() 171 sdp_close(xs); in do_sdp_command()
|
| /freebsd/sys/dev/isp/ |
| H A D | isp.c | 2821 isp_start(XS_T *xs) in isp_start() argument 2831 XS_INITERR(xs); in isp_start() 2832 isp = XS_ISP(xs); in isp_start() 2841 if (XS_CDBLEN(xs) > 16 || XS_CDBLEN(xs) == 0) { in isp_start() 2842 isp_prt(isp, ISP_LOGERR, "unsupported cdb length (%d, CDB[0]=0x%x)", XS_CDBLEN(xs), XS_CDBP(xs)[0] & 0xff); in isp_start() 2843 XS_SETERR(xs, HBA_REQINVAL); in isp_start() 2851 target = XS_TGT(xs); in isp_start() 2852 fcp = FCPARAM(isp, XS_CHANNEL(xs)); in isp_start() 3000 XS_T *xs; isp_control() local 3288 XS_T *xs, *cont_xs; isp_intr_respq() local 3581 XS_T *xs; isp_intr_async() local 3860 isp_parse_status_24xx(ispsoftc_t * isp,isp24xx_statusreq_t * sp,XS_T * xs) isp_parse_status_24xx() argument [all...] |
| H A D | isp_freebsd.h | 327 #define ISP_DMASETUP(isp, xs, req) isp_dmasetup(isp, xs, req) argument 328 #define ISP_DMAFREE(isp, xs) isp_dmafree(isp, xs) argument 508 #define XS_SAVE_SENSE(xs, sp, len) do { \ argument 509 uint32_t amt = min(len, (xs)->sense_len); \ 510 memcpy(&(xs)->sense_data, sp, amt); \ 511 (xs)->sense_resid = (xs)->sense_len - amt; \ 512 (xs)->ccb_h.status |= CAM_AUTOSNS_VALID; \ 515 #define XS_SENSE_APPEND(xs, sp, len) do { \ argument 516 uint8_t *ptr = (uint8_t *)(&(xs)->sense_data) + \ 517 ((xs)->sense_len - (xs)->sense_resid); \ [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_STORE_get0_param.pod | 13 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs); 14 int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *pm); 15 STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs); 16 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs); 17 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs); 21 X509_STORE_set1_param() sets the verification parameters to I<pm> for I<xs>. 24 parameters for I<xs>. The returned pointer must not be freed by the
|
| H A D | X509_STORE_add_cert.pod | 21 int X509_STORE_add_cert(X509_STORE *xs, X509 *x); 22 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x); 24 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags); 25 int X509_STORE_set_purpose(X509_STORE *xs, int purpose); 26 int X509_STORE_set_trust(X509_STORE *xs, int trust); 31 int X509_STORE_set_default_paths_ex(X509_STORE *xs, OSSL_LIB_CTX *libctx, 33 int X509_STORE_set_default_paths(X509_STORE *xs); 34 int X509_STORE_load_file_ex(X509_STORE *xs, const char *file, 36 int X509_STORE_load_file(X509_STORE *xs, const char *file); 37 int X509_STORE_load_path(X509_STORE *xs, const char *dir); [all …]
|
| H A D | X509_STORE_set_verify_cb_func.pod | 61 void X509_STORE_set_verify_cb(X509_STORE *xs, 65 void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify); 70 void X509_STORE_set_get_issuer(X509_STORE *xs, 73 void X509_STORE_set_check_issued(X509_STORE *xs, 78 void X509_STORE_set_check_revocation(X509_STORE *xs, 83 void X509_STORE_set_get_crl(X509_STORE *xs, 87 void X509_STORE_set_check_crl(X509_STORE *xs, 92 void X509_STORE_set_cert_crl(X509_STORE *xs, 96 void X509_STORE_set_check_policy(X509_STORE *xs, 101 void X509_STORE_set_lookup_certs(X509_STORE *xs, [all …]
|
| H A D | X509_STORE_new.pod | 14 void X509_STORE_free(X509_STORE *xs); 15 int X509_STORE_lock(X509_STORE *xs); 16 int X509_STORE_unlock(X509_STORE *xs); 17 int X509_STORE_up_ref(X509_STORE *xs);
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779m5-salvator-xs.dts | 7 * Based on r8a77965-salvator-xs.dts 13 #include "salvator-xs.dtsi" 17 compatible = "renesas,salvator-xs", "renesas,r8a779m5",
|
| H A D | r8a779m3-salvator-xs.dts | 7 * Based on r8a77961-salvator-xs.dts 13 #include "salvator-xs.dtsi" 17 compatible = "renesas,salvator-xs", "renesas,r8a779m3",
|
| H A D | r8a779m1-salvator-xs.dts | 7 * Based on r8a77951-salvator-xs.dts 13 #include "salvator-xs.dtsi" 17 compatible = "renesas,salvator-xs", "renesas,r8a779m1",
|
| H A D | r8a77965-salvator-xs.dts | 10 #include "salvator-xs.dtsi" 14 compatible = "renesas,salvator-xs", "renesas,r8a77965";
|
| H A D | r8a77960-salvator-xs.dts | 10 #include "salvator-xs.dtsi" 14 compatible = "renesas,salvator-xs", "renesas,r8a7796";
|
| H A D | r8a77961-salvator-xs.dts | 10 #include "salvator-xs.dtsi" 14 compatible = "renesas,salvator-xs", "renesas,r8a77961";
|
| H A D | r8a77951-salvator-xs.dts | 10 #include "salvator-xs.dtsi" 14 compatible = "renesas,salvator-xs", "renesas,r8a7795";
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | textbox.c | 40 int xs; member 118 st->xs = (st->margin == 0) ? d->x + 1 : d->x + 2; in textbox_draw() 120 st->xe = st->xs + d->w - 3 - st->margin; in textbox_draw() 191 prefresh(st.pad, st.ypad, st.xpad, st.ys, st.xs, st.ye, st.xe); in bsddialog_textbox()
|
| H A D | menubox.c | 60 int ys, ye, xs, xe; /* pad pos */ member 317 realw = m->xe - m->xs; in drawseparators() 489 m->xs = d->x + 3; in mixedlist_draw() 490 m->xe = m->xs + d->w - 7; in mixedlist_draw() 492 m->xs = d->x + 3 + (d->w-6)/2 - m->line/2; in mixedlist_draw() 493 m->xe = m->xs + d->w - 5; in mixedlist_draw() 496 pnoutrefresh(m->pad, m->ypad, 0, m->ys, m->xs, m->ye, m->xe); in mixedlist_draw() 639 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist() 670 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist()
|
| /freebsd/sys/nfs/ |
| H A D | krpc_subr.c | 450 struct xdr_string *xs; in xdr_string_encode() local 461 xs = mtod(m, struct xdr_string *); in xdr_string_encode() 463 xs->len = txdr_unsigned(len); in xdr_string_encode() 464 bcopy(str, xs->data, len); in xdr_string_encode()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
| H A D | zfs_clone_010_pos.ksh | 213 xs=""; for i in {1..200}; do xs+="x"; done 218 log_must zfs clone ${fs}@snap ${fs}/${TESTCLONE}${xs}.${i}
|