Searched refs:subsystem (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/sbin/devd/
H A Ddhclient.conf11 action "service dhclient quietstart $subsystem";
18 action "service dhclient quietstart $subsystem";
H A Dhyperv.conf6 match "subsystem" "CDEV";
14 match "subsystem" "CDEV";
22 match "subsystem" "CDEV";
30 match "subsystem" "CDEV";
100 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
106 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
H A Ddevd.conf41 match "subsystem" "!(usbus|wlan)[0-9]+";
43 action "/etc/pccard_ether $subsystem start";
83 match "subsystem" "Thermal";
92 match "subsystem" "Suspend";
97 match "subsystem" "Resume";
104 # subsystem to send event notification to userland.
112 # notifies. Here is the information returned for each subsystem:
127 match "subsystem" "ACAD";
146 match "subsystem" "signal";
156 match "subsystem" "CDE
[all...]
/freebsd-current/usr.sbin/fwget/
H A Dfwget.sh35 Usage: $(basename "$0") [options] [subsystem]
95 # Default searching PCI subsystem
100 # Fail early on unsupported subsystem
101 for subsystem in ${subsystems}; do
102 if [ ! -f "${LIBEXEC_PATH}"/"${subsystem}" ]; then
105 . "${LIBEXEC_PATH}"/"${subsystem}"
109 for subsystem in ${subsystems}; do
110 "${subsystem}"_search_packages
/freebsd-current/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-current/sys/sys/
H A Ddevctl.h21 typedef void send_event_f(const char *system, const char *subsystem,
H A Dkernel.h110 SI_SUB_MAC = 0x2180000, /* TrustedBSD MAC subsystem */
112 SI_SUB_MAC_LATE = 0x21D0000, /* TrustedBSD MAC subsystem */
123 SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
126 SI_SUB_EPOCH = 0x2888000, /* epoch subsystem */
134 SI_SUB_DTRACE = 0x3020000, /* DTrace subsystem */
219 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member in struct:sysinit
220 enum sysinit_elem_order order; /* init order within subsystem*/
253 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \
260 subsystem, \
[all...]
/freebsd-current/usr.sbin/iovctl/
H A Dvalidate.c50 nvlist_t *subsystem, *empty_driver, *empty_iov; local
52 subsystem = dnvlist_take_nvlist(config, device, NULL);
54 if (subsystem != NULL)
55 return (subsystem);
65 subsystem = nvlist_create(NV_FLAG_IGNORE_CASE);
66 if (subsystem == NULL)
69 nvlist_move_nvlist(subsystem, DRIVER_CONFIG_NAME, empty_driver);
70 nvlist_move_nvlist(subsystem, IOV_CONFIG_NAME, empty_iov);
72 return (subsystem);
91 * subsystem i
97 apply_subsystem_defaults(nvlist_t *device_config, const char *subsystem, const nvlist_t *device_defaults) argument
167 const nvlist_t *subsystem, *schema, *config; local
[all...]
H A Dparse.c196 * the key/value pair to the correct subsystem in the config.
200 const char *subsystem, const nvlist_t *schema)
208 if (nvlist_exists(config, subsystem))
210 subsystem);
238 errx(1, "%s: Invalid config key '%s'", subsystem, key);
243 nvlist_move_nvlist(config, subsystem, subsystem_config);
199 parse_device_config(const ucl_object_t *top, nvlist_t *config, const char *subsystem, const nvlist_t *schema) argument
/freebsd-current/sys/net/
H A Dvnet.h49 * destructors to be run for each network stack subsystem as virtual
332 enum sysinit_sub_id subsystem; member in struct:vnet_sysinit
339 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \
340 CTASSERT((subsystem) > SI_SUB_VNET && \
341 (subsystem) <= SI_SUB_VNET_DONE); \
343 subsystem, \
348 SYSINIT(vnet_init_ ## ident, subsystem, order, \
350 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
353 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \
354 CTASSERT((subsystem) > SI_SUB_VNE
[all...]
H A Dvnet.c187 * Global lists of subsystem constructor and destructors for vnets. They are
520 KASSERT(vs->subsystem > SI_SUB_VNET, ("vnet sysinit too early"));
525 if (vs2->subsystem > vs->subsystem)
527 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order)
572 if (vs2->subsystem > vs->subsystem)
574 if (vs2->subsystem == vs->subsystem
[all...]
/freebsd-current/sys/netlink/
H A Dnetlink_sysevent.c80 sysevent_write(struct sysevent_group *se, const char *subsystem, const char *type, argument
103 nlattr_add_string(&nw, NLSE_ATTR_SUBSYSTEM, subsystem);
139 sysevent_send(const char *system, const char *subsystem, const char *type, argument
151 sysevent_write(se, subsystem, type, data);
/freebsd-current/crypto/openssh/regress/
H A Dchannel-timeout.sh126 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
138 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
139 echo "ChannelTimeout session:subsystem:sftp=1" ;
151 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
152 echo "ChannelTimeout session:subsystem:command=1" ;
H A Dforcecommand.sh42 trace "force command overriding subsystem"
53 trace "force command in match overriding subsystem"
59 grep -vi subsystem $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy
/freebsd-current/contrib/libfido2/fuzz/
H A Dudev.c78 const char *subsystem, const char *devtype)
81 fido_log_debug("%s", subsystem); /* XXX consume */
180 const char *subsystem)
183 fido_log_debug("%s:", subsystem);
77 __wrap_udev_device_get_parent_with_subsystem_devtype(struct udev_device *child, const char *subsystem, const char *devtype) argument
179 __wrap_udev_enumerate_add_match_subsystem(struct udev_enumerate *udev_enum, const char *subsystem) argument
/freebsd-current/sys/kern/
H A Dinit_main.c177 if (a->subsystem < b->subsystem)
179 if (a->subsystem > b->subsystem)
252 * boot time initialization. It also allows substitution of subsystem
293 if (sip->subsystem == SI_SUB_DUMMY)
296 if (sip->subsystem > last)
297 BOOTTRACE_INIT("sysinit 0x%7x", sip->subsystem);
300 if (sip->subsystem > last && verbose_sysinit != 0) {
302 printf("subsystem
[all...]
H A Dkern_linker.c208 * their subsystem (primary key) and order (secondary key).
215 if ((*sipp)->subsystem < (*xipp)->subsystem ||
216 ((*sipp)->subsystem == (*xipp)->subsystem &&
233 if ((*sipp)->subsystem == SI_SUB_DUMMY)
236 if ((*sipp)->subsystem > last)
238 (*sipp)->subsystem);
242 last = (*sipp)->subsystem;
265 * by their subsystem (primar
[all...]
H A Dkern_devctl.c436 devctl_notify(const char *system, const char *subsystem, const char *type, argument
442 if (system == NULL || subsystem == NULL || type == NULL)
445 devctl_notify_hook.send_f(system, subsystem, type, data);
451 sbuf_cat(&sb, " subsystem=");
452 sbuf_cat(&sb, subsystem);
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib132 | -subsystem* | -SUBSYSTEM* \
/freebsd-current/contrib/sqlite3/tea/win/
H A Dmakefile.vc301 conlflags = $(lflags) -subsystem:console
302 guilflags = $(lflags) -subsystem:windows
/freebsd-current/contrib/libfido2/src/
H A Dnfc_linux.c36 get_parent_attr(struct udev_device *dev, const char *subsystem, argument
43 subsystem, devtype)) == NULL || (value =
H A Dhid_linux.c111 get_parent_attr(struct udev_device *dev, const char *subsystem, argument
118 subsystem, devtype)) == NULL || (value =
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c664 req->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
1789 reset->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
1873 cqv0->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
1913 cqv2->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
1995 cq->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
2034 modify_delay->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
2089 eq->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
2161 eq->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
2197 req->hdr.subsystem = SLI4_SUBSYSTEM_LOWLEVEL;
2225 hdr->subsystem
[all...]
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h119 WindowsSubsystem subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; member in struct:lld::coff::Configuration

Completed in 600 milliseconds

12