OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creation
(Results
1 - 9
of
9
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pf_print_state.c
271
sec = s->
creation
% 60;
272
s->
creation
/= 60;
273
min = s->
creation
% 60;
274
s->
creation
/= 60;
275
printf(" age %.2u:%.2u:%.2u", s->
creation
, min, sec);
pfctl_parser.c
668
sec = sn->
creation
% 60;
669
sn->
creation
/= 60;
670
min = sn->
creation
% 60;
671
sn->
creation
/= 60;
672
printf(" age %.2u:%.2u:%.2u", sn->
creation
, min, sec);
/src/usr.bin/make/unit-tests/
var-scope-cmdline.mk
22
# Whenever a global variable is created, this
creation
is ignored if
/src/sys/dist/pf/net/
if_pfsync.c
324
st->
creation
= time_second - ntohl(sp->
creation
);
1224
sp->
creation
= htonl(secs - st->
creation
);
pfvar.h
662
u_int32_t
creation
;
member in struct:pf_src_node
764
u_int32_t
creation
;
member in struct:pf_state
819
u_int32_t
creation
;
member in struct:pfsync_state
pf_ioctl.c
1121
sp->
creation
= secs - s->
creation
;
1165
s->
creation
= time_second;
3139
pstore->
creation
= secs - pstore->
creation
;
pf_norm.c
1620
time_second - state->
creation
> TS_MAX_CONN)) {
pf.c
824
(*sn)->
creation
= time_second;
3592
s->
creation
= time_second;
/src/common/dist/zlib/
make_vms.com
20
$! shared image
creation
Completed in 32 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026