/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr_array.c | 129 * > basep: base of the array 135 xdr_vector(XDR *xdrs, char *basep, const uint_t nelem, argument 141 elptr = basep;
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 70 char *basep; local 72 basep = basename(path); 73 dlipathsz = strlen(basep) + dliroot_len + 1; 76 (void) snprintf(dlipath, dlipathsz, "%s%s", dliroot, basep);
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | array.c | 69 struct taginfo **basep, 84 *basep = base; 67 get_array_info( tnf_datum_t datum, struct taginfo **basep, struct taginfo **eltp, struct taginfo **elt_basep) argument
|
/illumos-gate/usr/src/common/util/ |
H A D | qsort.c | 109 void *basep, 154 if ((((uintptr_t)basep & (sizeof (uint64_t) - 1)) == 0) && 158 } else if ((((uintptr_t)basep & (sizeof (uint32_t) - 1)) == 0) && 162 } else if ((((uintptr_t)basep & (sizeof (uint32_t) - 1)) == 0) && 185 sp->b_lim = (char *)basep; 108 qsort( void *basep, size_t nrec, size_t rsiz, int (*cmp)(const void *, const void *)) argument
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 47 * if basep!=0 it points to the default base on input and 197 S2I_function(const char* a, size_t size, char** e, char* basep, int m) argument 199 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m; 211 S2I_function(const char* a, char** e, char* basep, int m) 213 S2I_function(a, e, basep, m) const char* a; char** e; char* basep; int m; 249 base = basep ? *((unsigned char*)basep) : 0; 317 if (basep) [all...] |
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vio_util.h | 125 vio_mblk_t *basep; /* base pointer to pool of vio_mblks */ member in struct:vio_mblk_pool
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | memnode.c | 301 mem_node_max_range(pfn_t *basep, pfn_t *maxp) argument 316 *basep = base;
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.c | 638 * > basep: base of the array 644 xdr_vector(XDR *xdrs, char *basep, const uint_t nelem, argument 650 elptr = basep;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | grow.c | 519 caddr_t basep = (caddr_t)(uintptr_t)((uintptr_t)*addrp & PAGEMASK); local 526 } else if (basep != NULL && 528 !as_gap(as, len, &basep, &lenp, 0, *addrp)) { 530 *addrp = basep;
|
/illumos-gate/usr/src/uts/sun4u/starcat/sys/ |
H A D | iosramvar.h | 197 uint8_t *basep; /* kvaddr for this IOSRAM chunk */ member in struct:iosram_chunk
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 1294 char *basep; local 1310 basep = strrchr(devlink_path, '/'); 1311 if (basep == NULL) { 1312 basep = devlink_path; 1314 basep++; 1319 while (*basep != 0 && *basep != 's' && cnt < size) { 1320 *namep++ = *basep++; 1380 char *basep; local 1383 basep [all...] |
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 263 * Determine whether [*basep, *basep + *lenp) contains a mappable range of 266 * redzone on either side of the range. On success, 1 is returned and *basep 271 valid_va_range_aligned(caddr_t *basep, size_t *lenp, size_t minlen, int dir, argument 281 lo = *basep; 351 *basep = lo; 357 * Determine whether [*basep, *basep + *lenp) contains a mappable range of 358 * addresses at least "minlen" long. On success, 1 is returned and *basep 363 valid_va_range(caddr_t *basep, size_ argument [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 638 mdb_ctf_impl_t *basep = (mdb_ctf_impl_t *)&base; local 659 if (basep->mci_fp != tvp->tv_fp && mdb_ctf_type_valid(base)) { 664 tv.tv_fp = basep->mci_fp; 670 ret = ctf_type_visit(basep->mci_fp, basep->mci_id,
|
H A D | mdb_proc.c | 2514 psaddr_t *basep) 2544 err = pt->p_tdb_ops->td_thr_tlsbase(&th, loadobjp->rl_tlsmodid, basep); 2513 tlsbase(mdb_tgt_t *t, mdb_tgt_tid_t tid, Lmid_t lmid, const char *object, psaddr_t *basep) argument
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_as.c | 1802 * Find a hole within [*basep, *basep + *lenp), which contains a mappable 1817 * If an adequate hole is found, *basep and *lenp are set to reflect the part of 1823 as_gap_aligned(struct as *as, size_t minlen, caddr_t *basep, size_t *lenp, argument 1826 caddr_t lobound = *basep; 1837 save_base = *basep; 1859 if (valid_va_range_aligned(basep, lenp, minlen, flags & AH_DIR, 1865 *basep = save_base; 1933 *basep = lo; 1935 if (*lenp >= minlen && valid_va_range_aligned(basep, len 1994 as_gap(struct as *as, size_t minlen, caddr_t *basep, size_t *lenp, uint_t flags, caddr_t addr) argument 2007 as_memory(struct as *as, caddr_t *basep, size_t *lenp) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 2517 caddr_t basep; /* pointer to input data */ local 2529 basep = uiop->uio_iov->iov_base; 2563 basep = tuio.uio_iov->iov_base; 2581 error = kcopy(basep, &ip->i_db[1], ip->i_size);
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 5345 caddr_t *basep, ddi_acc_handle_t *hp) 5397 if ((ret = ddi_regs_map_setup(dip, i, basep, 0, 0, attrp, hp)) 5343 gem_pci_regs_map_setup(dev_info_t *dip, uint32_t which, uint32_t mask, struct ddi_device_acc_attr *attrp, caddr_t *basep, ddi_acc_handle_t *hp) argument
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 2311 pciIdeAdjustBAR(uchar_t progcl, int index, uint_t *basep, uint_t *lenp) argument 2326 *basep += pciide_bar[index].bar_offset; 2328 *basep = pciide_bar[index].addr; 2336 if (*basep == 0 || *lenp == 0) { 2337 *basep = 0;
|
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 4774 idn_dmv_msg_t *basep, *ivp; local 4803 basep = (idn_dmv_msg_t *)roundup((size_t)idn.intr.dmv_data + 4806 idn_dmv_data->idn_dmv_qbase = (uint64_t)basep; 4808 ivp = basep; 4813 for (c = 0, ivp = basep; c < NCPU; ivp++, c++) {
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | libsmb.h | 259 * basep: points to the beginning of the buffer 264 unsigned char *basep; member in struct:__anon209
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 820 * Determine whether [*basep, *basep + *lenp) contains a mappable range of 823 * redzone on either side of the range. On success, 1 is returned and *basep 829 valid_va_range_aligned(caddr_t *basep, size_t *lenp, size_t minlen, int dir, argument 839 lo = (uintptr_t)*basep; 914 *basep = (caddr_t)lo; 920 * Determine whether [*basep, *basep + *lenp) contains a mappable range of 921 * addresses at least "minlen" long. On success, 1 is returned and *basep 926 valid_va_range(caddr_t *basep, size_ argument [all...] |
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 4266 drmach_lpa_bb_get(drmach_board_t *s1bp, uint64_t *basep, uint64_t *boundp) argument 4273 *basep = *boundp = 0; 4280 *basep = DRMACH_SLICE_TO_PA(slice & DRMACH_SLICE_MASK); 4281 *boundp = *basep + DRMACH_MEM_SLICE_SIZE;
|