/illumos-gate/usr/src/lib/udapl/libdat/common/ |
H A D | dat_dictionary.c | 197 OUT DAT_COUNT *p_size) 200 dat_os_assert(NULL != p_size); 202 *p_size = p_dictionary->size; 195 dat_dictionary_size( IN DAT_DICTIONARY *p_dictionary, OUT DAT_COUNT *p_size) argument
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_hash.c | 424 OUT DAT_COUNT *p_size) 426 dapl_os_assert(p_table && p_size); 428 *p_size = p_table->num_entries; 422 dapls_hash_size( IN DAPL_HASH_TABLE *p_table, OUT DAT_COUNT *p_size) argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 113 long p_size; /* # of blocks in partition */ member in struct:partition 134 diskaddr_t p_size; /* # of blocks in partition */ member in struct:extpartition 170 v.v_part[i].p_size = (long)extv.v_part[i].p_size; \ 194 extv.v_part[i].p_size = \ 195 (diskaddr_t)(unsigned long)v.v_part[i].p_size; \ 207 int32_t p_size; /* # of blocks in partition */ member in struct:partition32 241 v.v_part[i].p_size = (unsigned)v32.v_part[i].p_size; \ 266 extv.v_part[i].p_size [all...] |
H A D | dklabel.h | 121 blkaddr32_t p_size; /* # of blocks in partition */ member in struct:dkl_partition
|
H A D | efi_partition.h | 179 diskaddr_t p_size; /* size in blocks */ member in struct:dk_part 229 diskaddr_t p_size; member in struct:partition64
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | bcache.c | 214 size_t i, nblk, p_size, r_size, complete, ra; local 263 p_size = MIN(r_size, nblk - i); /* read at least those blocks */ 265 ra = bc->bcache_nblks - BHASH(bc, p_blk + p_size); 268 p_size += ra; 272 for (i = 0; i < p_size; i++) { 286 p_size * bcache_blksize, p_buf, &r_size); 294 if (r_size < p_size) 295 bcache_rablks += (p_size - r_size);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | disklabel.h | 138 u_int32_t p_size; /* number of sectors in partition */ member in struct:disklabel::partition
|
H A D | vtoc.h | 127 int32_t p_size; /* # of blocks in partition */ member in struct:dk_vtoc::__anon456
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rdisc.c | 1005 uint_t p_size, 1076 trace_rdisc(msg, ifp->int_addr, sin.sin_addr.s_addr, ifp, p, p_size); 1078 if (0 > sendtoif(rdisc_sock, p, p_size, flags, &sin, ifindex)) { 1004 send_rdisc(union ad_u *p, uint_t p_size, struct interface *ifp, in_addr_t dst, dstaddr_t type) argument
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | multidata.c | 1082 int h_size = 0, p_size = 0; local 1101 p_size += PDESC_PLD_SPAN_SIZE(pdi, i); 1105 ASSERT(h_size + p_size >= 0); 1106 if ((mp = allocb(h_size + p_size, BPRI_HI)) == NULL) { 1118 if ((pdi->flags & PDESC_PBUF_REF) && p_size > 0) {
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_config.h | 279 int p_size; member in struct:nscd_cfg_param_desc
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc.h | 258 * - p_asleep, p_drowsy, p_reqs, p_size, p_walkers, p_req_cv. 364 size_t p_size; /* Total size of queued msgs */ member in struct:__svcpool
|
/illumos-gate/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 2445 int32_t p_size; local 2450 offset += offsetof(struct partition, p_size); 2454 offset += offsetof(struct partition32, p_size); 2457 p_size = (int32_t)svp->sv_nblocks; 2458 if (p_size == 0) { 2461 p_size = (int32_t)svp->sv_nblocks; 2468 if ((rc == 0) && ddi_copyout(&p_size, (void *)(arg + offset), 2469 sizeof (p_size), mode) != 0) { 2473 long p_size; local 2477 offset += offsetof(struct partition, p_size); 2526 uint64_t p_size; /* virtual partition size from nsctl */ local 2636 diskaddr_t p_size; local [all...] |
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibtl_types.h | 951 size_t p_size; member in struct:ibt_phys_buf_s
|