Searched refs:queue (Results 1 - 25 of 203) sorted by path

123456789

/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/boot/sys/sys/
H A Dmount.h37 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/auditd/
H A DMakefile44 OBJS = auditd.o doorway.o queue.o
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c45 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c403 /* Add 'call' to the connection indication queue 'queue'. */
405 queue_conind(uu_list_t *queue, struct t_call *call) argument
416 (void) uu_list_insert_after(queue, NULL, ci);
422 * Remove and return a pointer to the first call on queue 'queue'. However,
423 * if the queue is empty returns NULL.
426 dequeue_conind(uu_list_t *queue) argument
429 tlx_conn_ind_t *ci = uu_list_first(queue);
435 uu_list_remove(queue, c
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd_impl.h30 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/cron/
H A Dat.c69 #define BADQUEUE "queue name must be a single character a-z"
70 #define NOTCQUEUE "queue c is reserved for cron entries"
438 atabort("queue full");
789 list_jobs(int argc, char **argv, int qflag, int queue) argument
855 check_queue(ptr, queue)))
861 check_queue(ptr, queue)))
888 check_queue(ptr, queue))) {
925 check_queue(char *name, int queue) argument
927 if ((name[strlen(name) - 1] - 'a') == queue)
H A Datq.c21 * Print the queue of files waiting to be executed. These files
54 struct dirent **queue; /* the queue itself */ variable in typeref:struct:dirent
78 /* queue */
81 int filewanted(); /* should file be included in queue? */
82 int countfiles(); /* count the number of files in queue */
148 printf("Printing queue information only "
167 * files in the queue structure. The queue comes back sorted by
172 if ((numentries = scandir(".", &queue, filewante
[all...]
H A Dcron.c222 static struct queue struct
229 qd = {100, 2, 60}, /* default values for queue defs */
231 static struct queue qq;
252 static int msgfd; /* file descriptor for fifo queue */
481 quedefs(DEFAULT); /* load default queue definitions */
689 crabort("cannot create fifo queue",
697 crabort("cannot access fifo queue",
715 crabort("cannot open fifo queue", REMOVE_FIFO|CONSOLE_MSG);
2189 struct queue *qp;
2207 qp = &qt[e->etype]; /* set pointer to queue def
[all...]
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c615 struct words **queue = NULL; local
627 if ((queue = (struct words **)calloc(qsize, sizeof (struct words *)))
632 front = rear = queue;
637 * Reallocates the queue if the number of distinct starting
640 if (rear >= &queue[qsize - 1]) {
641 frontoffset = front - queue;
642 rearoffset = rear - queue;
644 if ((queue = (struct words **)realloc(queue,
649 front = queue
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c351 * been put on the recovery queue for retry.
480 * If we queued a symlink name in the recovery queue,
666 /* Exit loop if queue is empty */
996 char *queue; local
1000 queue = CURRENT;
1003 queue = BACKUP;
1006 remove_single_name(name, queue, NULL);
1171 * If op == 1 then the name is added to the queue otherwise the name is
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c33 #include <sys/queue.h>

Completed in 950 milliseconds

123456789