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

12

/freebsd-10-stable/etc/devd/
H A Dhyperv.conf7 match "subsystem" "CDEV";
15 match "subsystem" "CDEV";
23 match "subsystem" "CDEV";
31 match "subsystem" "CDEV";
101 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
107 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
/freebsd-10-stable/etc/
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'`
H A Ddevd.conf41 match "subsystem" "!usbus[0-9]+";
43 action "/etc/pccard_ether $subsystem start";
56 action "/etc/rc.d/dhclient quietstart $subsystem";
76 action "/etc/rc.d/dhclient quietstart $subsystem";
120 match "subsystem" "CDEV";
129 match "subsystem" "CDEV";
138 match "subsystem" "CDEV";
147 match "subsystem" "CDEV";
177 match "subsystem" "DEVICE";
235 match "subsystem" "ACA
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dexc_request.defs32 subsystem exc 2400;
/freebsd-10-stable/crypto/heimdal/lib/ipc/
H A Dheim_ipc_async.defs44 subsystem mheim_aipc 201;
H A Dheim_ipc_reply.defs44 subsystem heim_ipc 101;
H A Dheim_ipc.defs44 subsystem mheim_ipc 1;
/freebsd-10-stable/sys/sys/
H A Dkernel.h114 SI_SUB_MAC = 0x2180000, /* TrustedBSD MAC subsystem */
116 SI_SUB_MAC_LATE = 0x21D0000, /* TrustedBSD MAC subsystem */
128 SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
136 SI_SUB_DTRACE = 0x3020000, /* DTrace subsystem */
222 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member in struct:sysinit
223 enum sysinit_elem_order order; /* init order within subsystem*/
240 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \
242 subsystem, \
249 #define SYSINIT(uniquifier, subsystem, orde
[all...]
/freebsd-10-stable/sys/net/
H A Dvnet.h49 * destructors to be run for each network stack subsystem as virtual
339 enum sysinit_sub_id subsystem; member in struct:vnet_sysinit
346 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \
348 subsystem, \
353 SYSINIT(vnet_init_ ## ident, subsystem, order, \
355 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
358 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \
360 subsystem, \
365 SYSINIT(vnet_uninit_ ## ident, subsystem, order, \
367 SYSUNINIT(vnet_uninit_ ## ident, subsystem, orde
[all...]
H A Dvnet.c184 * Global lists of subsystem constructor and destructors for vnets. They are
478 KASSERT(vs->subsystem > SI_SUB_VNET, ("vnet sysinit too early"));
483 if (vs2->subsystem > vs->subsystem)
485 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order)
528 if (vs2->subsystem > vs->subsystem)
530 if (vs2->subsystem == vs->subsystem
[all...]
/freebsd-10-stable/sys/kern/
H A Dinit_main.c197 * boot time initialization. It also allows substitution of subsystem
225 * their subsystem (primary key) and order (secondary key).
229 if ((*sipp)->subsystem < (*xipp)->subsystem ||
230 ((*sipp)->subsystem == (*xipp)->subsystem &&
253 if ((*sipp)->subsystem == SI_SUB_DUMMY)
256 if ((*sipp)->subsystem == SI_SUB_DONE)
260 if ((*sipp)->subsystem > last) {
262 last = (*sipp)->subsystem;
[all...]
H A Dkern_linker.c203 * their subsystem (primary key) and order (secondary key).
210 if ((*sipp)->subsystem < (*xipp)->subsystem ||
211 ((*sipp)->subsystem == (*xipp)->subsystem &&
227 if ((*sipp)->subsystem == SI_SUB_DUMMY)
253 * by their subsystem (primary key) and order (secondary key).
260 if ((*sipp)->subsystem > (*xipp)->subsystem ||
261 ((*sipp)->subsystem
[all...]
H A Dsubr_bus.c662 devctl_notify_f(const char *system, const char *subsystem, const char *type, argument
670 if (subsystem == NULL)
671 return; /* BOGUS! Must specify subsystem. */
675 len += strlen(" subsystem=") + strlen(subsystem);
685 snprintf(msg, len, "!system=%s subsystem=%s type=%s %s\n",
686 system, subsystem, type, data);
688 snprintf(msg, len, "!system=%s subsystem=%s type=%s\n",
689 system, subsystem, type);
694 devctl_notify(const char *system, const char *subsystem, cons argument
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A DMakefile.win120 LDFLAGS = /nologo /debug /subsystem:console /incremental:no
121 SHLDFLAGS = /nologo /dll /debug /subsystem:windows /incremental:no
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dstih407.dtsi26 sti-display-subsystem {
27 compatible = "st,sti-display-subsystem";
H A Dstih410.dtsi97 sti-display-subsystem {
98 compatible = "st,sti-display-subsystem";
H A Dimx51.dtsi109 display-subsystem {
110 compatible = "fsl,imx-display-subsystem";
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib132 | -subsystem* | -SUBSYSTEM* \
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc282 conlflags = $(lflags) -subsystem:console
283 guilflags = $(lflags) -subsystem:windows
/freebsd-10-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh264 echo Creating SRC sshd subsystem.
/freebsd-10-stable/sys/dev/isp/
H A DDriverManual.txt241 subsystem.
322 this HBA with this platform's SCSI subsystem. Examining either the
329 itself with this platform's SCSI subsystem. One assumed action for this
330 is the registry of a function that the SCSI subsystem for this platform
359 SCSI subsystem. In other platforms, the machine dependent code has to
379 informs the SCSI subsystem for this platform that a command is complete.
439 out to the SCSI subsystem after a return from it's calling isp_intr is
/freebsd-10-stable/sys/dev/acpica/
H A Dacpivar.h349 void acpi_UserNotify(const char *subsystem, ACPI_HANDLE h,
/freebsd-10-stable/sys/cam/
H A DREADME.quirks61 causes FreeBSD to only send 10-byte commands. Since the CAM subsystem
/freebsd-10-stable/sys/dev/oce/
H A Doce_hw.h862 * all use the MBX_SUBSYSTEM_COMMON subsystem code.
970 uint32_t subsystem:8; member in struct:mbx_hdr::__anon9565::__anon9566
982 uint32_t subsystem:8;
999 uint32_t subsystem:8; member in struct:mbx_hdr::__anon9565::__anon9567
1008 uint32_t subsystem:8;
1645 uint8_t subsystem; member in struct:mbx_lancer_common_write_object::__anon9624::__anon9626
2170 * These opcodes use the MBX_SUBSYSTEM_LOWLEVEL subsystem code.
2194 /* Opcodes used for DCBX subsystem. */
2208 /* Opcodes used for Vendor subsystem. */
2352 * These opcodes all use the MBX_SUBSYSTEM_NIC subsystem cod
[all...]

Completed in 164 milliseconds

12