/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_flags.c | 56 char sel, sub; in getauditflagsbin() local 123 u_char sel; in getauditflagschar() local
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 554 u_short sel; in rfs() local 562 u_short sel; in rgs() local 570 u_short sel; in rss() local 576 load_ds(u_short sel) in load_ds() 582 load_es(u_short sel) in load_es() 624 load_fs(u_short sel) in load_fs() 635 load_gs(u_short sel) in load_gs() 648 load_fs(u_short sel) in load_fs() 654 load_gs(u_short sel) in load_gs() 723 lldt(u_short sel) in lldt() [all …]
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 95 #define SEL_START(sel) (((sel) & ~0x7)) argument 96 #define SEL_LIMIT(sel) (((sel) | 0x7)) argument 151 sel_exception(struct vcpu *vcpu, int vector, uint16_t sel, int ext) in sel_exception() 173 desc_table_limit_check(struct vcpu *vcpu, uint16_t sel) in desc_table_limit_check() 204 uint16_t sel, struct user_segment_descriptor *desc, bool doread, in desc_table_rw() 232 uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) in desc_table_read() 239 uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) in desc_table_write() 253 uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) in read_tss_descriptor() 315 uint16_t sel, cs; in validate_seg_desc() local
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() local 39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() local 51 int *sel, ret; in ossl_asn1_set_choice_selector() local
|
/freebsd/sys/dev/iicbus/pmic/ |
H A D | act8846_regulator.c | 241 act8846_read_sel(struct act8846_reg_sc *sc, uint8_t *sel) in act8846_read_sel() 254 act8846_write_sel(struct act8846_reg_sc *sc, uint8_t sel) in act8846_write_sel() 297 uint8_t sel; in act8846_regnode_set_voltage() local 329 uint8_t sel; in act8846_regnode_get_voltage() local
|
H A D | fan53555.c | 166 fan53555_read_sel(struct fan53555_reg_sc *sc, uint8_t *sel) in fan53555_read_sel() 178 fan53555_write_sel(struct fan53555_reg_sc *sc, uint8_t sel) in fan53555_write_sel() 228 uint8_t sel; in fan53555_regnode_set_voltage() local 255 uint8_t sel; in fan53555_regnode_get_voltage() local
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | BrowserApp.java | 289 BrowserListElem sel = (BrowserListElem) this.get( n); in getNthServiceName() local 295 BrowserListElem sel = (BrowserListElem) this.get( n); in getNthRegType() local 301 BrowserListElem sel = (BrowserListElem) this.get( n); in getNthDomain() local 307 BrowserListElem sel = (BrowserListElem) this.get( n); in getNthInterface() local
|
/freebsd/sys/i386/i386/ |
H A D | vm86.c | 128 MAKE_ADDR(u_short sel, u_short off) in MAKE_ADDR() 134 GET_VEC(u_int vec, u_short *sel, u_short *off) in GET_VEC() 141 MAKE_VEC(u_short sel, u_short off) in MAKE_VEC() 779 vm86_getaddr(struct vm86context *vmc, u_short sel, u_short off) in vm86_getaddr() 793 vm86_getptr(struct vm86context *vmc, vm_offset_t kva, u_short *sel, in vm86_getptr()
|
H A D | db_interface.c | 91 int sel; in db_segsize() local
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 158 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() 174 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config() 180 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config() 194 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config() 209 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config() 216 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config() 258 struct pcisel sel; in cfginitmsi() local
|
/freebsd/contrib/libucl/tests/ |
H A D | test_msgpack.c | 105 uint32_t sel; in main() local 323 uint32_t cur_len, sel; in ucl_test_map() local 395 uint32_t cur_len, sel; in ucl_test_array() local
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_regulators.c | 385 as3722_read_sel(struct as3722_reg_sc *sc, uint8_t *sel) in as3722_read_sel() 398 as3722_write_sel(struct as3722_reg_sc *sc, uint8_t sel) in as3722_write_sel() 676 uint8_t sel; in as3722_regnode_set_volt() local 695 uint8_t sel; in as3722_regnode_get_volt() local
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 132 def wpas_report_handover(req, sel, type): argument 143 def wpas_report_handover_wsc(req, sel, type): argument
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 250 uint64x2_t sel = vsel; in run_vn_latency() local 260 uint32x4_t sel = vsel; in runf_vn_latency() local 286 svbool_t sel = vsel; in run_sv_latency() local 297 svbool_t sel = vsel; in runf_sv_latency() local
|
/freebsd/sys/arm/arm/ |
H A D | cpufunc.c | 127 u_int clevel, csize, i, sel; in get_cachetype_cp15() local
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_subr.c | 288 for (uint32_t sel = 0; sel < oobw; sel++) { in bcma_dinfo_init_intrs() local 465 bcma_alloc_intr(uint8_t bank, uint8_t sel, uint8_t line) in bcma_alloc_intr()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 894 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 968 struct pcisel sel; in parsesel() local 1013 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 1028 struct pcisel sel; in readit() local
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_regulators.c | 361 max77620_get_sel(struct max77620_reg_sc *sc, uint8_t *sel) in max77620_get_sel() 377 max77620_set_sel(struct max77620_reg_sc *sc, uint8_t sel) in max77620_set_sel() 854 uint8_t sel; in max77620_regnode_set_volt() local 873 uint8_t sel; in max77620_regnode_get_volt() local
|
/freebsd/contrib/libedit/ |
H A D | sig.c | 55 static EditLine *sel = NULL; variable
|
/freebsd/sys/dev/usb/ |
H A D | usb_request.c | 1636 uint16_t sel) in usbd_req_clear_hub_feature() 1657 uint16_t sel) in usbd_req_set_hub_feature() 1743 uint8_t port, uint16_t sel) in usbd_req_clear_port_feature() 1765 uint8_t port, uint16_t sel) in usbd_req_set_port_feature() 2175 uint16_t sel) in usbd_req_clear_device_feature() 2196 uint16_t sel) in usbd_req_set_device_feature()
|
/freebsd/contrib/sendmail/src/ |
H A D | tlsh.c | 189 int sel, usg; local
|
/freebsd/sys/net80211/ |
H A D | ieee80211_hostap.c | 1184 wpa_cipher(const uint8_t *sel, uint8_t *keylen, uint8_t *cipher) in wpa_cipher() 1223 wpa_keymgmt(const uint8_t *sel) in wpa_keymgmt() 1360 rsn_cipher(const uint8_t *sel, uint8_t *keylen, uint8_t *cipher) in rsn_cipher() 1404 rsn_keymgmt(const uint8_t *sel) in rsn_keymgmt()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 1763 ipsec_selector_t sel; in conn_to_unique() local 1945 ipsec_selector_t *sel, boolean_t is_icmp_inv_acq) in ipsec_find_policy_chain() 2021 int direction, ipsec_selector_t *sel) in ipsec_find_policy_head() 2085 ipsec_find_policy(int direction, const conn_t *connp, ipsec_selector_t *sel, in ipsec_find_policy() 2119 ipsec_selector_t sel; in ipsec_check_global_policy() local 2689 ipsec_init_inbound_sel(ipsec_selector_t *sel, mblk_t *mp, ipha_t *ipha, in ipsec_init_inbound_sel() 2815 ipsec_init_outbound_ports(ipsec_selector_t *sel, mblk_t *mp, ipha_t *ipha, in ipsec_init_outbound_ports() 3149 selector_hash(ipsec_selector_t *sel, ipsec_policy_root_t *root) in selector_hash() 3882 ipsec_selkey_t sel; in ipsec_polhead_insert() local 4025 ipsec_selector_t sel; in ipsec_in_to_out() local [all …]
|
/freebsd/contrib/bsddialog/lib/ |
H A D | timebox.c | 99 int i, retval, sel; in bsddialog_timebox() local [all...] |
/titanic_50/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 179 kdi_idt_init(selector_t sel) in kdi_idt_init() 237 kdi_idt_gates_install(selector_t sel, int saveold) in kdi_idt_gates_install()
|