Searched refs:sel (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_flags.c58 char sel, sub; local
81 sel = AU_PRS_SUCCESS;
84 sel = AU_PRS_FAILURE;
87 sel = AU_PRS_BOTH;
91 SUB_FROM_MASK(masks, c.ac_class, sel);
93 ADD_TO_MASK(masks, c.ac_class, sel);
125 u_char sel; local
139 sel = 0;
145 sel |= ((c.ac_class & masks->am_success) == c.ac_class) ?
147 sel |
[all...]
/freebsd-10.0-release/sys/mips/nlm/hal/
H A Dmips-extns.h118 #define read_c0_register32(reg, sel) \
126 : "=r" (__rv) : "i" (reg), "i" (sel) ); \
130 #define write_c0_register32(reg, sel, value) \
136 : : "r" (value), "i" (reg), "i" (sel) );
142 #define read_c0_register64(reg, sel) \
150 : "=r" (__rv) : "i" (reg), "i" (sel) ); \
154 #define write_c0_register64(reg, sel, value) \
160 : : "r" (value), "i" (reg), "i" (sel) );
166 #define read_c0_register64(reg, sel) \
177 : "=r"(__high), "=r"(__low): "i"(reg), "i"(sel) \
[all...]
H A Dcop2.h55 #define NLM_DEFINE_COP2_ACCESSORS32(name, reg, sel) \
66 : "i" (reg), "i" (sel)); \
78 : : "r" (val), "i" (reg), "i" (sel)); \
82 #define NLM_DEFINE_COP2_ACCESSORS64(name, reg, sel) \
93 : "i" (reg), "i" (sel)); \
105 : : "r" (val), "i" (reg), "i" (sel)); \
110 #define NLM_DEFINE_COP2_ACCESSORS64(name, reg, sel) \
123 : "i"(reg), "i"(sel) \
143 : : "r"(__high), "r"(__low), "i"(reg), "i"(sel) \
/freebsd-10.0-release/sys/mips/rmi/
H A Drmi_mips_exts.h129 #define read_c0_register32(reg, sel) \
137 : "=r" (__rv) : "i" (reg), "i" (sel) ); \
141 #define write_c0_register32(reg, sel, value) \
147 : : "r" (value), "i" (reg), "i" (sel) );
149 #define read_c2_register32(reg, sel) \
157 : "=r" (__rv) : "i" (reg), "i" (sel) ); \
161 #define write_c2_register32(reg, sel, value) \
167 : : "r" (value), "i" (reg), "i" (sel) );
173 #define read_c0_register64(reg, sel) \
181 : "=r" (__rv) : "i" (reg), "i" (sel) ); \
[all...]
/freebsd-10.0-release/lib/libedit/
H A Dsig.c50 private EditLine *sel = NULL; variable
76 sel->el_signal->sig_no = signo;
80 tty_rawmode(sel);
81 if (ed_redisplay(sel, 0) == CC_REFRESH)
82 re_refresh(sel);
83 term__flush(sel);
87 el_resize(sel);
91 tty_cookedmode(sel);
99 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
100 sel
[all...]
/freebsd-10.0-release/usr.sbin/pciconf/
H A Dpciconf.h40 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
H A Dpciconf.c545 read_config(int fd, struct pcisel *sel, long reg, int width) argument
549 pi.pi_sel = *sel;
564 struct pcisel sel; local
583 sel.pc_func = selarr[--i];
585 sel.pc_func = 0;
586 sel.pc_dev = selarr[--i];
587 sel.pc_bus = selarr[--i];
589 sel.pc_domain = selarr[--i];
591 sel.pc_domain = 0;
595 return sel;
599 readone(int fd, struct pcisel *sel, long reg, int width) argument
614 struct pcisel sel; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp155 int sel = MI->getOperand(OpNo).getImm(); local
157 int chan = sel & 3;
158 sel >>= 2;
160 if (sel >= 512) {
161 sel -= 512;
162 int cb = sel >> 12;
163 sel &= 4095;
164 O << cb << "[" << sel << "]"; local
165 } else if (sel >= 448) {
166 sel
167 O << sel; local
169 O << sel; local
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c1168 int sel, ch = 0, out, nlen; local
1186 sel = aps->aps_sel[out];
1189 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1190 (seq1 > aps->aps_seqmin[!sel])) {
1193 sel, !sel, seq1,
1194 aps->aps_seqmin[!sel]);
1195 sel = aps->aps_sel[out] = !sel;
[all...]
H A Dip_dstlist.c1130 ipf_dstnode_t *node, *sel; local
1147 sel = d->ipld_selected;
1148 if (sel == NULL) {
1149 sel = *d->ipld_dests;
1151 sel = sel->ipfd_next;
1152 if (sel == NULL)
1153 sel = *d->ipld_dests;
1159 sel = *d->ipld_dests;
1163 sel
[all...]
/freebsd-10.0-release/sys/amd64/include/
H A Dcpufunc.h526 u_short sel; local
527 __asm __volatile("movw %%fs,%0" : "=rm" (sel));
528 return (sel);
534 u_short sel; local
535 __asm __volatile("movw %%gs,%0" : "=rm" (sel));
536 return (sel);
542 u_short sel; local
543 __asm __volatile("movw %%ss,%0" : "=rm" (sel));
544 return (sel);
548 load_ds(u_short sel) argument
554 load_es(u_short sel) argument
580 load_fs(u_short sel) argument
591 load_gs(u_short sel) argument
604 load_fs(u_short sel) argument
610 load_gs(u_short sel) argument
623 lldt(u_short sel) argument
629 ltr(u_short sel) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
88 int *sel, ret; local
89 sel = offset2ptr(*pval, it->utype);
90 ret = *sel;
91 *sel = value;
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_request.h33 struct mtx *mtx, uint16_t sel);
35 struct mtx *mtx, uint8_t port, uint16_t sel);
73 uint16_t sel);
75 struct mtx *mtx, uint8_t port, uint16_t sel);
79 struct mtx *mtx, uint16_t sel);
81 struct mtx *mtx, uint16_t sel);
/freebsd-10.0-release/sys/i386/include/
H A Dcpufunc.h475 u_short sel; local
476 __asm __volatile("movw %%fs,%0" : "=rm" (sel));
477 return (sel);
491 u_short sel; local
492 __asm __volatile("movw %%gs,%0" : "=rm" (sel));
493 return (sel);
515 u_short sel; local
516 __asm __volatile("movw %%ss,%0" : "=rm" (sel));
517 return (sel);
529 load_fs(u_short sel) argument
535 load_gs(u_short sel) argument
547 lldt(u_short sel) argument
553 ltr(u_short sel) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dobjc-lang.c755 struct selname *sel = selname_chain; local
759 selname_chain = sel->next;
760 msglist_len = sel->msglist_len;
761 msglist_sel = sel->msglist_sel;
768 xfree(sel);
1781 find_implementation_from_class (CORE_ADDR class, CORE_ADDR sel) argument
1814 meth_str.name, sel);
1817 if (meth_str.name == sel)
1831 find_implementation (CORE_ADDR object, CORE_ADDR sel) argument
1841 return find_implementation_from_class (ostr.isa, sel);
1851 CORE_ADDR sel; local
1869 CORE_ADDR sel; local
1889 CORE_ADDR sel; local
1913 CORE_ADDR sel; local
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.c1130 ipf_dstnode_t *node, *sel; local
1147 sel = d->ipld_selected;
1148 if (sel == NULL) {
1149 sel = *d->ipld_dests;
1151 sel = sel->ipfd_next;
1152 if (sel == NULL)
1153 sel = *d->ipld_dests;
1159 sel = *d->ipld_dests;
1163 sel
[all...]
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_tuner.c1211 int fref, lo1, lo1n, lo1a, s, sel; local
1244 sel = 0;
1246 sel = 1;
1248 sel = 2;
1250 sel = 3;
1252 sel = 4;/* >1090 */
1256 sel = 0;/* <1958 */
1258 sel = 1;
1260 sel = 2;
1262 sel
1323 MT2032_OptimizeVCO(bktr_ptr_t bktr, int sel, int lock) argument
1358 int lint_try, sel, lock = 0; local
[all...]
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_passthru.c107 read_config(const struct pcisel *sel, long reg, int width) argument
112 pi.pi_sel = *sel;
123 write_config(const struct pcisel *sel, long reg, int width, uint32_t data) argument
128 pi.pi_sel = *sel;
166 struct pcisel sel; local
172 sel = sc->psc_sel;
178 sts = read_config(&sel, PCIR_STATUS, 2);
180 ptr = read_config(&sel, PCIR_CAP_PTR, 1);
182 cap = read_config(&sel, ptr + PCICAP_ID, 1);
189 sc->psc_msi.msgctrl = read_config(&sel,
[all...]
H A Dpit_8254.c183 int sel, rw, mode; local
196 sel = val & TIMER_SEL_MASK;
200 if (sel == TIMER_SEL_READBACK)
217 c = &counter[sel >> 6];
/freebsd-10.0-release/sys/i386/i386/
H A Dvm86.c80 MAKE_ADDR(u_short sel, u_short off) argument
82 return ((caddr_t)((sel << 4) + off));
86 GET_VEC(u_int vec, u_short *sel, u_short *off) argument
88 *sel = vec >> 16;
93 MAKE_VEC(u_short sel, u_short off) argument
95 return ((sel << 16) | off);
623 vm86_getaddr(struct vm86context *vmc, u_short sel, u_short off) argument
628 addr = (vm_offset_t)MAKE_ADDR(sel, off);
637 vm86_getptr(vmc, kva, sel, off)
640 u_short *sel;
[all...]
/freebsd-10.0-release/contrib/top/
H A Dm-template100 caddr_t get_process_info(si, sel, compare)
103 struct process_select *sel;
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_ccm.c192 u_int sel; local
323 sel = (cscmr1 & CSCMR1_UART_CLK_SEL_MASK) >>
327 switch (sel) {
331 freq = imx51_get_clock(IMX51CLK_PLL1SW + sel);
/freebsd-10.0-release/sys/dev/cmx/
H A Dcmxvar.h54 struct selinfo sel; /* select/poll queue handle */ member in struct:cmx_softc
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips-dis.c58 unsigned int sel;
756 unsigned int sel)
761 if (names[i].cp0reg == cp0reg && names[i].sel == sel)
843 unsigned int cp0reg, sel;
846 sel = (l >> OP_SH_SEL) & OP_MASK_SEL;
848 /* CP0 register including 'sel' code for mtcN (et al.), to be
850 CP0 register name and sel numerically since CP0 register
851 with sel 0 may have a name unrelated to register being
854 mips_cp0sel_names_len, cp0reg, sel);
57 unsigned int sel; member in struct:mips_cp0sel_name
751 lookup_mips_cp0sel_name(const struct mips_cp0sel_name *names, unsigned int len, unsigned int cp0reg, unsigned int sel) argument
840 unsigned int cp0reg, sel; local
855 (*info->fprintf_func) (info->stream, "$%d,%d", cp0reg, sel); local
883 unsigned int cp0reg, sel; local
898 (*info->fprintf_func) (info->stream, "$%d,%d", cp0reg, sel); local
[all...]
/freebsd-10.0-release/lib/libvmmapi/
H A Dvmmapi.c629 uint16_t sel; local
664 sel = 0xf000;
665 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CS, sel)) != 0)
699 sel = 0;
700 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, sel)) != 0)
702 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_DS, sel)) != 0)
704 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, sel)) != 0)
706 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0)
708 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, sel)) != 0)
752 sel
[all...]

Completed in 330 milliseconds

1234