Searched refs:queue (Results 51 - 75 of 179) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/vntsd/
H A DMakefile28 SRCS = auth.c cmd.c common.c console.c listen.c queue.c read.c vntsd.c \
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dbeep.h82 /* and queue */
85 /* Index of head of queue */
88 /* Index of tail of queue */
91 /* Max queue size */
95 beep_entry_t *queue; member in struct:beep_state
H A Dhook.h33 #include <sys/queue.h>
H A Dstrsubr.h61 * In addition, it provides for queue single-threading
106 * Stream-level locks should be acquired before any queue-level locks
109 * The stream head write queue lock(sd_wrq) is used to protect the
111 * necessary for strqset() only gets the queue lock.
176 struct queue *sd_wrq; /* write queue */
192 struct msgb *sd_mark; /* "marked" message on read queue */
208 struct queue *sd_struiordq; /* sync barrier struio() read queue */
209 struct queue *sd_struiowr
[all...]
H A Dstream.h51 * Data queue.
53 * NOTE: The *only* public fields are documented in queue(9S).
60 * Q9S: The field is documented in queue(9S) and may be accessed without
111 typedef struct queue { struct
115 struct queue *q_next; /* Q9S: next Q in stream */
116 struct queue *q_link; /* SVLK: next Q for scheduling */
130 struct queue *q_nfsrv; /* STR: next Q with svc routine */
144 struct queue *q_sqnext; /* SQLK: next Q on syncq list */
145 struct queue *q_sqprev; /* SQLK: prev Q on syncq list */
150 * NOLK: Reference to the queue'
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h125 /* queueing in either a request or callback queue */
200 #define USBA_WRQUEUE2WRP(queue) (usba_req_wrapper_t *)(queue)
202 /* to get to the wr_allocated queue from the wrapper */
203 #define USBA_ALLOCQ2WRP(queue) (usba_req_wrapper_t *)((uintptr_t) \
204 (queue) - sizeof (usba_list_entry_t) - sizeof (usb_opaque_t))
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dx_call.c59 * on a target(s) CPU's work queue. Any synchronization is handled by passing
106 #define XC_MSG_FREE (0) /* msg in xc_free queue */
152 * Put a message into a queue. The insertion is atomic no matter
153 * how many different inserts/extracts to the same queue happen.
156 xc_insert(void *queue, xc_msg_t *msg) argument
162 * the xc_master CPUs xc_free queue.
166 queue == &cpu[msg->xc_master]->cpu_m.xc_free);
169 old_head = (xc_msg_t *)*(volatile xc_msg_t **)queue;
171 } while (casptr(queue, old_head, msg) != old_head);
175 * Extract a message from a queue
180 xc_extract(xc_msg_t **queue) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s69 ! %g3 queue base VA
70 ! %g4 queue size mask
83 ldx [%g2 + MCPU_CPU_Q_BASE], %g3 ! %g3 = queue base PA
84 ldx [%g2 + MCPU_CPU_Q_SIZE], %g4 ! queue size
85 sub %g4, 1, %g4 ! %g4 = queue size mask
132 * For now catch invalid PC being passed via cpu_mondo queue
213 * taking this trap till the queue is empty.
214 * We really should drain the whole queue for better performance
223 ! %g3 queue base PA
224 ! %g4 queue siz
[all...]
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A DMakefile.com30 OBJS= syslogd.o queue.o list.o conf.o
/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A DMakefile.com39 queue.o \
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c553 /* no such (or disabled) queue, got to love rfc-1179 */
662 fprintf(stderr, "usage:\t%s -H host [-t timeout] -s queue control ]\n",
664 fprintf(stderr, "\t%s -H host [-t timeout] -c queue [user|job ...]\n",
666 fprintf(stderr, "\t%s -H host [-t timeout] -q queue [user|job ...]\n",
686 char *host = NULL, *queue = NULL; local
745 queue = optarg;
751 queue = optarg;
757 queue = optarg;
765 if ((host == NULL) || (queue == NULL) || (timeout < 0) ||
794 if (submit_job(fd, queue,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd_impl.h30 #include <sys/queue.h>
/opensolaris-onvv-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h37 #include <sys/queue.h>
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h214 gss_int32 g_order_init (void **queue, gssint_uint64 seqnum,
217 gss_int32 g_order_check (void **queue, gssint_uint64 seqnum);
219 void g_order_free (void **queue);
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c150 * __hal_fifo_queue_check - Check fifo queue configuration
151 * @new_config: fifo queue configuration information
167 /* FIXME: queue "grow" feature is not supported.
168 * Use "initial" queue size as the "maximum";
210 * __hal_ring_queue_check - Check ring queue configuration
211 * @new_config: ring queue configuration information
225 /* FIXME: queue "grow" feature is not supported.
226 * Use "initial" queue size as the "maximum";
398 if (!new_config->queue[i].configured)
402 &new_config->queue[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c42 #include <sys/queue.h>
172 NDMP_LOG(LOG_DEBUG, "hardlink (inode = %lu) exists in queue %p",
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterUtil.java534 String queue) throws Exception
539 Debug.message("SVR: DoPrinterUtil.isLocalhost():queue " + queue);
542 syscmd.exec("/usr/bin/grep " + queue + " /etc/printers.conf");
546 "SVR:DoPrinterUtil:isLocalhost:failed:queue: " + queue);
533 isLocalhost( String queue) argument
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A DMakefile36 mci.o milter.o mime.o parseaddr.o queue.o ratectrl.o readcf.o \
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_win.c392 GETQUEUESTATUS queue; local
396 queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus");
424 if (queue)
426 /* message queue status */
428 w = queue(QS_ALLEVENTS);
/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c267 char *queue = NULL; local
273 split_name(addr, ": \t", &server, &queue, &extension);
276 if ((server != NULL) && (queue != NULL))
278 queue, (extension != NULL ? "," : ""),
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h166 struct queue;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dllib-lopenbsd-compat77 #include <sys-queue.h>
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-header-header-storage.mf49 file path=usr/include/sys/dktp/queue.h
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h29 #include "xge-queue.h"
197 * @max: Max numbers of TxDLs (that is, lists of Tx descriptors) per queue.
198 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
267 * @queue: Array of per-fifo configurations.
302 xge_hal_fifo_queue_t queue[XGE_HAL_MAX_FIFO_NUM]; member in struct:xge_hal_fifo_config_t
319 * @max: Max numbers of RxD blocks per queue
320 * @initial: Initial numbers of RxD blocks per queue
444 * @queue: Array of all Xframe ring configurations.
467 xge_hal_ring_queue_t queue[XGE_HAL_MAX_RING_NUM]; member in struct:xge_hal_ring_config_t
488 * individual receive buffer queue siz
[all...]

Completed in 241 milliseconds

12345678