Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c328 int sizes[]) in xge_hal_ring_dtr_3b_set() argument
363 dma_addr_t dma_pointers[], int sizes[]) in xge_hal_ring_dtr_3b_get() argument
368 sizes[0] = XGE_HAL_RXD_3_GET_BUFFER0_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
371 sizes[1] = XGE_HAL_RXD_3_GET_BUFFER1_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
374 sizes[2] = XGE_HAL_RXD_3_GET_BUFFER2_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
376 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] + in xge_hal_ring_dtr_3b_get()
377 sizes[2]; in xge_hal_ring_dtr_3b_get()
400 int sizes[]) in xge_hal_ring_dtr_5b_set() argument
440 dma_addr_t dma_pointers[], int sizes[]) in xge_hal_ring_dtr_5b_get() argument
459 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] + in xge_hal_ring_dtr_5b_get()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c187 int sizes[N_LINES]; in print_mesg() local
211 sizes[i] = strlen(line_buf[i]); in print_mesg()
212 max_size = max(max_size, sizes[i]); in print_mesg()
219 sizes[i] = strlen(line_buf[i]); in print_mesg()
220 max_size = max(max_size, sizes[i]); in print_mesg()
248 sizes[i] = strlen(line_buf[i]); in print_mesg()
249 max_size = max(max_size, sizes[i]); in print_mesg()
255 sizes[i] = strlen(line_buf[i]); in print_mesg()
256 max_size = max(max_size, sizes[i]); in print_mesg()
261 sizes[i] = strlen(line_buf[i]); in print_mesg()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh79 typeset -A sizes=
87 typeset -A sizes["$raid"]
98 typeset -A sizes["$raid"]["$ndisks"]
113 sizes["$raid"]["$ndisks"]["$vbs"]=$refres
159 refres1=${sizes["$raid"]["$nd1"]["$vbs"]}
160 refres2=${sizes["$raid"]["$nd2"]["$vbs"]}
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c861 sym.st_name = sizes[XKB_WALK_STR]; in xkb_read_modsyms()
863 sizes[type] += sizeof (sym); in xkb_read_modsyms()
865 sizes[XKB_WALK_STR] += sz; in xkb_read_modsyms()
886 size_t *sizes, int types) in xkb_walk_syms() argument
896 bzero(sizes, sizeof (*sizes) * (XKB_WALK_STR + 1)); in xkb_walk_syms()
901 sizes[XKB_WALK_LOCAL] += sizeof (Sym); in xkb_walk_syms()
902 sizes[XKB_WALK_STR] += 1; in xkb_walk_syms()
962 size_t sizes[XKB_WALK_STR + 1]; in xkb_build_ksyms() local
1015 shp->sh_size = sizes[XKB_WALK_LOCAL] + sizes[XKB_WALK_GLOBAL]; in xkb_build_ksyms()
1027 sizes[XKB_WALK_LOCAL] + sizes[XKB_WALK_GLOBAL]; in xkb_build_ksyms()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c87 static int sizes[TSIZE]; variable
235 sizes[i] = 0; in check()
336 sizes[size]++; in qacct()
431 if (sizes[i]) { in report()
432 t += i*sizes[i]; in report()
434 i, sizes[i], t); in report()
436 if (sizes[TSIZE -1 ]) in report()
438 sizes[TSIZE - 1], overflow + (offset_t)t); in report()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c58 ibt_srq_sizes_t *sizes; in tavor_srq_alloc() local
80 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sizes)) in tavor_srq_alloc()
97 sizes = srqinfo->srqi_sizes; in tavor_srq_alloc()
163 sizes->srq_wr_sz = max(sizes->srq_wr_sz, TAVOR_SRQ_MIN_SIZE); in tavor_srq_alloc()
164 log_srq_size = highbit(sizes->srq_wr_sz); in tavor_srq_alloc()
165 if (ISP2(sizes->srq_wr_sz)) { in tavor_srq_alloc()
184 if (sizes->srq_sgl_sz > max_sgl) { in tavor_srq_alloc()
193 tavor_srq_sgl_to_logwqesz(state, sizes->srq_sgl_sz, in tavor_srq_alloc()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h416 int sizes[]);
420 dma_addr_t dma_pointers[], int sizes[]);
424 int sizes[]);
428 dma_addr_t dma_pointer[], int sizes[]);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c244 size_t sizes[2]; local
387 sizes[0] = sizeof(ipfl);
395 sizes[1] = hlen + mlen;
399 sizes[1] = hlen + mlen;
404 sizes[1] = hlen + mlen;
407 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h216 ibt_channel_hdl_t *rc_chan_p, ibt_chan_sizes_t *sizes);
265 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes);
275 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c57 ibt_srq_sizes_t *sizes; in hermon_srq_alloc() local
77 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sizes)) in hermon_srq_alloc()
88 sizes = srqinfo->srqi_sizes; in hermon_srq_alloc()
176 srq_wr_sz = max(sizes->srq_wr_sz + 1, HERMON_SRQ_MIN_SIZE); in hermon_srq_alloc()
198 if (sizes->srq_sgl_sz > max_sgl) { in hermon_srq_alloc()
208 hermon_srq_sgl_to_logwqesz(state, sizes->srq_sgl_sz, in hermon_srq_alloc()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c63 ibt_chan_sizes_t *sizes) in ibt_alloc_rc_channel() argument
71 hca_hdl, flags, args, sizes); in ibt_alloc_rc_channel()
176 retval = ibt_alloc_qp(hca_hdl, IBT_RC_RQP, &qp_attr, sizes, NULL, in ibt_alloc_rc_channel()
401 ibt_chan_sizes_t *sizes) in ibt_alloc_ud_channel() argument
410 hca_hdl, flags, args, sizes); in ibt_alloc_ud_channel()
538 retval = ibt_alloc_qp(hca_hdl, IBT_UD_RQP, &qp_attr, sizes, NULL, in ibt_alloc_ud_channel()
599 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes) in ibt_alloc_ud_channel_range() argument
613 hca_hdl, flags, args, sizes); in ibt_alloc_ud_channel_range()
685 IBT_UD_RQP, &qp_attr, sizes, ibc_send_cq, ibc_recv_cq, in ibt_alloc_ud_channel_range()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c321 int sizes[] = IPGPC_PRIMES(); in ipgpc_initialize() local
334 for (i = 3; i < sizeof (sizes) / sizeof (*sizes) - 1; ++i) { in ipgpc_initialize()
335 if (sizes[i] >= ipgpc_max_filters) { in ipgpc_initialize()
339 if (sizes[i] == 0) { in ipgpc_initialize()
343 ipgpc_max_num_filters = sizes[(i - 1)]; in ipgpc_initialize()
345 ipgpc_max_num_filters = sizes[i]; in ipgpc_initialize()
350 for (i = 3; i < sizeof (sizes) / sizeof (*sizes) - 1; ++i) { in ipgpc_initialize()
351 if (sizes[i] >= ipgpc_max_classes) { in ipgpc_initialize()
355 if (sizes[i] == 0) { in ipgpc_initialize()
359 ipgpc_max_num_classes = sizes[(i - 1)]; in ipgpc_initialize()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S40 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
106 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S39 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
107 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/projectquota/
H A Dprojectquota_004_neg.ksh68 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_005_neg.ksh71 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt22 Example Code and Data Size: These are the sizes for the OS-independent
236 Current Release: (Note: build changes increased sizes)
3183 sizes.
10624 Current Release: (Same sizes)
12536 sizes are shown below. These are the code and data sizes for the
12611 sizes are shown below. These are the code and data sizes for the
12670 sizes are shown below. These are the code and data sizes for the
12724 sizes are shown below. These are the code and data sizes for the
12843 sizes are shown below. These are the code and data sizes for the
15145 the code and data sizes for the acpica.lib produced by the
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddev-options.rst42 Print all compound global data symbols with their sizes and alignment.
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dreport1.txt2 in GDBM. The following are statistics on the sizes of keys and data
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1070 ibt_chan_sizes_t sizes; in ib_create_qp() local
1149 &sizes, &qpn, &ibt_qp); in ib_create_qp()
1153 &sizes, &qpn, &ibt_qp); in ib_create_qp()
1157 qp_init_attr->port_num, IBT_SMI_SQP, &attrs, &sizes, in ib_create_qp()
1162 qp_init_attr->port_num, IBT_GSI_SQP, &attrs, &sizes, in ib_create_qp()
1175 qp_init_attr->cap.max_send_wr = sizes.cs_sq; in ib_create_qp()
1176 qp_init_attr->cap.max_recv_wr = sizes.cs_rq; in ib_create_qp()
1177 qp_init_attr->cap.max_send_sge = sizes.cs_sq_sgl; in ib_create_qp()
1178 qp_init_attr->cap.max_recv_sge = sizes.cs_rq_sgl; in ib_create_qp()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib407 echo Created $nfiles files of random sizes up to $maxsize bytes
428 echo Removed $nfiles files of random sizes up to $maxsize bytes
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs35 # the sizes of stage2 and pxegrub and may cause malfunction.
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC38 sizes 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c382 int sizes[] = P2Ps(); in ipcl_init() local
403 for (i = 9; i < sizeof (sizes) / sizeof (*sizes) - 1; i++) { in ipcl_init()
404 if (sizes[i] >= ipst->ips_ipcl_conn_fanout_size) { in ipcl_init()
408 if ((ipst->ips_ipcl_conn_fanout_size = sizes[i]) == 0) { in ipcl_init()
410 ipst->ips_ipcl_conn_fanout_size = sizes[16]; in ipcl_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c154 umem_init_walkers(uintptr_t addr, const umem_cache_t *c, int *sizes) in umem_init_walkers() argument
181 for (i = 0; sizes[i] != 0; i++) { in umem_init_walkers()
182 if (sizes[i] == c->cache_bufsize) in umem_init_walkers()
186 if (sizes[i] == 0) { in umem_init_walkers()
222 int *sizes; in umem_statechange_cb() local
249 sizes = mdb_zalloc(sym.st_size + sizeof (int), UM_SLEEP | UM_GC); in umem_statechange_cb()
251 if (mdb_vread(sizes, sym.st_size, (uintptr_t)sym.st_value) == -1) { in umem_statechange_cb()
256 (void) mdb_walk("umem_cache", (mdb_walk_cb_t)umem_init_walkers, sizes); in umem_statechange_cb()

123