| /openbsd/src/usr.bin/file/ |
| D | magic-test.c | 49 magic_reverse_type(struct magic_state *ms, enum magic_type type) in magic_reverse_type() 173 magic_copy_from(struct magic_state *ms, ssize_t offset, void *dst, size_t size) in magic_copy_from() 184 magic_add_result(struct magic_state *ms, struct magic_line *ml, in magic_add_result() 226 magic_add_string(struct magic_state *ms, struct magic_line *ml, in magic_add_string() 309 __unused struct magic_state *ms) in magic_test_type_none() 315 magic_test_type_byte(struct magic_line *ml, struct magic_state *ms) in magic_test_type_byte() 347 magic_test_type_short(struct magic_line *ml, struct magic_state *ms) in magic_test_type_short() 383 magic_test_type_long(struct magic_line *ml, struct magic_state *ms) in magic_test_type_long() 419 magic_test_type_quad(struct magic_line *ml, struct magic_state *ms) in magic_test_type_quad() 455 magic_test_type_ubyte(struct magic_line *ml, struct magic_state *ms) in magic_test_type_ubyte() [all …]
|
| /openbsd/src/usr.sbin/httpd/ |
| D | patterns.c | 69 match_error(struct match_state *ms, const char *error) in match_error() 76 check_capture(struct match_state *ms, int l) in check_capture() 85 capture_to_close(struct match_state *ms) in capture_to_close() 95 classend(struct match_state *ms, const char *p) in classend() 190 singlematch(struct match_state *ms, const char *s, const char *p, in singlematch() 212 matchbalance(struct match_state *ms, const char *s, const char *p) in matchbalance() 239 max_expand(struct match_state *ms, const char *s, const char *p, const char *ep) in max_expand() 257 min_expand(struct match_state *ms, const char *s, const char *p, const char *ep) in min_expand() 271 start_capture(struct match_state *ms, const char *s, const char *p, int what) in start_capture() 290 end_capture(struct match_state *ms, const char *s, const char *p) in end_capture() [all …]
|
| /openbsd/src/lib/libfido2/src/ |
| D | io.c | 50 tx_empty(fido_dev_t *d, uint8_t cmd, int *ms) in tx_empty() 70 tx_preamble(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in tx_preamble() 97 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame() 122 tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count, int *ms) in tx() 147 transport_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in transport_tx() 164 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in fido_tx() 180 rx_frame(fido_dev_t *d, struct frame *fp, int *ms) in rx_frame() 198 rx_preamble(fido_dev_t *d, uint8_t cmd, struct frame *fp, int *ms) in rx_preamble() 227 rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int *ms) in rx() 295 transport_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in transport_rx() [all …]
|
| D | config.c | 42 const char *pin, int *ms) in config_tx() 102 config_enable_entattest_wait(fido_dev_t *dev, const char *pin, int *ms) in config_enable_entattest_wait() 116 int ms = dev->timeout_ms; in fido_dev_enable_entattest() local 122 config_toggle_always_uv_wait(fido_dev_t *dev, const char *pin, int *ms) in config_toggle_always_uv_wait() 136 int ms = dev->timeout_ms; in fido_dev_toggle_always_uv() local 143 const fido_str_array_t *rpid, const char *pin, int *ms) in config_pin_minlen_tx() 183 const fido_str_array_t *rpid, const char *pin, int *ms) in config_pin_minlen() 197 int ms = dev->timeout_ms; in fido_dev_set_pin_minlen() local 205 int ms = dev->timeout_ms; in fido_dev_force_pin_change() local 215 int ms = dev->timeout_ms; in fido_dev_set_pin_minlen_rpid() local
|
| D | pin.c | 149 const es256_pk_t *pk, int *ms) in ctap20_uv_token_tx() 206 const es256_pk_t *pk, uint8_t cmd, const char *rpid, int *ms) in ctap21_uv_token_tx() 284 int *ms) in uv_token_rx() 325 fido_blob_t *token, int *ms) in uv_token_wait() 344 fido_blob_t *token, int *ms) in fido_dev_get_uv_token() 351 int *ms) in fido_dev_change_pin_tx() 422 fido_dev_set_pin_tx(fido_dev_t *dev, const char *pin, int *ms) in fido_dev_set_pin_tx() 474 int *ms) in fido_dev_set_pin_wait() 507 int ms = dev->timeout_ms; in fido_dev_set_pin() local 549 fido_dev_get_retry_count_tx(fido_dev_t *dev, uint8_t subcmd, int *ms) in fido_dev_get_retry_count_tx() [all …]
|
| D | bio.c | 61 const char *pin, const fido_blob_t *token, int *ms) in bio_tx() 234 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms) in bio_rx_template_array() 259 const char *pin, int *ms) in bio_get_template_array_wait() 274 int ms = dev->timeout_ms; in fido_bio_dev_get_template_array() local 284 const char *pin, int *ms) in bio_set_template_name_wait() 315 int ms = dev->timeout_ms; in fido_bio_dev_set_template_name() local 386 fido_bio_enroll_t *e, int *ms) in bio_rx_enroll_begin() 419 fido_bio_enroll_t *e, uint32_t timo_ms, int *ms) in bio_enroll_begin_wait() 452 int ms = dev->timeout_ms; in fido_bio_dev_enroll_begin() local 488 bio_rx_enroll_continue(fido_dev_t *dev, fido_bio_enroll_t *e, int *ms) in bio_rx_enroll_continue() [all …]
|
| D | credman.c | 115 const char *rp_id, fido_opt_t uv, int *ms) in credman_tx() 201 credman_rx_metadata(fido_dev_t *dev, fido_credman_metadata_t *metadata, int *ms) in credman_rx_metadata() 226 const char *pin, int *ms) in credman_get_metadata_wait() 242 int ms = dev->timeout_ms; in fido_credman_get_dev_metadata() local 326 credman_rx_rk(fido_dev_t *dev, fido_credman_rk_t *rk, int *ms) in credman_rx_rk() 365 credman_rx_next_rk(fido_dev_t *dev, fido_credman_rk_t *rk, int *ms) in credman_rx_next_rk() 395 const char *pin, int *ms) in credman_get_rk_wait() 429 int ms = dev->timeout_ms; in fido_credman_get_dev_rk() local 436 size_t cred_id_len, const char *pin, int *ms) in credman_del_rk_wait() 462 int ms = dev->timeout_ms; in fido_credman_del_dev_rk() local [all …]
|
| D | largeblob.c | 156 largeblob_get_tx(fido_dev_t *dev, size_t offset, size_t count, int *ms) in largeblob_get_tx() 201 largeblob_get_rx(fido_dev_t *dev, fido_blob_t **chunk, int *ms) in largeblob_get_rx() 422 largeblob_get_array(fido_dev_t *dev, cbor_item_t **item, int *ms) in largeblob_get_array() 494 size_t chunk_len, size_t offset, size_t totalsiz, int *ms) in largeblob_set_tx() 538 int *ms) in largeblob_get_uv_token() 569 int *ms) in largeblob_set_array() 638 const char *pin, int *ms) in largeblob_add() 682 int *ms) in largeblob_drop() 720 int ms = dev->timeout_ms; in fido_dev_largeblob_get() local 767 int ms = dev->timeout_ms; in fido_dev_largeblob_set() local [all …]
|
| D | authkey.c | 25 fido_dev_authkey_tx(fido_dev_t *dev, int *ms) in fido_dev_authkey_tx() 61 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey_rx() 82 fido_dev_authkey_wait(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey_wait() 94 fido_dev_authkey(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey()
|
| D | reset.c | 10 fido_dev_reset_tx(fido_dev_t *dev, int *ms) in fido_dev_reset_tx() 23 fido_dev_reset_wait(fido_dev_t *dev, int *ms) in fido_dev_reset_wait() 42 int ms = dev->timeout_ms; in fido_dev_reset() local
|
| D | u2f.c | 31 delay_ms(unsigned int ms, int *ms_remain) in delay_ms() 143 send_dummy_register(fido_dev_t *dev, int *ms) in send_dummy_register() 192 int *found, int *ms) in key_lookup() 298 const fido_blob_t *key_id, fido_blob_t *sig, fido_blob_t *ad, int *ms) in do_auth() 642 u2f_register(fido_dev_t *dev, fido_cred_t *cred, int *ms) in u2f_register() 730 fido_assert_t *fa, size_t idx, int *ms) in u2f_authenticate_single() 785 u2f_authenticate(fido_dev_t *dev, fido_assert_t *fa, int *ms) in u2f_authenticate() 832 u2f_get_touch_begin(fido_dev_t *dev, int *ms) in u2f_get_touch_begin() 881 u2f_get_touch_status(fido_dev_t *dev, int *touched, int *ms) in u2f_get_touch_status()
|
| D | nfc.c | 146 rx_init(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_init() 203 rx_apdu(fido_dev_t *d, uint8_t sw[2], unsigned char **buf, size_t *count, int *ms) in rx_apdu() 235 rx_msg(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_msg() 266 rx_cbor(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_cbor() 277 fido_nfc_rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int ms) in fido_nfc_rx()
|
| D | dev.c | 91 fido_dev_open_tx(fido_dev_t *dev, const char *path, int *ms) in fido_dev_open_tx() 162 fido_dev_open_rx(fido_dev_t *dev, int *ms) in fido_dev_open_rx() 227 fido_dev_open_wait(fido_dev_t *dev, const char *path, int *ms) in fido_dev_open_wait() 282 int ms = dev->timeout_ms; in fido_dev_open_with_info() local 293 int ms = dev->timeout_ms; in fido_dev_open() local 347 int ms = dev->timeout_ms; in fido_dev_cancel() local 592 fido_dev_set_timeout(fido_dev_t *dev, int ms) in fido_dev_set_timeout()
|
| D | touch.c | 20 int ms = dev->timeout_ms; in fido_dev_get_touch_begin() local 83 fido_dev_get_touch_status(fido_dev_t *dev, int *touched, int ms) in fido_dev_get_touch_status()
|
| D | info.c | 284 fido_dev_get_cbor_info_tx(fido_dev_t *dev, int *ms) in fido_dev_get_cbor_info_tx() 299 fido_dev_get_cbor_info_rx(fido_dev_t *dev, fido_cbor_info_t *ci, int *ms) in fido_dev_get_cbor_info_rx() 320 fido_dev_get_cbor_info_wait(fido_dev_t *dev, fido_cbor_info_t *ci, int *ms) in fido_dev_get_cbor_info_wait() 338 int ms = dev->timeout_ms; in fido_dev_get_cbor_info() local
|
| /openbsd/src/sys/dev/hid/ |
| D | hidms.c | 65 hidms_stylus_hid_parse(struct hidms *ms, struct hid_data *d, in hidms_stylus_hid_parse() 155 hidms_pad_buttons_hid_parse(struct hidms *ms, struct hid_data *d, in hidms_pad_buttons_hid_parse() 174 hidms_wacom_setup(struct device *self, struct hidms *ms, void *desc, int dlen) in hidms_wacom_setup() 247 hidms_setup(struct device *self, struct hidms *ms, uint32_t quirks, in hidms_setup() 464 hidms_attach(struct hidms *ms, const struct wsmouse_accessops *ops) in hidms_attach() 518 hidms_detach(struct hidms *ms, int flags) in hidms_detach() 532 hidms_input(struct hidms *ms, uint8_t *data, u_int len) in hidms_input() 619 hidms_enable(struct hidms *ms) in hidms_enable() 630 hidms_ioctl(struct hidms *ms, u_long cmd, caddr_t data, int flag, in hidms_ioctl() 680 hidms_disable(struct hidms *ms) in hidms_disable()
|
| /openbsd/src/sys/dev/i2c/ |
| D | ims.c | 101 struct hidms *ms = &sc->sc_ms; in ims_attach() local 126 struct hidms *ms = &sc->sc_ms; in ims_detach() local 135 struct hidms *ms = &sc->sc_ms; in ims_intr() local 145 struct hidms *ms = &sc->sc_ms; in ims_enable() local 158 struct hidms *ms = &sc->sc_ms; in ims_disable() local 168 struct hidms *ms = &sc->sc_ms; in ims_ioctl() local
|
| /openbsd/src/sys/dev/usb/ |
| D | ums.c | 122 struct hidms *ms = &sc->sc_ms; in ums_attach() local 195 struct hidms *ms = &sc->sc_ms; in ums_detach() local 204 struct hidms *ms = &sc->sc_ms; in ums_intr() local 214 struct hidms *ms = &sc->sc_ms; in ums_enable() local 236 struct hidms *ms = &sc->sc_ms; in ums_disable() local 250 struct hidms *ms = &sc->sc_ms; in ums_ioctl() local
|
| D | uwacom.c | 110 struct hidms *ms = &sc->sc_ms; in uwacom_attach() local 177 struct hidms *ms = &sc->sc_ms; in uwacom_detach() local 186 struct hidms *ms = &sc->sc_ms; in uwacom_intr_legacy() local 229 struct hidms *ms = &sc->sc_ms; in uwacom_intr() local 286 struct hidms *ms = &sc->sc_ms; in uwacom_enable() local 302 struct hidms *ms = &sc->sc_ms; in uwacom_disable() local 312 struct hidms *ms = &sc->sc_ms; in uwacom_ioctl() local
|
| /openbsd/src/sys/dev/sbus/ |
| D | magma.c | 788 struct mtty_softc *ms = (struct mtty_softc *)dev; in mtty_attach() local 835 struct mtty_softc *ms; in mttyopen() local 926 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(dev)]; in mttyclose() local 963 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(dev)]; in mttyread() local 976 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(dev)]; in mttywrite() local 989 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(dev)]; in mttytty() local 1001 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(dev)]; in mttyioctl() local 1077 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(tp->t_dev)]; in mttystop() local 1104 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(tp->t_dev)]; in mtty_start() local 1217 struct mtty_softc *ms = mtty_cd.cd_devs[MAGMA_CARD(tp->t_dev)]; in mtty_param() local [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | macroscope.c | 37 struct macro_scope *ms; in sal_macro_scope() local 87 struct macro_scope *ms; in default_macro_scope() local 129 struct macro_scope *ms = (struct macro_scope *) baton; in standard_macro_lookup() local
|
| D | macrocmd.c | 51 struct macro_scope *ms = NULL; in macro_expand_command() local 87 struct macro_scope *ms = NULL; in macro_expand_once_command() local 140 struct macro_scope *ms = NULL; in info_macro_command() local
|
| /openbsd/src/gnu/llvm/lld/wasm/ |
| D | OutputSegment.cpp | 45 MergeInputChunk *ms = dyn_cast<MergeInputChunk>(s); in finalizeInputSegments() local 71 for (auto *ms : mergedSegments) in finalizeInputSegments() local
|
| /openbsd/src/sbin/iked/ |
| D | eap.c | 193 struct eap_mschap_challenge *ms; in eap_challenge_request() local 317 struct eap_mschap *ms; in eap_mschap_success() local 345 struct eap_mschap *ms; in eap_mschap() local 421 struct eap_mschap *ms; in eap_parse() local
|
| /openbsd/src/sys/dev/pci/ |
| D | if_myx.c | 975 unsigned int ms; in myx_i2c_byte() local 1450 myx_write_txd_tail(struct myx_softc *sc, struct myx_slot *ms, u_int8_t flags, in myx_write_txd_tail() 1488 struct myx_slot *ms; in myx_start() local 1616 myx_load_mbuf(struct myx_softc *sc, struct myx_slot *ms, struct mbuf *m) in myx_load_mbuf() 1730 struct myx_slot *ms; in myx_txeof() local 1769 struct myx_slot *ms; in myx_rxeof() local 1831 struct myx_slot *ms; in myx_rx_fill_slots() local 1878 struct myx_slot *ms; in myx_rx_init() local 1934 struct myx_slot *ms; in myx_rx_empty() local 1954 struct myx_slot *ms; in myx_rx_free() local [all …]
|