Searched refs:sel (Results 101 - 125 of 380) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/top/dist/machine/
H A Dm_aix43.c354 get_process_info(struct system_info *si, struct process_select *sel, int compare_index) argument
402 if (pp->pi_state && (sel->system || ((pp->pi_flags & SKPROC) == 0))) {
406 (sel->idle || p->p_cpticks != 0 || (p->p_stat == SACTIVE))
407 && (sel->uid == -1 || pp->pi_uid == (uid_t)sel->uid)) {
H A Dm_svr4.c359 struct process_select *sel,
368 /* these are copied out of sel for speed */
383 show_idle = sel->idle;
384 show_system = sel->system;
385 show_uid = sel->uid != -1;
408 (!show_uid || pp->pr_uid == (uid_t) sel->uid))
357 get_process_info( struct system_info *si, struct process_select *sel, int x) argument
H A Dm_freebsd.c1146 struct process_select *sel,
1162 /* these are copied out of sel for speed */
1214 show_idle = sel->idle;
1216 show_system = sel->system;
1217 show_uid = sel->uid != -1;
1218 show_fullcmd = sel->fullcmd;
1219 show_command = sel->command;
1220 show_usernames = sel->usernames;
1221 display_mode = sel->mode;
1223 show_threads = sel
1145 get_process_info(struct system_info *si, struct process_select *sel, int compare_index) argument
1380 format_process_header(struct process_select *sel, caddr_t handle, int count) argument
[all...]
H A Dm_aix5.c415 caddr_t get_process_info(si, sel, compare_index)
417 struct process_select *sel;
499 if (pp->pi_state && (sel->system || ((pp->pi_flags & SKPROC) == 0))) {
503 (sel->idle || pp->pi_cpu != 0 || (pp->pi_state == SACTIVE))
504 && (sel->uid == -1 || pp->pi_uid == (uid_t)sel->uid)) {
H A Dm_decosf1.c465 caddr_t get_process_info(si, sel, compare_index)
467 struct process_select *sel;
478 /* these are copied out of sel for speed */
487 show_idle = sel->idle;
488 show_uid = sel->uid != -1;
489 show_command = sel->command != NULL;
535 (!show_uid || pp->p_ruid == (uid_t)sel->uid)) {
H A Dm_sco5.c470 struct process_select *sel,
481 /* these are copied out of sel for simplicity */
482 int show_idle = sel->idle;
483 int show_system = sel->system;
484 int show_uid = sel->uid != -1;
485 int show_command = sel->command != NULL;
509 (!show_uid || pp->p_uid == (ushort)sel->uid)) {
469 get_process_info(struct system_info *si, struct process_select *sel, int idx) argument
H A Dm_sunos5.c1494 struct process_select *sel,
1505 /* these are copied out of sel for speed */
1516 show_idle = sel->idle;
1517 show_system = sel->system;
1518 show_uid = sel->uid != -1;
1519 show_fullcmd = sel->fullcmd;
1520 show_command = sel->command;
1521 show_threads = sel->threads;
1583 (!show_uid || pp->pr_uid == (uid_t) sel->uid) &&
1612 format_process_header(struct process_select *sel, caddr_ argument
1492 get_process_info( struct system_info *si, struct process_select *sel, int compare_index) argument
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Dsvs.c616 int sel; local
631 sel = atomic_load_relaxed(&pmap->pm_ldt_sel);
632 if (__predict_false(sel != GSYSSEL(GLDT_SEL, SEL_KPL))) {
636 sel = ci->ci_svs_ldt_sel;
639 lldt(sel);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp552 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { argument
553 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
557 if (sel.isUnarySelector()) {
600 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { argument
601 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
628 ObjCStringFormatFamily Selector::getStringFormatFamilyImpl(Selector sel) { argument
629 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc1007 const char *sel = IDENTIFIER_POINTER (TREE_PURPOSE (t2)); local
1008 if (!strcmp (sel, "target"))
1010 else if (!strcmp (sel, "teams"))
1012 else if (!strcmp (sel, "parallel"))
1014 else if (!strcmp (sel, "for") || !strcmp (sel, "do"))
1016 else if (!strcmp (sel, "simd"))
1319 const char *sel = IDENTIFIER_POINTER (TREE_PURPOSE (t2)); local
1320 switch (*sel)
1323 if (set == 'i' && !strcmp (sel, "vendo
[all...]
/netbsd-current/usr.bin/config/
H A Dfiles.c299 int err, sel; local
329 sel = expr_eval(fi->fi_optx,
335 if (!sel)
534 int sel; local
536 sel = ht_lookup(selecttab, name) != NULL;
537 nv = newnv(name, NULL, NULL, sel, NULL);
540 return (sel);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DMakefile.am9 sel-gram.h \
70 sel.c \
71 sel.h \
72 sel-gram.y \
73 sel-lex.l \
91 sel-lex.c: sel-gram.h
176 CLEANFILES = $(BUILT_SOURCES) sel-gram.c sel-lex.c \
H A DMakefile.in189 crypto-ec.lo doxygen.lo error.lo env.lo file.lo sel.lo \
190 sel-gram.lo sel-lex.lo keyset.lo ks_dir.lo ks_file.lo \
279 ./$(DEPDIR)/revoke.Plo ./$(DEPDIR)/sel-gram.Plo \
280 ./$(DEPDIR)/sel-lex.Plo ./$(DEPDIR)/sel.Plo \
532 sel-gram.c sel-gram.h sel-lex.c
805 sel
[all...]
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos5422_clock.c785 u_int sel; local
789 for (sel = 0; sel < emux->nparents; sel++) {
790 if (strcmp(pname, emux->parents[sel]) == 0) {
794 if (sel == emux->nparents) {
800 v |= __SHIFTIN(sel, emux->bits);
815 const u_int sel = __SHIFTOUT(v, emux->bits); local
817 KASSERT(sel < emux->nparents);
819 return exynos5422_clock_find(emux->parents[sel]);
[all...]
H A Dexynos5410_clock.c608 u_int sel; local
612 for (sel = 0; sel < emux->nparents; sel++) {
613 if (strcmp(pname, emux->parents[sel]) == 0) {
617 if (sel == emux->nparents) {
623 v |= __SHIFTIN(sel, emux->bits);
638 const u_int sel = __SHIFTOUT(v, emux->bits); local
640 KASSERT(sel < emux->nparents);
642 return exynos5410_clock_find(emux->parents[sel]);
[all...]
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_clk.h192 uint32_t sel; member in struct:meson_clk_mux
208 .u.mux.sel = (_sel), \
223 .u.mux.sel = (_sel), \
/netbsd-current/sys/arch/i386/i386/
H A Dmachdep.c644 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) argument
653 tf->tf_cs = GSEL(sel, SEL_UPL);
668 int sel = pmap->pm_hiexec > I386_MAX_EXE_ADDR ? local
708 buildcontext(l, sel, catcher, fp);
891 int sel)
895 gd->gd_selector = sel;
1412 int sel; local
1414 sel = SEL_XEN;
1416 sel = SEL_KPL;
1425 sel |
890 setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl, int sel) argument
[all...]
H A Dcompat_16_machdep.c153 int sel = pmap->pm_hiexec > I386_MAX_EXE_ADDR ? local
236 buildcontext(l, sel, catcher, fp);
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_event.c230 vip->sel.lno = smp->lno;
231 vip->sel.cno =
253 vip->sel.lno = smp->lno;
254 vip->sel.cno =
/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq7000_clkc.c186 u_int prate, sel; local
192 sel = __SHIFTOUT(val, CLK_CTRL_SRCSEL);
193 if (sel == 2) {
196 } else if (sel == 3) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.h111 set_MemTabState (Vector<bool>*sel)
113 settings->set_MemTabState (sel);
125 set_IndxTabState (Vector<bool>*sel)
127 settings->set_IndxTabState (sel);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_ccu_fractional.c93 int sel = __SHIFTOUT(val, fractional->frac_sel); local
94 return fractional->frac[sel];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h181 void writeSelector(Selector sel) { argument
182 AddSelectorRef(sel);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dpru-dis.c69 pru_print_insn_arg_reg (unsigned int r, unsigned int sel, argument
72 unsigned int i = r * RSEL_NUM_ITEMS + sel;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dpru-dis.c69 pru_print_insn_arg_reg (unsigned int r, unsigned int sel, argument
72 unsigned int i = r * RSEL_NUM_ITEMS + sel;

Completed in 301 milliseconds

1234567891011>>