Searched refs:creators (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.c | 385 uint32_t creators[16]; in pf_handle_getcreators() local 388 bzero(creators, sizeof(creators)); in pf_handle_getcreators() 403 for (j = 0; j < nitems(creators); j++) { in pf_handle_getcreators() 404 if (creators[j] == s->creatorid) in pf_handle_getcreators() 406 if (creators[j] == 0) { in pf_handle_getcreators() 407 creators[j] = s->creatorid; in pf_handle_getcreators() 411 if (j == nitems(creators)) in pf_handle_getcreators() 418 for (int i = 0; i < nitems(creators); i++) { in pf_handle_getcreators() 419 if (creators[i] == 0) in pf_handle_getcreators() 421 error = dump_creatorid(npt->nlp, hdr, creators[i], npt); in pf_handle_getcreators()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_generic_fetch.pod | 6 - generic algorithm fetchers and method creators for EVP
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 500 int pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len);
|
| H A D | libpfctl.c | 1848 pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len) in pfctl_get_creatorids() argument 1879 creators[i] = c.id; in pfctl_get_creatorids()
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl.c | 2127 uint32_t creators[16]; in pfctl_show_creators() local 2128 size_t count = nitems(creators); in pfctl_show_creators() 2130 ret = pfctl_get_creatorids(pfh, creators, &count); in pfctl_show_creators() 2136 printf("%08x\n", creators[i]); in pfctl_show_creators()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | macintosh | 353 # additional creators added in Dec 2017
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc3454.txt | 769 bidirectional text display, profile creators should strongly consider
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 7014 2) For consistency with the majority of our object creators and
|