/illumos-gate/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 311 brand_sysent_table_t *est = &(brand_sysent_table[i]); local 312 brand_assert(BIT_ONLYONESET(est->st_args & RV_MASK));
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 357 est(ip) function
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 287 char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est) 305 rv = fs_getstat(file_path, efh, est); 336 struct stat64 pst, est; local 425 &efh, &est); 474 if (S_ISDIR(est.st_mode)) { 510 tsp->ts_st = est; 525 en.tn_st = &est; 556 est = tsp->ts_st; 575 en.tn_st = &est; 602 pn.tn_st = &est; 286 fs_readdir(fs_fhandle_t *ts_fh, char *path, long *dpos, char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est) argument 755 struct stat64 pst, est; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 128 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) argument 133 *est += (int)(vmem->vm_kstat.vk_alloc.value.ui64 - 171 leaky_estimate(uintptr_t addr, const kmem_cache_t *c, size_t *est) argument 176 *est += kmem_estimate_allocated(addr, c);
|
H A D | leaky.c | 779 size_t est = 0; local 815 if ((ret = leaky_subr_estimate(&est)) != DCMD_OK) 818 leaky_verbose("maximum buffers", est); 824 lk_mtab = leaky_zalloc(est * sizeof (leak_mtab_t), UM_SLEEP | UM_GC);
|
H A D | typegraph.c | 990 typegraph_estimate(uintptr_t addr, const kmem_cache_t *c, size_t *est) argument 995 *est += kmem_estimate_allocated(addr, c); 1001 typegraph_estimate_modctl(uintptr_t addr, const struct modctl *m, size_t *est) argument 1013 (*est) += mod.nsyms; 1020 typegraph_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) argument 1025 *est += (size_t)(vmem->vm_kstat.vk_alloc.value.ui64 - 2374 size_t est = 0; local 2407 (mdb_walk_cb_t)typegraph_estimate, &est) == -1) { 2413 (mdb_walk_cb_t)typegraph_estimate_modctl, &est) == -1) { 2419 (mdb_walk_cb_t)typegraph_estimate_vmem, &est) [all...] |
H A D | kmem.c | 931 kmem_estimate_slab(uintptr_t addr, const kmem_slab_t *sp, size_t *est) argument 933 *est -= (sp->slab_chunks - sp->slab_refcnt);
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 50 engine_state_t *est; variable 142 est->sc_cmd_buf = cmd; 143 est->sc_cmd_bufsz = strlen(cmd) + 1; 144 est->sc_cmd_bufoff = 0; 316 est->sc_gl = new_GetLine(512, 8000); 317 if (est->sc_gl == NULL) 325 r = gl_customize_completion(est->sc_gl, NULL, complete); 331 est->sc_cmd_buf = gl_get_line(est->sc_gl, selfmri, NULL, -1); 333 if (est [all...] |
H A D | svccfg_libscf.c | 760 start_private_repository(engine_state_t *est) argument 769 if (est->sc_repo_doorname != NULL) 770 free((void *)est->sc_repo_doorname); 772 est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr"); 773 if (est->sc_repo_doorname == NULL) 776 fd = open(est->sc_repo_doorname, O_CREAT | O_EXCL | O_RDWR, 0600); 787 if ((est->sc_repo_pid = fork()) == 0) { 788 (void) execlp(est->sc_repo_server, est [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 145 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) argument 151 *est += (int)(vmem->vm_kstat.vk_alloc - vmem->vm_kstat.vk_free); 455 leaky_estimate(uintptr_t addr, const umem_cache_t *c, size_t *est) argument 460 *est += umem_estimate_allocated(addr, c);
|
H A D | umem.c | 848 umem_estimate_slab(uintptr_t addr, const umem_slab_t *sp, size_t *est) argument 850 *est -= (sp->slab_chunks - sp->slab_refcnt);
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 435 struct bd_errstats *est = bd->d_kerr; local 440 KSTAT_NAMED_STR_PTR(&est->bd_model) == NULL) { 441 bd_errstats_setstr(&est->bd_model, drive->d_model, 444 bd_errstats_setstr(&est->bd_vid, drive->d_vendor, 446 bd_errstats_setstr(&est->bd_pid, drive->d_product, 450 bd_errstats_setstr(&est->bd_revision, drive->d_revision, 452 bd_errstats_setstr(&est->bd_serial, drive->d_serial,
|