Searched refs:si (Results 226 - 250 of 311) sorted by relevance

1234567891011>>

/freebsd-current/sys/kern/
H A Dsys_generic.c1385 struct selinfo *si; local
1401 si = sfp->sf_si;
1404 if (si != NULL)
1642 struct selinfo *si; local
1655 si = sfp->sf_si;
1658 if (si != NULL)
1950 * sf_si seltdclear will know to ignore this si.
H A Dkern_exit.c874 siginfo_t si, *sip; local
888 sip = &si;
904 error = copyout(&si, uap->info, sizeof(si));
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq-subs.c2589 int si; /* server index in response */ local
2782 } else if (1 != sscanf(tag, "addr.%d", &si)
2783 || si != ci)
2829 } else if (1 != sscanf(tag, "last.%d", &si) ||
2830 si != ci || '0' != val[0] ||
2847 if (1 != sscanf(tag, "first.%d", &si) ||
2848 si != ci || '0' != val[0] ||
2869 if (1 != sscanf(tag, "ct.%d", &si) ||
2870 si != ci ||
2878 if (1 != sscanf(tag, "mv.%d", &si) ||
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_control.c4043 int si; local
4075 } else if (1 == sscanf(v->text, last_fmt, &si) &&
4076 (size_t)si < COUNTOF(last)) {
4079 last[si].l_ui = ui;
4080 last[si].l_uf = uf;
4081 if (!SOCK_UNSPEC(&addr[si]) && si == priors)
4083 } else if (1 == sscanf(v->text, addr_fmt, &si) &&
4084 (size_t)si < COUNTOF(addr)) {
4085 if (!decodenetnum(val, &addr[si]))
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_wext.c2420 static int wpa_driver_wext_signal_poll(void *priv, struct wpa_signal_info *si) argument
2426 os_memset(si, 0, sizeof(*si));
2427 si->current_signal = -WPA_INVALID_NOISE;
2428 si->current_noise = WPA_INVALID_NOISE;
2429 si->chanwidth = CHAN_WIDTH_UNKNOWN;
2443 si->current_signal = stats.qual.level -
2445 si->current_noise = stats.qual.noise -
/freebsd-current/contrib/bionic-x86_64-string/
H A Dsse2-memmove-slm.S278 movw %si, -2(%r8,%rdx)
304 movw %si, (%rdi)
/freebsd-current/crypto/openssl/test/
H A Dcmp_protect_test.c23 OSSL_CMP_PKISI *si; /* for error and response messages */ member in struct:test_fixture
43 OSSL_CMP_PKISI_free(fixture->si);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Darc.h292 void arc_buf_sigsegv(int sig, siginfo_t *si, void *unused);
/freebsd-current/sys/dev/vt/
H A Dvt_buf.c723 int ei, si, sz; local
738 si = s.tp_row * vb->vb_scr_size.tp_col + s.tp_col;
742 sz = ei - si + (1 + e.tp_row - s.tp_row);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp184 SYSTEM_INFO si; local
185 GetSystemInfo(&si);
186 return si.dwAllocationGranularity;
/freebsd-current/contrib/elftoolchain/nm/
H A Dnm.c1913 size_t si; local
1921 for (si = 0; si != p->list_num; ++si)
1922 sym_list_print_each(&e_v[si], p, func_info, var_info,
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c652 ib_switch_info_t si; local
668 si = p_sw->switch_info;
670 ib_switch_info_state_change_set(&si);
681 status = osm_req_set(sm, p_path, (uint8_t *) &si,
682 sizeof(si), IB_MAD_ATTR_SWITCH_INFO,
/freebsd-current/sys/dev/netmap/
H A Dnetmap_kern.h122 struct selinfo si; member in struct:nm_selinfo
290 void nm_os_selwakeup(NM_SELINFO_T *si);
291 void nm_os_selrecord(NM_SELRECORD_T *sr, NM_SELINFO_T *si);
467 NM_SELINFO_T si; /* poll/select wait queue */ member in struct:netmap_kring
779 NM_SELINFO_T si[NR_TXRX]; /* global wait queues */ member in struct:netmap_adapter
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp893 auto si = static_cast<const siginfo_t *>(siginfo); local
895 return si->si_signo == SIGSEGV && si->si_code != 0;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S725 // d: %si
730 movw %si, %ax // "d"
817 // cv: %si
824 movw %si, %ax // "cv"
913 // cv: %si
920 movw %si, %ax // "cv"
/freebsd-current/sys/i386/i386/
H A Dswtch.S221 ltr %si
/freebsd-current/tests/sys/netpfil/pf/
H A Dsyncookie.sh35 jexec $jail pfctl -si -v | grep -A 2 '^Syncookies' | grep active \
/freebsd-current/sys/sys/
H A Dsignalvar.h390 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);
H A Dstats.h493 #define HIST_HLPR_INFO_LIN_FIELDS(si) .lin.stepinc = (si)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h225 DEFINE_GPR_PSEUDO_16(di, edi), DEFINE_GPR_PSEUDO_16(si, esi),
H A DRegisterInfos_x86_64.h250 DEFINE_GPR_PSEUDO_16(di, rdi), DEFINE_GPR_PSEUDO_16(si, rsi),
407 UPDATE_GPR_INFO(si, rsi);
H A DRegisterInfos_x86_64_with_base.h233 DEFINE_GPR_PSEUDO_16(di, rdi), DEFINE_GPR_PSEUDO_16(si, rsi),
392 UPDATE_GPR_INFO(si, rsi);
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S239 mov %si, -1(%rdi, %rdx, 1)
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c137 size_t si; /* section index */ member in union:dumpop::__anon1
252 static void add_dumpop(struct readelf *re, size_t si, const char *sn, int op,
360 static struct dumpop *find_dumpop(struct readelf *re, size_t si,
7530 add_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) argument
7534 if ((d = find_dumpop(re, si, sn, -1, t)) == NULL) {
7538 d->u.si = si;
7549 find_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) argument
7556 if ((d->type == DUMP_BY_INDEX && d->u.si == si) ||
7873 unsigned long si; local
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Dwow.c457 struct rtw_sta_info *si = (struct rtw_sta_info *)sta->drv_priv; local
461 rtw_fw_media_status_report(rtwdev, si->mac_id, iter_data->connect);

Completed in 388 milliseconds

1234567891011>>