Searched refs:queue (Results 1 - 25 of 203) sorted by last modified time

123456789

/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h240 #define A_GETQCTRL 6 /* get kernel audit queue ctrl parameters */
241 #define A_SETQCTRL 7 /* set kernel audit queue ctrl parameters */
274 #define AUDIT_PERZONE 0x1000 /* auditd and audit queue for each zone */
289 * Kernel audit queue control parameters
296 size_t aq_hiwater; /* kernel audit queue, high water mark */
297 size_t aq_lowater; /* kernel audit queue, low water mark */
298 size_t aq_bufsz; /* kernel audit queue, write size to trail */
299 clock_t aq_delay; /* delay before flushing audit queue */
436 uint32_t as_enqueue; /* # records put onto audit queue */
438 uint32_t as_wblocked; /* # times write blked on audit queue */
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c67 #include <sys/queue.h>
3718 * Determine TX queue according to traffic ID in frame
5983 /* start queue */
6253 /* Assign RA/TID translation to the queue. */
6257 /* Enable chain-building mode for the queue. */
6271 /* Enable interrupts for the queue. */
6274 /* Mark the queue as active. */
6293 /* Disable interrupts for the queue. */
6296 /* Mark the queue as inactive. */
6312 /* Assign RA/TID translation to the queue
[all...]
H A Dif_iwnvar.h29 #include <sys/queue.h>
/illumos-gate/usr/src/man/man9s/
H A DMakefile64 queue.9s \
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs39 any event queue.
363 queue sizes, event to class mappings, policy options).
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile436 queue.h \
1107 queue.h \
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h37 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c45 #include <sys/queue.h>
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c40 #include <sys/queue.h>
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h41 #include <sys/queue.h>
202 uint32_t inp_flowid; /* (x) flow id / queue id */
H A Dip_var.h36 #include <sys/queue.h>
51 * Ip reassembly queue structure. Each fragment
284 IPFW_IS_PIPE = 0x08000000, /* pipe=1, queue = 0 */
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c31 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h33 #include <sys/queue.h>
H A Ddisk.c32 #include <sys/queue.h>
H A Dmd.c33 #include <sys/queue.h>
H A Dmodule.c39 #include <sys/queue.h>
H A Dpart.c37 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dzfs_module.c33 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts421 queue-group@0 {
428 queue-group@1 {
450 queue-group@0 {
457 queue-group@1 {
478 queue-group@0 {
485 queue-group@1 {
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c25 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiossmap.c36 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c52 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c38 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1247 /* then, print the callout queue */
1690 " -Q : limit display to callouts in the callout queue\n"
3629 * In order to walk the list of pending error queue elements, we push the
3686 * The newest elements in the queue are on the pending list, so we
3715 * The oldest elements in the queue are on the processing list, subject
3957 { "sysevent", "?[-sv]", "print sysevent pending or sent queue",
4221 { "q2otherq", ":", "print peer queue for a given queue", q2otherq },
4222 { "q2rdq", ":", "print read queue for a given queue", q2rd
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c53 #include <sys/queue.h>

Completed in 784 milliseconds

123456789