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

/freebsd-10.1-release/etc/
H A Drc.resume37 subsystem=$1
55 /usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
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 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.1-release/contrib/gdb/gdb/
H A Dexc_request.defs32 subsystem exc 2400;
/freebsd-10.1-release/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.1-release/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 */
135 SI_SUB_DTRACE = 0x3020000, /* DTrace subsystem */
217 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member in struct:sysinit
218 enum sysinit_elem_order order; /* init order within subsystem*/
235 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \
237 subsystem, \
244 #define SYSINIT(uniquifier, subsystem, orde
[all...]
/freebsd-10.1-release/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.1-release/sys/kern/
H A Dinit_main.c193 * boot time initialization. It also allows substitution of subsystem
221 * their subsystem (primary key) and order (secondary key).
225 if ((*sipp)->subsystem < (*xipp)->subsystem ||
226 ((*sipp)->subsystem == (*xipp)->subsystem &&
249 if ((*sipp)->subsystem == SI_SUB_DUMMY)
252 if ((*sipp)->subsystem == SI_SUB_DONE)
256 if ((*sipp)->subsystem > last) {
258 last = (*sipp)->subsystem;
[all...]
H A Dkern_linker.c197 * their subsystem (primary key) and order (secondary key).
204 if ((*sipp)->subsystem < (*xipp)->subsystem ||
205 ((*sipp)->subsystem == (*xipp)->subsystem &&
221 if ((*sipp)->subsystem == SI_SUB_DUMMY)
247 * by their subsystem (primary key) and order (secondary key).
254 if ((*sipp)->subsystem > (*xipp)->subsystem ||
255 ((*sipp)->subsystem
[all...]
H A Dsubr_bus.c652 devctl_notify_f(const char *system, const char *subsystem, const char *type, argument
660 if (subsystem == NULL)
661 return; /* BOGUS! Must specify subsystem. */
665 len += strlen(" subsystem=") + strlen(subsystem);
675 snprintf(msg, len, "!system=%s subsystem=%s type=%s %s\n",
676 system, subsystem, type, data);
678 snprintf(msg, len, "!system=%s subsystem=%s type=%s\n",
679 system, subsystem, type);
684 devctl_notify(const char *system, const char *subsystem, cons argument
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib132 | -subsystem* | -SUBSYSTEM* \
/freebsd-10.1-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh264 echo Creating SRC sshd subsystem.
/freebsd-10.1-release/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.1-release/sys/dev/acpica/
H A Dacpivar.h343 void acpi_UserNotify(const char *subsystem, ACPI_HANDLE h,
H A Dacpi.c94 /* Global mutex for locking access to the ACPI subsystem. */
488 /* Start up the ACPI CA subsystem. */
3330 * Debugging/bug-avoidance. Disable ACPI subsystem components.
3565 acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify) argument
3571 if (subsystem == NULL)
3580 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf);
/freebsd-10.1-release/sys/cam/
H A DREADME.quirks61 causes FreeBSD to only send 10-byte commands. Since the CAM subsystem
/freebsd-10.1-release/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::__anon9427::__anon9428
982 uint32_t subsystem:8;
999 uint32_t subsystem:8; member in struct:mbx_hdr::__anon9427::__anon9429
1008 uint32_t subsystem:8;
1645 uint8_t subsystem; member in struct:mbx_lancer_common_write_object::__anon9486::__anon9488
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...]
H A Doce_mbox.c194 * @param subsys subsystem
207 hdr->u0.req.subsystem = subsys;
/freebsd-10.1-release/contrib/apr/
H A Dlibapr.mak174 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86 /opt:ref
410 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86
646 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86 /opt:ref
882 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86
1118 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X64 /opt:ref
1354 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X64
/freebsd-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt22 CTL is a disk and processor device emulation subsystem originally written
/freebsd-10.1-release/contrib/subversion/
H A Dbuild.conf1033 description = Test the wc-ng database subsystem
1041 description = Test the wc-ng pristine text storage subsystem
/freebsd-10.1-release/sys/dev/mly/
H A Dmlyreg.h1003 u_int8_t subsystem:4; member in struct:mly_ioctl_param_subsystemdata

Completed in 267 milliseconds