Searched refs:sec (Results 26 - 50 of 561) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.errno.d45 tick-1sec
H A Dtst.gid.d45 tick-1sec
H A Dtst.jailname.d40 tick-1sec
H A Dtst.jid.d40 tick-1sec
H A Dtst.ppid.d45 tick-1sec
H A Dtst.pid.d45 tick-1sec
H A Dtst.ucaller.d45 tick-1sec
H A Dtst.uid.d45 tick-1sec
H A Dtst.vahole.d53 tick-1sec
54 /sec++ == 10/
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Dtst.profend.d47 profile:::tick-1sec
H A Dtst.trace.d47 profile:::tick-1sec
H A Dtst.profexit.d47 profile:::tick-1sec
H A Dtst.probattrs.d48 profile:::tick-1sec
H A Dtst.probefunc.d48 profile:::tick-1sec
H A Dtst.probemod.d48 profile:::tick-1sec
H A Dtst.probename.d48 profile:::tick-1sec
H A Dtst.probprov.d48 profile:::tick-1sec
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.CommitAftCommit.d45 profile:::tick-1sec
52 profile:::tick-1sec
60 profile:::tick-1sec
65 profile:::tick-1sec
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.localvar.d45 profile:::tick-1sec
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dcountdown.d42 profile:::tick-1sec
H A Dcounter.d43 profile:::tick-1sec
/freebsd-current/contrib/wpa/src/ap/
H A Dbss_load.c20 unsigned int *sec, unsigned int *usec)
35 *sec = ((update_timeout / 1000) * 1024) / 1000;
45 unsigned int sec, usec; local
60 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0)
78 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
85 unsigned int sec, usec; local
87 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0)
90 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
19 get_bss_load_update_timeout(struct hostapd_data *hapd, unsigned int *sec, unsigned int *usec) argument
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp118 if (sec)
119 return alignToPowerOf2(sec->getOutputSection()->addr + sec->getOffset(val),
125 return sec ? sec->getOutputSection()->addr + sec->getOffset(0) : 0;
135 OutputDesc *sec; local
138 sec = secRef;
140 sec = make<OutputDesc>(name, SHT_PROGBITS, 0);
142 secRef = sec;
220 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; local
237 visibility, value.type, symValue, 0, sec); local
360 const OutputSection &sec = cast<OutputDesc>(cmd)->osec; local
518 InputSectionBase *sec = sections[i]; local
745 auto *sec = cast<InputSection>(isec); local
929 findMemoryRegion(OutputSection *sec, MemoryRegion *hint) argument
983 assignOffsets(OutputSection *sec) argument
1108 isDiscardable(const OutputSection &sec) argument
1142 maybePropagatePhdrs(OutputSection &sec, SmallVector<StringRef, 0> &phdrs) argument
1184 auto *sec = &cast<OutputDesc>(cmd)->osec; local
1245 OutputSection *sec = &osd->osec; local
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Dsec.c6 #include "sec.h"
9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) argument
15 if (sec->default_key_search)
16 return find_next_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM,
19 return find_first_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM);
23 struct rtw_sec_desc *sec,
28 struct rtw_cam_entry *cam = &sec->cam_table[hw_key_idx];
35 set_bit(hw_key_idx, sec->cam_map);
83 struct rtw_sec_desc *sec,
86 struct rtw_cam_entry *cam = &sec
22 rtw_sec_write_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, u8 hw_key_type, u8 hw_key_idx) argument
82 rtw_sec_clear_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, u8 hw_key_idx) argument
105 struct rtw_sec_desc *sec = &rtwdev->sec; local
126 struct rtw_sec_desc *sec = &rtwdev->sec; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d41 #pragma D option statusrate=10sec
45 tick-1sec

Completed in 249 milliseconds

1234567891011>>