Home
last modified time | relevance | path

Searched refs:pstore (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.pm160 return _store(\&pstore, @_, 0);
178 return _store(\&pstore, @_, 1);
230 return _store_fd(\&pstore, @_);
DStorable.xs3809 int pstore(pTHX_ PerlIO *f, SV *sv) in pstore() function
6341 pstore(f,obj)
6345 RETVAL = pstore(aTHX_ f, obj);
/mirbsd/src/sys/net/
Dpf_ioctl.c1530 struct pf_state *p, pstore; in pfioctl() local
1554 bcopy(state, &pstore, sizeof(pstore)); in pfioctl()
1555 strlcpy(pstore.u.ifname, kif->pfik_name, in pfioctl()
1556 sizeof(pstore.u.ifname)); in pfioctl()
1557 pstore.rule.nr = state->rule.ptr->nr; in pfioctl()
1558 pstore.nat_rule.nr = (state->nat_rule.ptr == in pfioctl()
1560 pstore.anchor.nr = (state->anchor.ptr == in pfioctl()
1562 pstore.creation = secs - pstore.creation; in pfioctl()
1563 pstore.expire = pf_state_expires(state); in pfioctl()
1564 if (pstore.expire > secs) in pfioctl()
[all …]