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

1234

/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_flags.c56 char sel, sub; local
79 sel = AU_PRS_SUCCESS;
82 sel = AU_PRS_FAILURE;
85 sel = AU_PRS_BOTH;
89 SUB_FROM_MASK(masks, c.ac_class, sel);
91 ADD_TO_MASK(masks, c.ac_class, sel);
123 u_char sel; local
137 sel = 0;
143 sel |= ((c.ac_class & masks->am_success) == c.ac_class) ?
145 sel |
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/usr.sbin/pciconf/
H A Dpciconf.h40 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
H A Dpciconf.c824 read_config(int fd, struct pcisel *sel, long reg, int width) argument
828 pi.pi_sel = *sel;
897 struct pcisel sel; local
916 sel.pc_func = selarr[--i];
918 sel.pc_func = 0;
919 sel.pc_dev = selarr[--i];
920 sel.pc_bus = selarr[--i];
922 sel.pc_domain = selarr[--i];
924 sel.pc_domain = 0;
928 return sel;
946 readone(int fd, struct pcisel *sel, long reg, int width) argument
961 struct pcisel sel; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp216 int sel = MI->getOperand(OpNo).getImm(); local
218 int chan = sel & 3;
219 sel >>= 2;
221 if (sel >= 512) {
222 sel -= 512;
223 int cb = sel >> 12;
224 sel &= 4095;
225 O << cb << "[" << sel << "]"; local
226 } else if (sel >= 448) {
227 sel
228 O << sel; local
230 O << sel; local
[all...]
/freebsd-10-stable/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.c1131 ipf_dstnode_t *node, *sel; local
1148 sel = d->ipld_selected;
1149 if (sel == NULL) {
1150 sel = *d->ipld_dests;
1152 sel = sel->ipfd_next;
1153 if (sel == NULL)
1154 sel = *d->ipld_dests;
1160 sel = *d->ipld_dests;
1164 sel
[all...]
/freebsd-10-stable/sys/amd64/include/
H A Dcpufunc.h556 u_short sel; local
557 __asm __volatile("movw %%fs,%0" : "=rm" (sel));
558 return (sel);
564 u_short sel; local
565 __asm __volatile("movw %%gs,%0" : "=rm" (sel));
566 return (sel);
572 u_short sel; local
573 __asm __volatile("movw %%ss,%0" : "=rm" (sel));
574 return (sel);
578 load_ds(u_short sel) argument
584 load_es(u_short sel) argument
610 load_fs(u_short sel) argument
621 load_gs(u_short sel) argument
634 load_fs(u_short sel) argument
640 load_gs(u_short sel) argument
653 lldt(u_short sel) argument
659 ltr(u_short sel) argument
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dtask_switch.c96 #define SEL_START(sel) (((sel) & ~0x7))
97 #define SEL_LIMIT(sel) (((sel) | 0x7))
152 sel_exception(struct vmctx *ctx, int vcpu, int vector, uint16_t sel, int ext) argument
163 sel &= ~0x3;
165 sel |= 0x1;
166 vm_inject_fault(ctx, vcpu, vector, 1, sel);
170 * Return 0 if the selector 'sel' in within the limits of the GDT/LDT
174 desc_table_limit_check(struct vmctx *ctx, int vcpu, uint16_t sel) argument
204 desc_table_rw(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint16_t sel, struct user_segment_descriptor *desc, bool doread, int *faultptr) argument
232 desc_table_read(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) argument
239 desc_table_write(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) argument
253 read_tss_descriptor(struct vmctx *ctx, int vcpu, struct vm_task_switch *ts, uint16_t sel, struct user_segment_descriptor *desc, int *faultptr) argument
316 uint16_t sel, cs; local
[all...]
H A Dpci_passthru.c113 read_config(const struct pcisel *sel, long reg, int width) argument
118 pi.pi_sel = *sel;
129 write_config(const struct pcisel *sel, long reg, int width, uint32_t data) argument
134 pi.pi_sel = *sel;
172 struct pcisel sel; local
178 sel = sc->psc_sel;
184 sts = read_config(&sel, PCIR_STATUS, 2);
186 ptr = read_config(&sel, PCIR_CAP_PTR, 1);
188 cap = read_config(&sel, ptr + PCICAP_ID, 1);
195 sc->psc_msi.msgctrl = read_config(&sel,
[all...]
/freebsd-10-stable/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-stable/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
89 int *sel, ret; local
90 sel = offset2ptr(*pval, it->utype);
91 ret = *sel;
92 *sel = value;
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h524 u_short sel; local
525 __asm __volatile("movw %%fs,%0" : "=rm" (sel));
526 return (sel);
540 u_short sel; local
541 __asm __volatile("movw %%gs,%0" : "=rm" (sel));
542 return (sel);
564 u_short sel; local
565 __asm __volatile("movw %%ss,%0" : "=rm" (sel));
566 return (sel);
578 load_fs(u_short sel) argument
584 load_gs(u_short sel) argument
596 lldt(u_short sel) argument
602 ltr(u_short sel) argument
[all...]
/freebsd-10-stable/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-stable/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-stable/sys/dev/bktr/
H A Dbktr_tuner.c1209 int fref, lo1, lo1n, lo1a, s, sel; local
1242 sel = 0;
1244 sel = 1;
1246 sel = 2;
1248 sel = 3;
1250 sel = 4;/* >1090 */
1254 sel = 0;/* <1958 */
1256 sel = 1;
1258 sel = 2;
1260 sel
1321 MT2032_OptimizeVCO(bktr_ptr_t bktr, int sel, int lock) argument
1356 int lint_try, sel, lock = 0; local
[all...]
/freebsd-10-stable/contrib/top/
H A Dm-template100 caddr_t get_process_info(si, sel, compare)
103 struct process_select *sel;
/freebsd-10-stable/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);
619 vm86_getaddr(struct vm86context *vmc, u_short sel, u_short off) argument
624 addr = (vm_offset_t)MAKE_ADDR(sel, off);
633 vm86_getptr(struct vm86context *vmc, vm_offset_t kva, u_short *sel, argument
642 *sel
[all...]
/freebsd-10-stable/sys/dev/cmx/
H A Dcmxvar.h54 struct selinfo sel; /* select/poll queue handle */ member in struct:cmx_softc
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpit.c282 int sel, rw, mode; local
284 sel = val & TIMER_SEL_MASK;
288 if (sel == TIMER_SEL_READBACK)
306 c = &vatpit->channel[sel >> 6];
/freebsd-10-stable/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-stable/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp410 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { argument
411 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
415 if (sel.isUnarySelector()) {
455 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { argument
456 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);

Completed in 348 milliseconds

1234