Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd-13.1/usr.sbin/iovctl/
H A Dvalidate.c53 nvlist_t *subsystem, *empty_driver, *empty_iov; in find_config() local
55 subsystem = dnvlist_take_nvlist(config, device, NULL); in find_config()
57 if (subsystem != NULL) in find_config()
58 return (subsystem); in find_config()
68 subsystem = nvlist_create(NV_FLAG_IGNORE_CASE); in find_config()
69 if (subsystem == NULL) in find_config()
75 return (subsystem); in find_config()
111 config = nvlist_take_nvlist(device_config, subsystem); in apply_subsystem_defaults()
144 nvlist_move_nvlist(device_config, subsystem, config); in apply_subsystem_defaults()
170 const nvlist_t *subsystem, *schema, *config; in validate_subsystem() local
[all …]
H A Dparse.c203 const char *subsystem, const nvlist_t *schema) in parse_device_config() argument
211 if (nvlist_exists(config, subsystem)) in parse_device_config()
213 subsystem); in parse_device_config()
241 errx(1, "%s: Invalid config key '%s'", subsystem, key); in parse_device_config()
246 nvlist_move_nvlist(config, subsystem, subsystem_config); in parse_device_config()
/freebsd-13.1/sys/net/
H A Dvnet.h323 enum sysinit_sub_id subsystem; member
331 CTASSERT((subsystem) > SI_SUB_VNET && \
332 (subsystem) <= SI_SUB_VNET_DONE); \
334 subsystem, \
339 SYSINIT(vnet_init_ ## ident, subsystem, order, \
341 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
345 CTASSERT((subsystem) > SI_SUB_VNET && \
346 (subsystem) <= SI_SUB_VNET_DONE); \
348 subsystem, \
443 SYSINIT(ident, subsystem, order, func, arg)
[all …]
H A Dvnet.c483 KASSERT(vs->subsystem > SI_SUB_VNET, ("vnet sysinit too early")); in vnet_register_sysinit()
488 if (vs2->subsystem > vs->subsystem) in vnet_register_sysinit()
490 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysinit()
533 if (vs2->subsystem > vs->subsystem) in vnet_register_sysuninit()
535 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysuninit()
581 curvnet->vnet_state = vs->subsystem; in vnet_sysinit()
600 curvnet->vnet_state = vs->subsystem; in vnet_sysuninit()
766 xprint(" %#08x %#08x\n", vs->subsystem, vs->order); in db_show_vnet_print_vs()
/freebsd-13.1/sys/sys/
H A Dkernel.h222 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member
255 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
262 subsystem, \
269 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
271 subsystem, \
279 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
280 C_SYSINIT(uniquifier, subsystem, order, \
286 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
288 subsystem, \
295 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
[all …]
/freebsd-13.1/tools/kerneldoc/subsys/
H A Dnotreviewed.dox10 * this kernel subsystem in another kernel subsystem you should search for
11 * precedence of use outside this subsystem. If the function is not used
12 * outside this subsystem you should ask on the mailinglists about it, else
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-drm.yaml16 graphics subsystem.
20 const: rockchip,display-subsystem
37 display-subsystem {
38 compatible = "rockchip,display-subsystem";
/freebsd-13.1/libexec/rc/
H A Drc.suspend37 subsystem=$1
55 /usr/bin/logger -t $subsystem suspend at `/bin/date +'%Y%m%d %H:%M:%S'`
60 if [ $subsystem = "apm" ]; then
H A Drc.resume37 subsystem=$1
55 /usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
/freebsd-13.1/sbin/devd/
H A Ddevd.conf44 action "/etc/pccard_ether $subsystem start";
57 action "service dhclient quietstart $subsystem";
76 action "service dhclient quietstart $subsystem";
H A Dhyperv.conf101 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
107 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dst,stih4xx.txt21 - sti-display-subsystem: Master device for DRM sub-components
25 - compatible: "st,sti-display-subsystem"
29 must be a child of sti-display-subsystem
45 must be a child of sti-display-subsystem
57 must be a child of sti-display-subsystem
74 must be a child of sti-display-subsystem
87 must be a child of sti-display-subsystem
102 must be a child of sti-display-subsystem
175 sti-display-subsystem {
176 compatible = "st,sti-display-subsystem";
/freebsd-13.1/contrib/libfido2/fuzz/
H A Dudev.c77 const char *subsystem, const char *devtype) in __wrap_udev_device_get_parent_with_subsystem_devtype() argument
80 fido_log_debug("%s", subsystem); /* XXX consume */ in __wrap_udev_device_get_parent_with_subsystem_devtype()
179 const char *subsystem) in __wrap_udev_enumerate_add_match_subsystem() argument
182 fido_log_debug("%s:", subsystem); in __wrap_udev_enumerate_add_match_subsystem()
/freebsd-13.1/sys/contrib/device-tree/Bindings/timer/
H A Dqcom,msm-timer.txt6 properties specify which subsystem the timers are paired with.
8 "qcom,kpss-timer" - krait subsystem
9 "qcom,scss-timer" - scorpion subsystem
/freebsd-13.1/sys/kern/
H A Dinit_main.c259 if ((*sipp)->subsystem < (*xipp)->subsystem || in mi_startup()
260 ((*sipp)->subsystem == (*xipp)->subsystem && in mi_startup()
282 if ((*sipp)->subsystem == SI_SUB_DUMMY) in mi_startup()
285 if ((*sipp)->subsystem == SI_SUB_DONE) in mi_startup()
289 if ((*sipp)->subsystem > last && verbose_sysinit != 0) { in mi_startup()
291 last = (*sipp)->subsystem; in mi_startup()
322 (*sipp)->subsystem = SI_SUB_DONE; in mi_startup()
877 xprint(" %#08x %#08x\n", sip->subsystem, sip->order); in db_show_print_syinit()
/freebsd-13.1/contrib/wpa/wpa_supplicant/systemd/
H A Dwpa_supplicant.service.arg.in3 Requires=sys-subsystem-net-devices-%i.device
4 After=sys-subsystem-net-devices-%i.device
H A Dwpa_supplicant-nl80211.service.arg.in3 Requires=sys-subsystem-net-devices-%i.device
4 After=sys-subsystem-net-devices-%i.device
H A Dwpa_supplicant-wired.service.arg.in3 Requires=sys-subsystem-net-devices-%i.device
4 After=sys-subsystem-net-devices-%i.device
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt12 - compatible : "fsl,imx-capture-subsystem";
18 capture-subsystem {
19 compatible = "fsl,imx-capture-subsystem";
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dmarvell,pxa168.txt3 The PXA168 clock subsystem generates and supplies clock to various
11 - reg: physical base address of the clock subsystem and length of memory mapped
H A Dmarvell,pxa910.txt3 The PXA910 clock subsystem generates and supplies clock to various
11 - reg: physical base address of the clock subsystem and length of memory mapped
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dimx6dl.dtsi119 capture-subsystem {
120 compatible = "fsl,imx-capture-subsystem";
124 display-subsystem {
125 compatible = "fsl,imx-display-subsystem";
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
8 - compatible: Should be "fsl,imx-display-subsystem"
14 display-subsystem {
15 compatible = "fsl,display-subsystem";
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt5 Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsystem with a ethernet
25 NetCP subsystem(10G or 1G)
47 NetCP subsystem properties:
50 - clocks: phandle to the reference clocks for the subsystem.
77 - switch subsystem registers
83 index #0 - switch subsystem registers
88 index #0 - switch subsystem registers

12345678