/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-ring-fp.c | 328 int sizes[]) in xge_hal_ring_dtr_3b_set() argument 333 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER0_SIZE(sizes[0]); in xge_hal_ring_dtr_3b_set() 336 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER1_SIZE(sizes[1]); in xge_hal_ring_dtr_3b_set() 339 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER2_SIZE(sizes[2]); in xge_hal_ring_dtr_3b_set() 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() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | announce.c | 190 int sizes[N_LINES]; in print_mesg() local 214 sizes[i] = strlen(line_buf[i]); in print_mesg() 215 max_size = max(max_size, sizes[i]); in print_mesg() 222 sizes[i] = strlen(line_buf[i]); in print_mesg() 223 max_size = max(max_size, sizes[i]); in print_mesg() 251 sizes[i] = strlen(line_buf[i]); in print_mesg() 252 max_size = max(max_size, sizes[i]); in print_mesg() 258 sizes[i] = strlen(line_buf[i]); in print_mesg() 259 max_size = max(max_size, sizes[i]); in print_mesg() 264 sizes[i] = strlen(line_buf[i]); in print_mesg() [all …]
|
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 840 xkb_read_modsyms(xkb_t *xkb, char **buf, size_t *sizes, int types, in xkb_read_modsyms() argument 861 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() 932 if (!xkb_read_modsyms(xkb, buf, sizes, types, sym_addr, in xkb_walk_syms() 962 size_t sizes[XKB_WALK_STR + 1]; in xkb_build_ksyms() local [all …]
|
/titanic_50/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 89 static int sizes[TSIZE]; variable 237 sizes[i] = 0; in check() 338 sizes[size]++; in qacct() 433 if (sizes[i]) { in report() 434 t += i*sizes[i]; in report() 436 i, sizes[i], t); in report() 438 if (sizes[TSIZE -1 ]) in report() 440 sizes[TSIZE - 1], overflow + (offset_t)t); in report()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 231 int sizes; in bigheap() local 237 if ((sizes = getpagesizes(NULL, 0)) == -1) in bigheap() 240 if (sizes == 1 || (size = alloca(sizeof (size_t) * sizes)) == NULL) in bigheap() 243 if (getpagesizes(size, sizes) == -1) in bigheap() 246 while (size[sizes - 1] > maxpgsize) in bigheap() 247 sizes--; in bigheap() 250 big = size[sizes - 1]; in bigheap()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_srq.c | 58 ibt_srq_sizes_t *sizes; in tavor_srq_alloc() local 81 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sizes)) in tavor_srq_alloc() 100 sizes = srqinfo->srqi_sizes; in tavor_srq_alloc() 174 sizes->srq_wr_sz = max(sizes->srq_wr_sz, TAVOR_SRQ_MIN_SIZE); in tavor_srq_alloc() 175 log_srq_size = highbit(sizes->srq_wr_sz); in tavor_srq_alloc() 176 if (ISP2(sizes->srq_wr_sz)) { in tavor_srq_alloc() 197 if (sizes->srq_sgl_sz > max_sgl) { in tavor_srq_alloc() 208 tavor_srq_sgl_to_logwqesz(state, sizes->srq_sgl_sz, in tavor_srq_alloc()
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-ring.h | 416 int sizes[]); 420 dma_addr_t dma_pointers[], int sizes[]); 424 int sizes[]); 428 dma_addr_t dma_pointer[], int sizes[]);
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti.h | 216 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);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 244 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);
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_srq.c | 57 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()
|
/titanic_50/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_chan.c | 63 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()
|
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | filters.c | 321 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 …]
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 53 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1. 119 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
|
/titanic_50/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 55 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1. 123 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userquota_005_neg.ksh | 71 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 22 Example Code and Data Size: These are the sizes for the OS-independent 60 Example Code and Data Size: These are the sizes for the OS-independent 169 Example Code and Data Size: These are the sizes for the OS-independent 236 Current Release: (Note: build changes increased sizes) 284 Example Code and Data Size: These are the sizes for the OS-independent 396 Example Code and Data Size: These are the sizes for the OS-independent 497 Example Code and Data Size: These are the sizes for the OS-independent 566 Example Code and Data Size: These are the sizes for the OS-independent 680 Example Code and Data Size: These are the sizes for the OS-independent 753 Example Code and Data Size: These are the sizes for the OS-independent [all …]
|
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 5 in GDBM. The following are statistics on the sizes of keys and data
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_dev.h | 73 int (*sizes)(); /* Return size of cache */ member
|
H A D | nsc_cache.c | 58 "Sizes", (uintptr_t)nsc_null, _I(sizes), 437 return (_nsc_call_io(_I(sizes), (blind_t)asize, (blind_t)wsize, 0)); in nsc_cache_sizes()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 1070 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()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | rsend.kshlib | 400 $ECHO Created $nfiles files of random sizes up to $maxsize bytes 421 $ECHO Removed $nfiles files of random sizes up to $maxsize bytes
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 33 # the sizes of stage2 and pxegrub and may cause malfunction.
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | DESC | 38 sizes 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 380 int sizes[] = P2Ps(); in ipcl_init() local 401 for (i = 9; i < sizeof (sizes) / sizeof (*sizes) - 1; i++) { in ipcl_init() 402 if (sizes[i] >= ipst->ips_ipcl_conn_fanout_size) { in ipcl_init() 406 if ((ipst->ips_ipcl_conn_fanout_size = sizes[i]) == 0) { in ipcl_init() 408 ipst->ips_ipcl_conn_fanout_size = sizes[16]; in ipcl_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 154 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()
|