Home
last modified time | relevance | path

Searched refs:managed (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-12.1/sys/dev/neta/
H A Dif_mvneta_fdt.c125 char managed[INBAND_STATUS_MAXLEN]; in mvneta_fdt_phy_acquire() local
149 if (OF_getprop(node, "managed", managed, sizeof(managed)) > 0) { in mvneta_fdt_phy_acquire()
150 if (strncmp(managed, "in-band-status", 14) == 0) { in mvneta_fdt_phy_acquire()
/freebsd-12.1/contrib/atf/atf-c/detail/
H A Dmap.c48 new_entry(const char *key, void *value, bool managed) in new_entry() argument
60 me->m_managed = managed; in new_entry()
347 atf_map_insert(atf_map_t *m, const char *key, void *value, bool managed) in atf_map_insert() argument
355 me = new_entry(key, value, managed); in atf_map_insert()
361 if (managed) in atf_map_insert()
372 me->m_managed = managed; in atf_map_insert()
H A Dlist.c68 new_entry(void *object, bool managed) in new_entry() argument
76 le->m_managed = managed; in new_entry()
95 new_entry_and_link(void *object, bool managed, struct list_entry *prev, in new_entry_and_link() argument
100 le = new_entry(object, managed); in new_entry_and_link()
351 atf_list_append(atf_list_t *l, void *data, bool managed) in atf_list_append() argument
358 le = new_entry_and_link(data, managed, prev, next); in atf_list_append()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dvf610-zii-scu4-aib.dts195 managed = "in-band-status";
203 managed = "in-band-status";
211 managed = "in-band-status";
219 managed = "in-band-status";
227 managed = "in-band-status";
235 managed = "in-band-status";
243 managed = "in-band-status";
283 managed = "in-band-status";
291 managed = "in-band-status";
299 managed = "in-band-status";
H A Dkeystone-k2hk-netcp.dtsi24 managed-queues = <0 0x2000>;
36 managed-queues = <0x2000 0x2000>;
H A Dkeystone-k2g-netcp.dtsi26 managed-queues = <0 0x80>;
H A Dkeystone-k2l-netcp.dtsi24 managed-queues = <0 0x2000>;
H A Dvf610-zii-ssmb-dtu.dts155 managed = "in-band-status";
H A Dkeystone-k2e-netcp.dtsi24 managed-queues = <0 0x2000>;
H A Dvf610-zii-cfu1.dts190 managed = "in-band-status";
H A Darmada-388-clearfog.dtsi106 managed = "in-band-status";
H A Dbcm958625hr.dts232 managed = "in-band-status";
H A Darmada-370-dlink-dns327l.dts83 /* Ensure these are managed by hardware */
H A Dintegratorcp.dts305 * The PLD is managed through a few special bits in the
H A Dmeson8b-ec100.dts60 * shutdown is managed by the EC (embedded micro-controller)
/freebsd-12.1/sys/gnu/dts/arm64/marvell/
H A Darmada-8040-mcbin-singleshot.dts20 managed = "in-band-status";
27 managed = "in-band-status";
H A Darmada-3720-uDPU.dts145 managed = "in-band-status";
152 managed = "in-band-status";
H A Darmada-8040-mcbin.dtsi288 managed = "in-band-status";
H A Darmada-8040-clearfog-gt-8k.dts271 managed = "in-band-status";
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DLICENSE.TXT13 inclusion in, or documentation of, any of the products owned or managed by LLVM
18 managed by, or on behalf of, LLVM for the purpose of discussing and improving
/freebsd-12.1/contrib/openmp/
H A DLICENSE.txt88 inclusion in, or documentation of, any of the products owned or managed by LLVM
93 managed by, or on behalf of, LLVM for the purpose of discussing and improving
138 inclusion in, or documentation of, any of the products owned or managed by LLVM
143 managed by, or on behalf of, LLVM for the purpose of discussing and improving
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt123 bridge interface on the managed device."
132 the managed device."
189 managed device."
304 for each bridge interface on the managed device."
836 bridging for each bridge interface on the managed device."
1114 "The name of the bridge interface that will be managed
1117 will only be managed via objects in this MIB module."
/freebsd-12.1/sys/dev/videomode/
H A Dediddevs42 * These are standard PNP ids, managed (apparently) by Microsoft.
/freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_hostb_if.m41 # Provides a common interface to the clock hardware managed by a parent host
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dftp.subr555 # In addition, the following (managed either manually or by f_media_set_ftp_*):
566 # And last, but not least (managed automatically or manually):
779 # In addition, the following (managed either manually or by f_media_set_ftp_*):

1234