| /freebsd-14.2/usr.sbin/jls/ |
| H A D | jls.c | 97 pflags = jflags = jid = 0; in main() 112 pflags = (pflags & ~(PRINT_SKIP | PRINT_VERBOSE)) | in main() 116 pflags |= PRINT_JAIL_NAME; in main() 119 pflags = (pflags & ~PRINT_VERBOSE) | PRINT_NAMEVAL; in main() 122 pflags |= PRINT_QUOTED; in main() 125 pflags = (pflags & ~(PRINT_HEADER | PRINT_VERBOSE)) | in main() 129 pflags = (pflags & in main() 167 pflags |= PRINT_DEFAULT; in main() 182 pflags &= ~PRINT_VERBOSE; in main() 188 if (pflags & PRINT_SKIP) { in main() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/engine/ |
| H A D | eng_fat.c | 52 unsigned int *pflags = arg; in int_def_cb() local 56 *pflags |= ENGINE_METHOD_ALL; in int_def_cb() 58 *pflags |= ENGINE_METHOD_RSA; in int_def_cb() 60 *pflags |= ENGINE_METHOD_DSA; in int_def_cb() 62 *pflags |= ENGINE_METHOD_DH; in int_def_cb() 64 *pflags |= ENGINE_METHOD_EC; in int_def_cb() 66 *pflags |= ENGINE_METHOD_RAND; in int_def_cb() 68 *pflags |= ENGINE_METHOD_CIPHERS; in int_def_cb() 70 *pflags |= ENGINE_METHOD_DIGESTS; in int_def_cb() 74 *pflags |= ENGINE_METHOD_PKEY_METHS; in int_def_cb() [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs.c | 108 int pflags, detach, mntflags; in main() local 119 pflags = PUFFS_KFLAG_IAONDEMAND; in main() 126 pflags |= PUFFS_FLAG_BUILDPATH; in main() 135 pflags |= PUFFS_KFLAG_LOOKUP_FULLPNBUF; in main() 138 pflags &= ~PUFFS_KFLAG_IAONDEMAND; in main() 150 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags); in main() 167 pflags |= PUFFS_KFLAG_WTCACHE; in main() 174 if (pflags & PUFFS_FLAG_OPDUMP) in main() 214 pu = puffs_init(pops, _PATH_PUFFS, typename, &gdtm, pflags); in main()
|
| /freebsd-14.2/sys/netinet/libalias/ |
| H A D | alias_ftp.c | 223 int hlen, tlen, dlen, pflags; in AliasHandleFtpOut() local 242 pflags = GetProtocolFlags(lnk); in AliasHandleFtpOut() 243 if (dlen <= MAX_MESSAGE_SIZE && !(pflags & WAIT_CRLF)) { in AliasHandleFtpOut() 271 pflags &= ~WAIT_CRLF; in AliasHandleFtpOut() 273 pflags |= WAIT_CRLF; in AliasHandleFtpOut() 274 SetProtocolFlags(lnk, pflags); in AliasHandleFtpOut() 283 int hlen, tlen, dlen, pflags; in AliasHandleFtpIn() local 301 pflags = GetProtocolFlags(lnk); in AliasHandleFtpIn() 321 pflags &= ~WAIT_CRLF; in AliasHandleFtpIn() 323 pflags |= WAIT_CRLF; in AliasHandleFtpIn() [all …]
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_kern.c | 226 wait = (pflags & VM_ALLOC_WAITOK) != 0; in kmem_alloc_contig_pages() 227 reclaim = (pflags & VM_ALLOC_NORECLAIM) == 0; in kmem_alloc_contig_pages() 229 pflags |= VM_ALLOC_NOWAIT; in kmem_alloc_contig_pages() 262 int pflags; in kmem_alloc_attr_domain() local 271 pflags = malloc2vm_flags(flags) | VM_ALLOC_WIRED; in kmem_alloc_attr_domain() 344 int pflags; in kmem_alloc_contig_domain() local 352 pflags = malloc2vm_flags(flags) | VM_ALLOC_WIRED; in kmem_alloc_contig_domain() 513 int pflags; in kmem_back_domain() local 519 pflags = malloc2vm_flags(flags) | VM_ALLOC_WIRED; in kmem_back_domain() 522 pflags |= VM_ALLOC_WAITFAIL; in kmem_back_domain() [all …]
|
| H A D | vm_page.h | 563 int pflags; in malloc2vm_flags() local 568 pflags = (malloc_flags & M_USE_RESERVE) != 0 ? VM_ALLOC_INTERRUPT : in malloc2vm_flags() 571 pflags |= VM_ALLOC_ZERO; in malloc2vm_flags() 573 pflags |= VM_ALLOC_NODUMP; in malloc2vm_flags() 575 pflags |= VM_ALLOC_NOWAIT; in malloc2vm_flags() 577 pflags |= VM_ALLOC_WAITOK; in malloc2vm_flags() 579 pflags |= VM_ALLOC_NORECLAIM; in malloc2vm_flags() 580 return (pflags); in malloc2vm_flags()
|
| /freebsd-14.2/usr.bin/gcore/ |
| H A D | gcore.c | 73 int pflags; variable 116 pc.pc_flags = (pflags & PFLAGS_FULL) != 0 ? PC_ALL : 0; in kcoredump() 147 pflags = 0; in main() 155 pflags |= PFLAGS_FULL; in main()
|
| H A D | extern.h | 40 extern int pflags;
|
| /freebsd-14.2/sys/x86/iommu/ |
| H A D | intel_idpgtbl.c | 396 iommu_gaddr_t size, vm_page_t *ma, uint64_t pflags, int flags, in dmar_map_buf_locked() argument 461 dmar_pte_store(&pte->pte, VM_PAGE_TO_PHYS(ma[pi]) | pflags | in dmar_map_buf_locked() 479 uint64_t pflags; in dmar_map_buf() local 512 KASSERT((pflags & (DMAR_PTE_R | DMAR_PTE_W)) != 0, in dmar_map_buf() 513 ("neither read nor write %jx", (uintmax_t)pflags)); in dmar_map_buf() 514 KASSERT((pflags & ~(DMAR_PTE_R | DMAR_PTE_W | DMAR_PTE_SNP | in dmar_map_buf() 516 ("invalid pte flags %jx", (uintmax_t)pflags)); in dmar_map_buf() 517 KASSERT((pflags & DMAR_PTE_SNP) == 0 || in dmar_map_buf() 520 domain, (uintmax_t)pflags)); in dmar_map_buf() 521 KASSERT((pflags & DMAR_PTE_TM) == 0 || in dmar_map_buf() [all …]
|
| /freebsd-14.2/sys/net/ |
| H A D | if_infiniband.c | 231 uint32_t *pflags, struct llentry **plle) in infiniband_resolve_addr() argument 291 *pflags = RT_MAY_LOOP; in infiniband_resolve_addr() 293 *pflags |= RT_L2_ME; in infiniband_resolve_addr() 311 uint32_t pflags; in infiniband_output() local 318 pflags = 0; in infiniband_output() 347 pflags = lle->r_flags; in infiniband_output() 373 error = infiniband_resolve_addr(ifp, m, dst, ro, phdr, &pflags, in infiniband_output() 381 if ((pflags & RT_L2_ME) != 0) { in infiniband_output() 395 if ((pflags & RT_HAS_HEADER) == 0) { in infiniband_output()
|
| H A D | if_ethersubr.c | 208 uint32_t *pflags, struct llentry **plle) in ether_resolve_addr() argument 272 *pflags = RT_MAY_LOOP; in ether_resolve_addr() 274 *pflags |= RT_L2_ME; in ether_resolve_addr() 295 uint32_t pflags; in ether_output() local 300 pflags = 0; in ether_output() 329 pflags = lle->r_flags; in ether_output() 351 error = ether_resolve_addr(ifp, m, dst, ro, phdr, &pflags, in ether_output() 359 if ((pflags & RT_L2_ME) != 0) { in ether_output() 363 loop_copy = (pflags & RT_MAY_LOOP) != 0; in ether_output() 376 if ((pflags & RT_HAS_HEADER) == 0) { in ether_output()
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 867 uint64_t *pflags) in ta_need_modify_radix() argument 1000 uint64_t pflags); 1732 *pflags = data; in ta_need_modify_chash() 1790 uint64_t pflags) in ta_modify_chash() argument 2432 *pflags = size; in ta_need_modify_ifidx() 2450 mi->size = *pflags; in ta_prepare_mod_ifidx() 2472 *pflags = 0; in ta_fill_mod_ifidx() 2486 uint64_t pflags) in ta_modify_ifidx() argument 2889 *pflags = size; in ta_need_modify_numarray() 2907 mi->size = *pflags; in ta_prepare_mod_numarray() [all …]
|
| H A D | ip_fw_table.h | 90 uint32_t count, uint64_t *pflags); 91 typedef int (ta_prepare_mod)(void *ta_buf, uint64_t *pflags); 93 void *ta_buf, uint64_t *pflags); 95 void *ta_buf, uint64_t pflags);
|
| /freebsd-14.2/contrib/netbsd-tests/fs/common/ |
| H A D | fstest_puffs.c | 251 int *pflags; in donewfs() local 265 pflags = &args->pta_pflags; in donewfs() 313 if (xread(sv[1], pflags, sizeof(*pflags)) != sizeof(*pflags)) in donewfs()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_znode.h | 69 #define ZFS_ATTR_SET(zp, attr, value, pflags, tx) \ argument 72 pflags |= attr; \ 74 pflags &= ~attr; \ 76 &pflags, sizeof (pflags), tx)); \
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sftp-server.c | 267 if (pflags & SSH2_FXF_APPEND) in flags_from_portable() 269 if (pflags & SSH2_FXF_CREAT) in flags_from_portable() 271 if (pflags & SSH2_FXF_TRUNC) in flags_from_portable() 273 if (pflags & SSH2_FXF_EXCL) in flags_from_portable() 291 if (pflags & SSH2_FXF_READ) in string_from_portable() 293 if (pflags & SSH2_FXF_WRITE) in string_from_portable() 295 if (pflags & SSH2_FXF_APPEND) in string_from_portable() 297 if (pflags & SSH2_FXF_CREAT) in string_from_portable() 299 if (pflags & SSH2_FXF_TRUNC) in string_from_portable() 301 if (pflags & SSH2_FXF_EXCL) in string_from_portable() [all …]
|
| /freebsd-14.2/sys/geom/eli/ |
| H A D | g_eli.h | 125 #define G_ELI_WORKER(pflags) ((pflags) & 0xff) argument 128 #define G_ELI_SETWORKER(pflags, w) \ argument 129 (pflags) = ((pflags) & 0xff00) | ((w) & 0xff) 130 #define G_ELI_SET_NEW_BIO(pflags) G_ELI_SETWORKER((pflags), G_ELI_NEW_BIO) argument 131 #define G_ELI_IS_NEW_BIO(pflags) (G_ELI_WORKER(pflags) == G_ELI_NEW_BIO) argument
|
| /freebsd-14.2/usr.bin/diff/ |
| H A D | diffreg.c | 1030 int *pflags) in change() argument 1038 skip_blanks = (*pflags & D_SKIPBLANKLINES); in change() 1074 *pflags &= ~D_HEADER; in change() 1105 dump_context_vec(f1, f2, *pflags); in change() 1107 dump_unified_vec(f1, f2, *pflags); in change() 1156 fetch(ixold, a, b, f1, '<', 1, *pflags); in change() 1176 print_space(0, hw + lpad, *pflags); in change() 1179 print_space(nc, hw - nc + lpad, *pflags); in change() 1188 print_space(hw + lpad + 1, rpad, *pflags); in change() 1189 fetch(ixnew, c, d, f2, '\0', 0, *pflags); in change() [all …]
|
| /freebsd-14.2/sys/netinet/ |
| H A D | if_ether.c | 462 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve_full() argument 472 if (pflags != NULL) in arpresolve_full() 473 *pflags = 0; in arpresolve_full() 522 if (pflags != NULL) in arpresolve_full() 523 *pflags = la->la_flags & (LLE_VALID|LLE_IFADDR); in arpresolve_full() 599 const struct sockaddr *dst, u_char *desten, uint32_t *pflags, in arpresolve() argument 606 if (pflags != NULL) in arpresolve() 607 *pflags = 0; in arpresolve() 629 if (pflags != NULL) in arpresolve() 630 *pflags = LLE_VALID | (la->r_flags & RLLE_IFADDR); in arpresolve() [all …]
|
| /freebsd-14.2/usr.sbin/ndp/ |
| H A D | ndp.c | 1207 char rflags[6] = {}, *pflags = rflags; in rtrlist() local 1209 *pflags++ = 'M'; in rtrlist() 1213 *pflags++ = 'O'; in rtrlist() 1218 *pflags++ = 'S'; in rtrlist() 1288 char flags[10] = {}, *pflags = flags; in plist() local 1291 *pflags++ = 'L'; in plist() 1295 *pflags++ = 'A'; in plist() 1299 *pflags++ = 'O'; in plist() 1303 *pflags++ = 'D'; in plist() 1308 *pflags++ = 'H'; in plist()
|
| /freebsd-14.2/sys/dev/iicbus/gpio/ |
| H A D | pcf8574.c | 195 pcf8574_pin_getflags(device_t dev, uint32_t pin, uint32_t *pflags) in pcf8574_pin_getflags() argument 225 *pflags = GPIO_PIN_OUTPUT; in pcf8574_pin_getflags() 227 *pflags = GPIO_PIN_INPUT; in pcf8574_pin_getflags()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode.c | 785 pflags = 0; in zfs_mknode() 801 pflags |= ZFS_XATTR; in zfs_mknode() 810 pflags |= ZFS_PROJID; in zfs_mknode() 817 pflags |= ZFS_PROJINHERIT; in zfs_mknode() 823 pflags |= acl_ids->z_aclp->z_hints & in zfs_mknode() 885 NULL, &pflags, 8); in zfs_mknode() 902 pflags & ZFS_PROJID) { in zfs_mknode() 913 NULL, &pflags, 8); in zfs_mknode() 959 (*zpp)->z_pflags = pflags; in zfs_mknode() 2068 uint64_t pflags; in zfs_obj_to_pobj() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_report.cpp | 133 int pflags = (PROT_WRITE | PROT_EXEC); in ReportMmapWriteExec() local 134 if ((prot & pflags) != pflags) in ReportMmapWriteExec()
|
| /freebsd-14.2/contrib/mtree/ |
| H A D | compare.c | 118 #define SETFLAGS(pflags, mask) \ argument 120 flags = (s->st_flags & (mask)) | (pflags); \ 128 #define CLEARFLAGS(pflags, mask) \ argument 130 flags = (~(s->st_flags & (mask)) & CH_MASK) & (pflags); \
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | x509_cmp.c | 431 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags) in check_suite_b() argument 452 if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS)) in check_suite_b() 455 *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY; in check_suite_b() 459 if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY)) in check_suite_b()
|