Home
last modified time | relevance | path

Searched refs:creators (Results 1 – 8 of 8) sorted by relevance

/src/sys/netpfil/pf/
H A Dpf_nl.c359 uint32_t creators[16]; in pf_handle_getcreators() local
362 bzero(creators, sizeof(creators)); in pf_handle_getcreators()
377 for (j = 0; j < nitems(creators); j++) { in pf_handle_getcreators()
378 if (creators[j] == s->creatorid) in pf_handle_getcreators()
380 if (creators[j] == 0) { in pf_handle_getcreators()
381 creators[j] = s->creatorid; in pf_handle_getcreators()
385 if (j == nitems(creators)) in pf_handle_getcreators()
392 for (int i = 0; i < nitems(creators); i++) { in pf_handle_getcreators()
393 if (creators[i] == 0) in pf_handle_getcreators()
395 error = dump_creatorid(npt->nlp, hdr, creators[i], npt); in pf_handle_getcreators()
/src/crypto/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod6 - generic algorithm fetchers and method creators for EVP
/src/lib/libpfctl/
H A Dlibpfctl.h499 int pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len);
H A Dlibpfctl.c1837 pfctl_get_creators_nl(struct snl_state *ss, uint32_t *creators, size_t *len) in pfctl_get_creators_nl() argument
1867 creators[i] = c.id; in pfctl_get_creators_nl()
1879 pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len) in pfctl_get_creatorids() argument
1883 error = pfctl_get_creators_nl(&h->ss, creators, len); in pfctl_get_creatorids()
/src/sbin/pfctl/
H A Dpfctl.c2123 uint32_t creators[16]; in pfctl_show_creators() local
2124 size_t count = nitems(creators); in pfctl_show_creators()
2126 ret = pfctl_get_creatorids(pfh, creators, &count); in pfctl_show_creators()
2132 printf("%08x\n", creators[i]); in pfctl_show_creators()
/src/contrib/file/magic/Magdir/
H A Dmacintosh353 # additional creators added in Dec 2017
/src/crypto/heimdal/lib/wind/
H A Drfc3454.txt769 bidirectional text display, profile creators should strongly consider
/src/crypto/openssl/
H A DCHANGES.md6327 2) For consistency with the majority of our object creators and