/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; in engine_exec() 143 est->sc_cmd_bufsz = strlen(cmd) + 1; in engine_exec() 144 est->sc_cmd_bufoff = 0; in engine_exec() 316 est->sc_gl = new_GetLine(512, 8000); in engine_interp() 317 if (est->sc_gl == NULL) in engine_interp() 325 r = gl_customize_completion(est->sc_gl, NULL, complete); in engine_interp() 331 est->sc_cmd_buf = gl_get_line(est->sc_gl, selfmri, NULL, -1); in engine_interp() 333 if (est->sc_cmd_buf == NULL) { in engine_interp() 334 switch (gl_return_status(est->sc_gl)) { in engine_interp() [all …]
|
H A D | svccfg_main.c | 107 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; in vmessage() 112 if (est->sc_cmd_file == NULL) in vmessage() 116 est->sc_cmd_filename, est->sc_cmd_lineno - 1); in vmessage() 147 if (est->sc_cmd_flags & SC_CMD_IACTIVE) { in synerr() 154 if ((est->sc_cmd_flags & SC_CMD_DONT_EXIT) == 0) in synerr() 171 if ((est->sc_cmd_flags & (SC_CMD_IACTIVE | SC_CMD_DONT_EXIT)) == 0) in semerr()
|
H A D | svccfg.l | 179 est->sc_cmd_lineno++; 209 int c = engine_cmd_getc(est); 235 (void) engine_cmd_ungetc(est, c == 0 ? EOF : c); 242 engine_cmd_nputs(est, &ch, sizeof (ch));
|
H A D | svccfg.h | 72 #define IGNORE_VAR (!est->sc_fs_minimal) 352 extern engine_state_t *est;
|
H A D | svccfg_libscf.c | 763 start_private_repository(engine_state_t *est) in start_private_repository() argument 772 if (est->sc_repo_doorname != NULL) in start_private_repository() 773 free((void *)est->sc_repo_doorname); in start_private_repository() 775 est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr"); in start_private_repository() 776 if (est->sc_repo_doorname == NULL) in start_private_repository() 779 fd = open(est->sc_repo_doorname, O_CREAT | O_EXCL | O_RDWR, 0600); in start_private_repository() 790 if ((est->sc_repo_pid = fork()) == 0) { in start_private_repository() 791 (void) execlp(est->sc_repo_server, est->sc_repo_server, "-p", in start_private_repository() 792 "-d", est->sc_repo_doorname, "-r", est->sc_repo_filename, in start_private_repository() 794 uu_die(gettext("Could not execute %s"), est->sc_repo_server); in start_private_repository() [all …]
|
H A D | svccfg_xml.c | 697 est->sc_miss_type = B_TRUE; in lxml_get_propval() 760 est->sc_miss_type = B_TRUE; in lxml_get_property() 3465 est->sc_miss_type = B_FALSE; in lxml_get_service() 3584 s->sc_miss_type = est->sc_miss_type; in lxml_get_service() 3585 if (est->sc_miss_type) in lxml_get_service() 3586 est->sc_miss_type = B_FALSE; in lxml_get_service()
|
H A D | svccfg.y | 271 if ((est->sc_cmd_flags & (SC_CMD_IACTIVE|SC_CMD_DONT_EXIT)) == 0)
|
H A D | svccfg_internal.c | 482 est->sc_miss_type = B_TRUE; in internal_pgroup_create_common()
|
/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) in fs_readdir() argument 305 rv = fs_getstat(file_path, efh, est); in fs_readdir() 336 struct stat64 pst, est; in traverse_post() local 425 &efh, &est); in traverse_post() 474 if (S_ISDIR(est.st_mode)) { in traverse_post() 510 tsp->ts_st = est; in traverse_post() 525 en.tn_st = &est; in traverse_post() 556 est = tsp->ts_st; in traverse_post() 575 en.tn_st = &est; in traverse_post() 602 pn.tn_st = &est; in traverse_post() [all …]
|
/illumos-gate/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 313 brand_sysent_table_t *est = &(brand_sysent_table[i]); in brand_pre_init() local 314 brand_assert(BIT_ONLYONESET(est->st_args & RV_MASK)); in brand_pre_init()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 990 typegraph_estimate(uintptr_t addr, const kmem_cache_t *c, size_t *est) in typegraph_estimate() argument 995 *est += kmem_estimate_allocated(addr, c); in typegraph_estimate() 1001 typegraph_estimate_modctl(uintptr_t addr, const struct modctl *m, size_t *est) in typegraph_estimate_modctl() argument 1013 (*est) += mod.nsyms; in typegraph_estimate_modctl() 1020 typegraph_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in typegraph_estimate_vmem() argument 1025 *est += (size_t)(vmem->vm_kstat.vk_alloc.value.ui64 - in typegraph_estimate_vmem() 2374 size_t est = 0; in typegraph() local 2407 (mdb_walk_cb_t)typegraph_estimate, &est) == -1) { in typegraph() 2413 (mdb_walk_cb_t)typegraph_estimate_modctl, &est) == -1) { in typegraph() 2419 (mdb_walk_cb_t)typegraph_estimate_vmem, &est) == -1) { in typegraph() [all …]
|
H A D | leaky_subr.c | 126 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() argument 131 *est += (int)(vmem->vm_kstat.vk_alloc.value.ui64 - in leaky_estimate_vmem() 169 leaky_estimate(uintptr_t addr, const kmem_cache_t *c, size_t *est) in leaky_estimate() argument 174 *est += kmem_estimate_allocated(addr, c); in leaky_estimate()
|
H A D | leaky.c | 777 size_t est = 0; in findleaks() local 813 if ((ret = leaky_subr_estimate(&est)) != DCMD_OK) in findleaks() 816 leaky_verbose("maximum buffers", est); in findleaks() 822 lk_mtab = leaky_zalloc(est * sizeof (leak_mtab_t), UM_SLEEP | UM_GC); in findleaks()
|
/illumos-gate/usr/src/test/util-tests/tests/svr4pkg/files/data/a/ |
H A D | file1.txt | 6 non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
/illumos-gate/usr/src/test/util-tests/tests/svr4pkg/files/data/b/ |
H A D | file2.txt | 6 non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 588 struct bd_errstats *est = bd->d_kerr; in bd_init_errstats() local 593 KSTAT_NAMED_STR_PTR(&est->bd_model) == NULL) { in bd_init_errstats() 594 bd_errstats_setstr(&est->bd_model, drive->d_model, in bd_init_errstats() 597 bd_errstats_setstr(&est->bd_vid, drive->d_vendor, in bd_init_errstats() 599 bd_errstats_setstr(&est->bd_pid, drive->d_product, in bd_init_errstats() 603 bd_errstats_setstr(&est->bd_revision, drive->d_revision, in bd_init_errstats() 605 bd_errstats_setstr(&est->bd_serial, drive->d_serial, in bd_init_errstats() 614 struct bd_errstats *est = bd->d_kerr; in bd_fini_errstats() local 618 bd_errstats_clrstr(&est->bd_model); in bd_fini_errstats() 619 bd_errstats_clrstr(&est->bd_vid); in bd_fini_errstats() [all …]
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dump.h | 258 extern void est(struct dinode *); 384 extern void est();
|
H A D | dumptraverse.c | 106 est(ip); in mark() 137 est(ip); in active_mark() 203 est(ip); in estshad() 269 est(ip); in add()
|
H A D | dumpitime.c | 344 est(struct dinode *ip) in est() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | THIRDPARTYLICENSE | 130 Ce logiciel informatique est disponible aux conditions 131 usuelles dans la recherche, c'est-\340-dire qu'il peut 141 Ce logiciel est fourni tel quel sans aucune garantie, 143 Ce logiciel est d\351riv\351 de sources d'origine 148 est une f\351d\351ration d'unit\351s mixtes de recherche du CNRS, de l'Institut
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 143 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() argument 149 *est += (int)(vmem->vm_kstat.vk_alloc - vmem->vm_kstat.vk_free); in leaky_estimate_vmem() 453 leaky_estimate(uintptr_t addr, const umem_cache_t *c, size_t *est) in leaky_estimate() argument 458 *est += umem_estimate_allocated(addr, c); in leaky_estimate()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | README | 3 sparse (spärs), adj,., spars-er, spars-est.
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | sparse-README.txt | 2 sparse (spärs), adj,., spars-er, spars-est.
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 54 et estonian est iso8859-3
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | impl.h | 1022 #define KCF_PROV_SEED_RANDOM(pd, session, buf, len, est, flags, req) ( \ argument 1025 session, buf, len, est, flags, req) : CRYPTO_NOT_SUPPORTED)
|