OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_ctl
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
lemac.c
800
unsigned
new_ctl
;
803
case IFM_10_T:
new_ctl
= LEMAC_CTL_APD; break;
805
case IFM_10_5:
new_ctl
= LEMAC_CTL_APD | LEMAC_CTL_PSL; break;
806
case IFM_AUTO:
new_ctl
= 0; break;
809
if (sc->sc_ctlmode !=
new_ctl
) {
810
sc->sc_ctlmode =
new_ctl
;
786
unsigned
new_ctl
;
local
/src/external/bsd/libevent/dist/
event.c
1498
struct common_timeout_list *
new_ctl
;
local
1539
new_ctl
= mm_calloc(1, sizeof(struct common_timeout_list));
1540
if (!
new_ctl
) {
1544
TAILQ_INIT(&
new_ctl
->events);
1545
new_ctl
->duration.tv_sec = duration->tv_sec;
1546
new_ctl
->duration.tv_usec =
1549
evtimer_assign(&
new_ctl
->timeout_event, base,
1550
common_timeout_callback,
new_ctl
);
1551
new_ctl
->timeout_event.ev_flags |= EVLIST_INTERNAL;
1552
event_priority_set(&
new_ctl
->timeout_event, 0)
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
event.c
1495
struct common_timeout_list *
new_ctl
;
local
1536
new_ctl
= mm_calloc(1, sizeof(struct common_timeout_list));
1537
if (!
new_ctl
) {
1541
TAILQ_INIT(&
new_ctl
->events);
1542
new_ctl
->duration.tv_sec = duration->tv_sec;
1543
new_ctl
->duration.tv_usec =
1546
evtimer_assign(&
new_ctl
->timeout_event, base,
1547
common_timeout_callback,
new_ctl
);
1548
new_ctl
->timeout_event.ev_flags |= EVLIST_INTERNAL;
1549
event_priority_set(&
new_ctl
->timeout_event, 0)
[
all
...]
Completed in 36 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026