Home
last modified time | relevance | path

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

1234567891011

/freebsd-14.2/usr.sbin/iovctl/
H A Dvalidate.c51 nvlist_t *subsystem, *empty_driver, *empty_iov; in find_config() local
53 subsystem = dnvlist_take_nvlist(config, device, NULL); in find_config()
55 if (subsystem != NULL) in find_config()
56 return (subsystem); in find_config()
66 subsystem = nvlist_create(NV_FLAG_IGNORE_CASE); in find_config()
67 if (subsystem == NULL) in find_config()
73 return (subsystem); in find_config()
109 config = nvlist_take_nvlist(device_config, subsystem); in apply_subsystem_defaults()
142 nvlist_move_nvlist(device_config, subsystem, config); in apply_subsystem_defaults()
168 const nvlist_t *subsystem, *schema, *config; in validate_subsystem() local
[all …]
H A Dparse.c226 const char *subsystem, const nvlist_t *schema) in parse_device_config() argument
234 if (nvlist_exists(config, subsystem)) in parse_device_config()
236 subsystem); in parse_device_config()
264 errx(1, "%s: Invalid config key '%s'", subsystem, key); in parse_device_config()
269 nvlist_move_nvlist(config, subsystem, subsystem_config); in parse_device_config()
/freebsd-14.2/sys/net/
H A Dvnet.h326 enum sysinit_sub_id subsystem; member
334 CTASSERT((subsystem) > SI_SUB_VNET && \
335 (subsystem) <= SI_SUB_VNET_DONE); \
337 subsystem, \
342 SYSINIT(vnet_init_ ## ident, subsystem, order, \
344 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
348 CTASSERT((subsystem) > SI_SUB_VNET && \
349 (subsystem) <= SI_SUB_VNET_DONE); \
351 subsystem, \
441 SYSINIT(ident, subsystem, order, func, arg)
[all …]
H A Dvnet.c487 KASSERT(vs->subsystem > SI_SUB_VNET, ("vnet sysinit too early")); in vnet_register_sysinit()
492 if (vs2->subsystem > vs->subsystem) in vnet_register_sysinit()
494 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysinit()
539 if (vs2->subsystem > vs->subsystem) in vnet_register_sysuninit()
541 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order) in vnet_register_sysuninit()
589 curvnet->vnet_state = vs->subsystem; in vnet_sysinit()
608 curvnet->vnet_state = vs->subsystem; in vnet_sysuninit()
774 xprint(" %#08x %#08x\n", vs->subsystem, vs->order); in db_show_vnet_print_vs()
/freebsd-14.2/usr.sbin/fwget/
H A Dfwget.sh35 Usage: $(basename "$0") [options] [subsystem]
107 for subsystem in ${subsystems}; do
108 if [ ! -f "${LIBEXEC_PATH}"/"${subsystem}" ]; then
111 . "${LIBEXEC_PATH}"/"${subsystem}"
115 for subsystem in ${subsystems}; do
116 "${subsystem}"_search_packages
/freebsd-14.2/sys/sys/
H A Dkernel.h221 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member
255 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
262 subsystem, \
270 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
272 subsystem, \
281 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
282 C_SYSINIT(uniquifier, subsystem, order, \
288 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
290 subsystem, \
298 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/sprd/
H A Dsprd,display-subsystem.yaml4 $id: http://devicetree.org/schemas/display/sprd/sprd,display-subsystem.yaml#
15 graphics subsystem.
44 const: sprd,display-subsystem
62 display-subsystem {
63 compatible = "sprd,display-subsystem";
/freebsd-14.2/tools/kerneldoc/subsys/
H A Dnotreviewed.dox9 * this kernel subsystem in another kernel subsystem you should search for
10 * precedence of use outside this subsystem. If the function is not used
11 * outside this subsystem you should ask on the mailinglists about it, else
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-drm.yaml16 graphics subsystem.
20 const: rockchip,display-subsystem
39 display-subsystem {
40 compatible = "rockchip,display-subsystem";
/freebsd-14.2/libexec/rc/
H A Drc.suspend36 subsystem=$1
67 /usr/bin/logger -t $subsystem suspend at `/bin/date +'%Y%m%d %H:%M:%S'`
72 if [ $subsystem = "apm" ]; then
H A Drc.resume36 subsystem=$1
49 /usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
/freebsd-14.2/sys/netlink/
H A Dnetlink_sysevent.c80 sysevent_write(struct sysevent_group *se, const char *subsystem, const char *type, in sysevent_write() argument
103 nlattr_add_string(&nw, NLSE_ATTR_SUBSYSTEM, subsystem); in sysevent_write()
139 sysevent_send(const char *system, const char *subsystem, const char *type, in sysevent_send() argument
151 sysevent_write(se, subsystem, type, data); in sysevent_send()
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod56 calling the appropriate functions given by the subsystem specific
63 This function assumes that the subsystem method creator implements
65 subsystem destruct() method to decrement the reference count when
70 A central part of constructing a subsystem specific method is to give
89 NULL is a valid value and means that a subsystem default store
109 NULL is a valid value and means that a subsystem default store
122 Constructs a subsystem method for the given I<name> and the given
126 it possible for the subsystem constructor to keep a reference, which
/freebsd-14.2/sbin/devd/
H A Ddhclient.conf11 action "service dhclient quietstart $subsystem";
18 action "service dhclient quietstart $subsystem";
H A Dhyperv.conf100 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
106 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
/freebsd-14.2/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-14.2/contrib/libfido2/fuzz/
H A Dudev.c78 const char *subsystem, const char *devtype) in __wrap_udev_device_get_parent_with_subsystem_devtype() argument
81 fido_log_debug("%s", subsystem); /* XXX consume */ in __wrap_udev_device_get_parent_with_subsystem_devtype()
180 const char *subsystem) in __wrap_udev_enumerate_add_match_subsystem() argument
183 fido_log_debug("%s:", subsystem); in __wrap_udev_enumerate_add_match_subsystem()
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.yaml27 Each subnode of the SMD node represents a remote subsystem or a remote
38 # "rpm" subsystem. For the "rpm" subsystem we have a device tied to the
/freebsd-14.2/sys/kern/
H A Dinit_main.c180 if (a->subsystem < b->subsystem) in sysinit_compar()
182 if (a->subsystem > b->subsystem) in sysinit_compar()
296 if (sip->subsystem == SI_SUB_DUMMY) in mi_startup()
299 if (sip->subsystem > last) in mi_startup()
300 BOOTTRACE_INIT("sysinit 0x%7x", sip->subsystem); in mi_startup()
303 if (sip->subsystem > last && verbose_sysinit != 0) { in mi_startup()
335 last = sip->subsystem; in mi_startup()
898 xprint(" %#08x %#08x\n", sip->subsystem, sip->order); in db_show_print_syinit()
/freebsd-14.2/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-wired.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
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt12 - compatible : "fsl,imx-capture-subsystem";
18 capture-subsystem {
19 compatible = "fsl,imx-capture-subsystem";

1234567891011