| /onnv-gate/usr/src/cmd/ttymon/ |
| H A D | tmparse.c | 45 int qsize; local 67 c = quoted(ptr,&qsize); 68 (*size) += qsize; 69 ptr += qsize; 92 quoted(ptr,qsize) in quoted() argument 94 int *qsize; 146 (*qsize) = rptr - ptr;
|
| H A D | tmttydefs.c | 374 int qsize; local 392 *ptrout++ = quoted(ptrin,&qsize); 393 ptrin += qsize;
|
| /onnv-gate/usr/src/cmd/fgrep/ |
| H A D | fgrep.c | 603 int qsize = QSIZE; in cfail() local 616 if ((queue = (struct words **)calloc(qsize, sizeof (struct words *))) in cfail() 629 if (rear >= &queue[qsize - 1]) { in cfail() 632 qsize += QSIZE; in cfail() 634 qsize * sizeof (struct words *))) == NULL) { in cfail() 655 if (rear >= &queue[qsize - 1]) { in cfail() 658 qsize += QSIZE; in cfail() 660 qsize * sizeof (struct words *))) == NULL) { in cfail()
|
| /onnv-gate/usr/src/common/crypto/rsa/ |
| H A D | rsa_impl.c | 108 RSA_key_init(RSAkey *key, int psize, int qsize) in RSA_key_init() argument 117 qlen = BITLEN2BIGNUMLEN(qsize); in RSA_key_init() 119 key->size = psize + qsize; in RSA_key_init() 197 generate_rsa_key(RSAkey *key, int psize, int qsize, BIGNUM *pubexp, in generate_rsa_key() argument 209 size = psize + qsize; in generate_rsa_key() 275 if ((brv = big_random(&c, qsize, rf)) != BIG_OK) { in generate_rsa_key() 282 if (big_bitlength(&a) != qsize) { in generate_rsa_key() 364 rv = generate_rsa_key(key, psize, qsize, pubexp, rf); in generate_rsa_key()
|
| /onnv-gate/usr/src/uts/common/io/comstar/port/qlt/ |
| H A D | qlt_dma.c | 664 size_t qsize; in qlt_dma_setup_dbuf() local 728 qsize = sizeof (qlt_dma_sgl_t); in qlt_dma_setup_dbuf() 731 qsize += cookie_count * sizeof (ddi_dma_cookie_t); in qlt_dma_setup_dbuf() 733 qsgl = kmem_alloc(qsize, KM_SLEEP); in qlt_dma_setup_dbuf() 738 qsgl->qsize = qsize; in qlt_dma_setup_dbuf() 783 kmem_free(qsgl, qsgl->qsize); in qlt_dma_teardown_dbuf()
|
| H A D | qlt_dma.h | 73 size_t qsize; member
|
| /onnv-gate/usr/src/lib/libparted/common/lib/ |
| H A D | quotearg.c | 625 size_t qsize = quotearg_buffer (val, size, arg, argsize, options); in quotearg_n_options() local 627 if (size <= qsize) in quotearg_n_options() 629 sv[n].size = size = qsize + 1; in quotearg_n_options()
|
| /onnv-gate/usr/src/lib/udapl/libdat/include/dat/ |
| H A D | dat_redirection.h | 126 #define DAT_EVD_RESIZE(evd, qsize) \ argument 129 (qsize)) 394 #define DAT_SRQ_RESIZE(srq, qsize) \ argument 397 (qsize))
|
| /onnv-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
| H A D | dapl_tavor_wr.c | 406 dapli_tavor_wrid_get_list(uint32_t qsize, int wrid_for_srq) in dapli_tavor_wrid_get_list() argument 448 wl_wre_size = qsize * sizeof (dapls_tavor_wrid_entry_t); in dapli_tavor_wrid_get_list() 454 wl_freel_size = qsize * sizeof (uint32_t); in dapli_tavor_wrid_get_list() 463 wridlist->wl_size = qsize; in dapli_tavor_wrid_get_list() 477 wridlist->wl_freel_entries = qsize; in dapli_tavor_wrid_get_list()
|
| H A D | dapl_hermon_hw.c | 1043 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize, invalue; in dapli_hermon_wqe_headroom() local 1046 qsize = qp->qp_sq_numwqe; in dapli_hermon_wqe_headroom() 1051 wqe_top = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, qsize); in dapli_hermon_wqe_headroom()
|
| /onnv-gate/usr/src/lib/libadutils/common/ |
| H A D | adutils_impl.h | 139 int qsize; /* Size of queries */ member
|
| H A D | adutils.c | 976 new_state->qsize = nqueries; in adutils_lookup_batch_start() 1594 assert(qid < state->qsize); in adutils_lookup_batch_add()
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | pckt.c | 375 if (!canputnext(q) || (qsize(q) > 0)) { in pcktrput() 406 if ((datamsg(mp->b_datap->db_type)) && (qsize(q) > 0)) in pcktrput()
|
| H A D | bufmod.c | 1212 if (qsize(rq) > 0) { in sbsendit()
|
| /onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| H A D | tavor_wr.c | 2087 uint32_t qsize; in tavor_wqe_sync() local 2117 qsize = qp->qp_sq_bufsz; in tavor_wqe_sync() 2120 wqe_top = TAVOR_QP_SQ_ENTRY(qp, qsize); in tavor_wqe_sync() 2124 qsize = qp->qp_rq_bufsz; in tavor_wqe_sync() 2127 wqe_top = TAVOR_QP_RQ_ENTRY(qp, qsize); in tavor_wqe_sync() 2131 qsize = srq->srq_wq_bufsz; in tavor_wqe_sync() 2134 wqe_top = TAVOR_SRQ_WQ_ENTRY(srq, qsize); in tavor_wqe_sync() 3162 tavor_wrid_get_list(uint32_t qsize) in tavor_wrid_get_list() argument 3191 wridlist->wl_size = qsize; in tavor_wrid_get_list() 3195 wridlist->wl_wre = (tavor_wrid_entry_t *)kmem_zalloc(qsize * in tavor_wrid_get_list()
|
| /onnv-gate/usr/src/uts/common/rpc/ |
| H A D | svc.c | 597 uint_t qsize, uint_t timeout, uint_t stksize, uint_t max_same_xprt) in svc_pool_init() argument 607 if (qsize == 0) in svc_pool_init() 608 qsize = svc_default_qsize; in svc_pool_init() 620 svc_xprt_qinit(pool, qsize); in svc_pool_init() 696 args->qsize, args->timeout, args->stksize, args->max_same_xprt); in svc_pool_create() 890 svc_xprt_qinit(SVCPOOL *pool, size_t qsize) in svc_xprt_qinit() argument 894 pool->p_qsize = qsize; in svc_xprt_qinit()
|
| H A D | svc.h | 645 uint32_t qsize; /* `xprt-ready' queue size */ member
|
| /onnv-gate/usr/src/cmd/idmap/idmapd/ |
| H A D | adutils.c | 106 int qsize; /* Queue size */ member 223 new_state->qsize = nqueries; in idmap_lookup_batch_start() 604 assert(qid < state->qsize); in idmap_batch_add1()
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
| H A D | nfs4cbd.c | 170 cb_svcpool.qsize = 0; in main()
|
| /onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
| H A D | rdcsrv.c | 320 p.qsize = 0; in rdcsrv_create()
|
| /onnv-gate/usr/src/cmd/auditconfig/ |
| H A D | auditconfig.c | 2792 int qsize; in print_plugin() local 2802 qsize = atoi(qsize_ptr == NULL ? "-1" : qsize_ptr); in print_plugin() 2821 if (qsize != 0) { in print_plugin() 2822 (void) printf(gettext("\tQueue size: %d %s\n"), qsize, in print_plugin() 2823 qsize == -1 ? "(internal error: value not available)" : ""); in print_plugin()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | stream.h | 811 extern int qsize(queue_t *);
|
| /onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| H A D | hermon_wr.c | 2072 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize; in hermon_wqe_headroom() local 2077 qsize = qp->qp_sq_bufsz; in hermon_wqe_headroom() 2082 wqe_top = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, qsize); in hermon_wqe_headroom()
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfsd/ |
| H A D | nfsd.c | 632 npa.qsize = 0; in nfssvcpool()
|
| /onnv-gate/usr/src/cmd/avs/rdc/ |
| H A D | sndrd.c | 1937 npa.qsize = 0; in sndrsvcpool()
|