/freebsd/sys/security/mac/ |
H A D | mac_internal.h | 415 int claimed, first, ignorenotfound, savedlen; \ 438 claimed = 0; \ 440 element_name, &sb, &claimed); \ 443 if (claimed == 0 && ignorenotfound) { \ 446 } else if (claimed != 1) { \ 463 int claimed; \ 474 claimed = 0; \ 476 element_name, element_data, &claimed); \ 479 if (claimed != 1) { \
|
H A D | mac_policy.h | 173 char *element_name, struct sbuf *sb, int *claimed); 176 char *element_name, char *element_data, int *claimed); 221 char *element_name, struct sbuf *sb, int *claimed); 224 char *element_name, char *element_data, int *claimed); 343 char *element_name, struct sbuf *sb, int *claimed); 346 char *element_name, char *element_data, int *claimed); 461 char *element_name, struct sbuf *sb, int *claimed); 464 char *element_name, char *element_data, int *claimed); 473 char *element_name, struct sbuf *sb, int *claimed); 686 char *element_name, struct sbuf *sb, int *claimed); [all …]
|
/freebsd/sys/security/mac_partition/ |
H A D | mac_partition.c | 177 struct sbuf *sb, int *claimed) in partition_cred_externalize_label() argument 183 (*claimed)++; in partition_cred_externalize_label() 204 char *element_data, int *claimed) in partition_cred_internalize_label() argument 210 (*claimed)++; in partition_cred_internalize_label()
|
/freebsd/sys/dev/mmc/ |
H A D | mmcbus_if.m | 66 # the bus to be claimed. 75 # Unpause re-tuning. Requires the bus to be claimed. 83 # Queue and wait for a request. Requires the bus to be claimed.
|
H A D | mmcbr_if.m | 111 # Called by the mmcbus with the bridge claimed to execute initial tuning. 120 # Called by the mmcbus with the bridge claimed to execute re-tuning. 133 # Requires the bridge to be claimed.
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 853 bool claimed = false; in nmi_call_kdb() local 858 claimed = true; in nmi_call_kdb() 866 claimed = true; in nmi_call_kdb() 878 if (!claimed && (panic_on_nmi & 2) != 0) { in nmi_call_kdb() 881 claimed = kdb_trap(type, 0, frame); in nmi_call_kdb() 886 if (!claimed && panic_on_nmi != 0) in nmi_call_kdb()
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 440 struct sbuf *sb, int *claimed) in test_cred_externalize_label() argument 461 char *element_data, int *claimed) in test_cred_internalize_label() argument 648 struct sbuf *sb, int *claimed) in test_ifnet_externalize_label() argument 669 char *element_data, int *claimed) in test_ifnet_internalize_label() argument 1264 struct sbuf *sb, int *claimed) in test_pipe_externalize_label() argument 1285 char *element_data, int *claimed) in test_pipe_internalize_label() argument 1872 struct sbuf *sb, int *claimed) in test_socket_externalize_label() argument 1899 char *element_data, int *claimed) in test_socket_internalize_label() argument 1949 struct sbuf *sb, int *claimed) in test_socketpeer_externalize_label() argument 2994 struct sbuf *sb, int *claimed) in test_vnode_externalize_label() argument [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/ralink/ |
H A D | gardena_smart_gateway_mt7688.dts | 46 * well for GPIO3. But this is already claimed for uart1
|
/freebsd/contrib/bc/ |
H A D | MEMORY_BUGS.md | 8 and then found a couple, but forgot and claimed I still had a perfect record
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-solidsense.dtsi | 104 /* already claimed in the HB2 hogs */
|
/freebsd/contrib/libpcap/ |
H A D | INSTALL.md | 154 patch" (at one point, it was claimed that this would be PHNE_18173 for 155 s700/10.20; at another point, it was claimed that the required patches 159 11 (at one point, it was claimed that patches PHNE_19766, PHNE_19826,
|
/freebsd/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 707 struct sbuf *sb, int *claimed) in lomac_externalize_label() argument 714 (*claimed)++; in lomac_externalize_label() 846 char *element_data, int *claimed) in lomac_internalize_label() argument 854 (*claimed)++; in lomac_internalize_label()
|
/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 151 struct sbuf *sb, int *claimed) in stub_externalize_label() argument 159 char *element_data, int *claimed) in stub_internalize_label() argument
|
/freebsd/sys/security/mac_mls/ |
H A D | mac_mls.c | 580 struct sbuf *sb, int *claimed) in mls_externalize_label() argument 587 (*claimed)++; in mls_externalize_label() 705 char *element_data, int *claimed) in mls_internalize_label() argument 713 (*claimed)++; in mls_internalize_label()
|
/freebsd/sys/security/mac_biba/ |
H A D | mac_biba.c | 616 struct sbuf *sb, int *claimed) in biba_externalize_label() argument 623 (*claimed)++; in biba_externalize_label() 740 char *element_data, int *claimed) in biba_internalize_label() argument 748 (*claimed)++; in biba_internalize_label()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zil.c | 465 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse() local 466 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX; in zil_parse() 467 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX; in zil_parse() 516 if (claimed) { in zil_parse()
|
/freebsd/sys/contrib/dev/ice/ |
H A D | README | 183 claimed as the property of others.
|
/freebsd/usr.bin/compress/doc/ |
H A D | README | 249 >>>algorithm described in the June Computer magazine. The author claimed
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4013.txt | 306 Intellectual Property Rights or other rights that might be claimed to
|
H A D | rfc4518.txt | 754 Intellectual Property Rights or other rights that might be claimed to
|
/freebsd/sys/dev/neta/ |
H A D | if_mvneta.c | 1726 int claimed = 0; in mvneta_misc_intr() local 1739 claimed = 1; in mvneta_misc_intr() 1745 return (claimed); in mvneta_misc_intr()
|
/freebsd/sys/dev/e1000/ |
H A D | README | 432 * Other names and brands may be claimed as the property of others.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 5410 unsigned claimed = std::min(MaxNibble - lastSkip, numWords); in buildBitmap() local 5411 numWords -= claimed; in buildBitmap() 5412 lastSkip += claimed; in buildBitmap() 5435 unsigned claimed = std::min(MaxNibble - lastScan, numWords); in buildBitmap() local 5436 numWords -= claimed; in buildBitmap() 5437 lastScan += claimed; in buildBitmap()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.cpp | 445 int claimed = pr->steal_flag.compare_exchange_strong(old, CLAIMED); in __kmp_dispatch_init_algorithm() local 557 if (claimed) { // are we succeeded in claiming own buffer? in __kmp_dispatch_init_algorithm()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 350 DNS name, numeric address, or address followed by claimed DNS name which
|