| /freebsd-14.2/usr.sbin/iovctl/ |
| H A D | validate.c | 51 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 D | parse.c | 226 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 D | vnet.h | 326 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 D | vnet.c | 487 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 D | fwget.sh | 35 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 D | kernel.h | 221 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 D | sprd,display-subsystem.yaml | 4 $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 D | notreviewed.dox | 9 * 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 D | rockchip-drm.yaml | 16 graphics subsystem. 20 const: rockchip,display-subsystem 39 display-subsystem { 40 compatible = "rockchip,display-subsystem";
|
| /freebsd-14.2/libexec/rc/ |
| H A D | rc.suspend | 36 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 D | rc.resume | 36 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 D | netlink_sysevent.c | 80 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 D | ossl_method_construct.pod | 56 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 D | dhclient.conf | 11 action "service dhclient quietstart $subsystem"; 18 action "service dhclient quietstart $subsystem";
|
| H A D | hyperv.conf | 100 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 D | st,stih4xx.txt | 21 - 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 D | udev.c | 78 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 D | qcom,msm-timer.txt | 6 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 D | qcom,smd.yaml | 27 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 D | init_main.c | 180 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 D | wpa_supplicant.service.arg.in | 3 Requires=sys-subsystem-net-devices-%i.device 4 After=sys-subsystem-net-devices-%i.device
|
| H A D | wpa_supplicant-wired.service.arg.in | 3 Requires=sys-subsystem-net-devices-%i.device 4 After=sys-subsystem-net-devices-%i.device
|
| H A D | wpa_supplicant-nl80211.service.arg.in | 3 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 D | sprd-mcdt.txt | 4 transmission between audio subsystem and other AP/CP subsystem. It
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | imx.txt | 12 - compatible : "fsl,imx-capture-subsystem"; 18 capture-subsystem { 19 compatible = "fsl,imx-capture-subsystem";
|