| /freebsd-12.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 417 phandle_t node, switch_node, switch_eth, switch_eth_handle; in mvneta_has_switch() local 419 node = ofw_bus_get_node(self); in mvneta_has_switch() 431 return (node == switch_eth); in mvneta_has_switch()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 749 // This node has associated scheduling information as the pre RA scheduler 942 // To generate NMADD and NMSUB instructions when fneg node is present
|
| H A D | MicroMipsInstrFPU.td | 389 // To generate NMADD and NMSUB instructions when fneg node is present
|
| H A D | Mips16InstrInfo.td | 1868 class Wrapper16Pat<SDNode node, Instruction ADDiuOp, RegisterClass RC>: 1869 Mips16Pat<(MipsWrapper RC:$gp, node:$in), 1870 (ADDiuOp RC:$gp, node:$in)>;
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 658 ${CLANG_TBLGEN} -gen-clang-attr-node-traverse \ 664 ${CLANG_TBLGEN} -gen-clang-attr-text-node-dump \
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | omap3.dtsi | 55 * The soc node represents the soc top level view. It is used for IPs
|
| H A D | imx53.dtsi | 17 * pre-existing /chosen node to be available to insert the
|
| /freebsd-12.1/sys/gnu/dts/arm64/hisilicon/ |
| H A D | hikey960-pinctrl.dtsi | 254 /* pin base in node, nr pins & gpio function */
|
| /freebsd-12.1/sys/gnu/dts/arm64/freescale/ |
| H A D | fsl-ls1043a.dtsi | 88 * PSCI node is not added default, U-boot will add missing
|
| H A D | fsl-ls1046a.dtsi | 84 * PSCI node is not added default, U-boot will add missing
|
| H A D | fsl-lx2160a.dtsi | 388 // One clock unit-sysclk node which bootloader require during DT fix-up
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 316 def err_unsupported_ast_node: Error<"cannot import unsupported AST node %0">;
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 6427 struct sysctl_oid *node; in iflib_add_device_sysctl_pre() local 6431 ctx->ifc_sysctl_node = node = SYSCTL_ADD_NODE(ctx_list, child, OID_AUTO, "iflib", in iflib_add_device_sysctl_pre() 6433 oid_list = SYSCTL_CHILDREN(node); in iflib_add_device_sysctl_pre() 6490 struct sysctl_oid *queue_node, *fl_node, *node; in iflib_add_device_sysctl_post() local 6494 node = ctx->ifc_sysctl_node; in iflib_add_device_sysctl_post() 6495 child = SYSCTL_CHILDREN(node); in iflib_add_device_sysctl_post()
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 2072 request that came from unauthentication node." 2269 but were not sent since appropriate node for sending was not found." 2340 "The number of times a station/node was dropped by this interface 3821 as root node and specify root node mode."
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | roff.c | 1914 r->eqn->node->line, r->eqn->node->pos, "EQ"); in roff_endparse() 3343 r->eqn->node = n; in roff_EQ()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | DSInstructions.td | 346 class DS_1A1D_PERMUTE <string opName, SDPatternOperator node = null_frag> 352 (node (DS1Addr1Offset i32:$addr, i16:$offset), i32:$data0))] > {
|
| /freebsd-12.1/contrib/libarchive/ |
| H A D | NEWS | 512 problems such as the device node breakage before releasing <sigh>. 514 node entries in tar archives.
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 618 R$* :: $* <@> $: $1 :: $2 unmark node::addr 657 # convert node::user addresses into a domain-based address
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | semantics.c | 440 anon_aggr_type_p (tree node) in anon_aggr_type_p() argument 442 return ANON_AGGR_TYPE_P (node); in anon_aggr_type_p()
|
| H A D | ChangeLog-2004 | 361 * rtti.c (init_rtti_processing): Adjust node creation. 365 (build_typeid, get_typeid): Always return type_info typed node. 2788 * decl.c (finish_enum): Do not copy value node early, copy 3327 * cp-tree.def (TINST_LEVEL): Make it an 'x' node. 3339 (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node. 4811 * parser.c (cp_parser_statement): Take the STMT_EXPR node, not a bool. 4868 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of 5044 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of 5237 identifier node. Avoid looking at the IDENTIFIER_POINTER. 6858 UNBOUND_CLASS_TEMPLATE tree node.
|
| /freebsd-12.1/contrib/bmake/ |
| H A D | meta.c | 732 gn = job->node; in meta_job_error()
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | BEGEMOT-SNMPD.txt | 451 0x00000010 trace node finding
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | pmap.c | 459 static void pkru_free_range(void *ctx, void *node); 9718 struct pmap_pkru_range *node, *new_node; in pkru_dup_range() local 9723 node = data; in pkru_dup_range() 9724 memcpy(new_node, node, sizeof(*node)); in pkru_dup_range() 9729 pkru_free_range(void *ctx __unused, void *node) in pkru_free_range() argument 9732 uma_zfree(pmap_pkru_ranges_zone, node); in pkru_free_range()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 348 int node; in __kmp_print_storage_map_gtid() local 352 node = __kmp_get_host_node(p1); in __kmp_print_storage_map_gtid() 353 if (node < 0) /* doesn't work, so don't try this next time */ in __kmp_print_storage_map_gtid() 374 lastNode = node; in __kmp_print_storage_map_gtid() 378 } while (p1 <= p2 && (node = __kmp_get_host_node(p1)) == lastNode); in __kmp_print_storage_map_gtid()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | linux | 484 >77 string >\0 \b, node %s
|