OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/dm/
dm_target_delay.c
331
struct dm_delay_buf_list
tmp_list
;
local
336
TAILQ_INIT(&
tmp_list
);
342
TAILQ_INSERT_TAIL(&
tmp_list
, dp, entry);
361
while ((dp = TAILQ_FIRST(&
tmp_list
)) != NULL) {
362
TAILQ_REMOVE(&
tmp_list
, dp, entry);
/src/sys/netinet/
ip_mroute.c
2625
struct bw_meter *x, *
tmp_list
;
local
2631
tmp_list
= bw_meter_timers[i];
2635
while (
tmp_list
!= NULL) {
2636
x =
tmp_list
;
2637
tmp_list
=
tmp_list
->bm_time_next;
/src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c
1593
list_t *
tmp_list
;
local
1681
if (saslc__list_parse(&
tmp_list
, val) == -1)
1683
saslc__list_log(
tmp_list
, "qop list:\n");
1684
tmp_flags = saslc__mech_qop_list_flags(
tmp_list
);
1685
saslc__list_free(
tmp_list
);
1793
if (saslc__list_parse(&
tmp_list
, val) == -1)
1795
saslc__list_log(
tmp_list
, "cipher list:\n");
1796
tmp_flags = cipher_list_flags(
tmp_list
);
1797
saslc__list_free(
tmp_list
);
Completed in 53 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026