/titanic_50/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 | 99 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; in vmessage() 104 if (est->sc_cmd_file == NULL) in vmessage() 108 est->sc_cmd_filename, est->sc_cmd_lineno - 1); in vmessage() 139 if (est->sc_cmd_flags & SC_CMD_IACTIVE) { in synerr() 146 if ((est->sc_cmd_flags & SC_CMD_DONT_EXIT) == 0) in synerr() 163 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 | 70 #define IGNORE_VAR (!est->sc_fs_minimal) 358 extern engine_state_t *est;
|
H A D | svccfg_libscf.c | 760 start_private_repository(engine_state_t *est) in start_private_repository() argument 769 if (est->sc_repo_doorname != NULL) in start_private_repository() 770 free((void *)est->sc_repo_doorname); in start_private_repository() 772 est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr"); in start_private_repository() 773 if (est->sc_repo_doorname == NULL) in start_private_repository() 776 fd = open(est->sc_repo_doorname, O_CREAT | O_EXCL | O_RDWR, 0600); in start_private_repository() 787 if ((est->sc_repo_pid = fork()) == 0) { in start_private_repository() 788 (void) execlp(est->sc_repo_server, est->sc_repo_server, "-p", in start_private_repository() 789 "-d", est->sc_repo_doorname, "-r", est->sc_repo_filename, in start_private_repository() 791 uu_die(gettext("Could not execute %s"), est->sc_repo_server); in start_private_repository() [all …]
|
H A D | svccfg_xml.c | 696 est->sc_miss_type = B_TRUE; in lxml_get_propval() 759 est->sc_miss_type = B_TRUE; in lxml_get_property() 3430 est->sc_miss_type = B_FALSE; in lxml_get_service() 3549 s->sc_miss_type = est->sc_miss_type; in lxml_get_service() 3550 if (est->sc_miss_type) in lxml_get_service() 3551 est->sc_miss_type = B_FALSE; in lxml_get_service()
|
H A D | svccfg.y | 269 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()
|
H A D | svccfg_tmpl.c | 1317 if (est->sc_cmd_flags & SC_CMD_IACTIVE) { in im_perror_item() 3050 int interactive = (est->sc_cmd_flags & SC_CMD_IACTIVE) ? in tmpl_errors_print()
|
/titanic_50/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 …]
|
/titanic_50/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 311 brand_sysent_table_t *est = &(brand_sysent_table[i]); in brand_pre_init() local 312 brand_assert(BIT_ONLYONESET(est->st_args & RV_MASK)); in brand_pre_init()
|
/titanic_50/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 | 128 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() argument 133 *est += (int)(vmem->vm_kstat.vk_alloc.value.ui64 - in leaky_estimate_vmem() 171 leaky_estimate(uintptr_t addr, const kmem_cache_t *c, size_t *est) in leaky_estimate() argument 176 *est += kmem_estimate_allocated(addr, c); in leaky_estimate()
|
H A D | leaky.c | 779 size_t est = 0; in findleaks() local 815 if ((ret = leaky_subr_estimate(&est)) != DCMD_OK) in findleaks() 818 leaky_verbose("maximum buffers", est); in findleaks() 824 lk_mtab = leaky_zalloc(est * sizeof (leak_mtab_t), UM_SLEEP | UM_GC); in findleaks()
|
H A D | kmem.c | 931 kmem_estimate_slab(uintptr_t addr, const kmem_slab_t *sp, size_t *est) in kmem_estimate_slab() argument 933 *est -= (sp->slab_chunks - sp->slab_refcnt); in kmem_estimate_slab()
|
/titanic_50/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 | 116 est(ip); 148 est(ip); 216 est(ip); 283 est(ip);
|
H A D | dumpitime.c | 357 est(ip) in est() function
|
/titanic_50/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
|
/titanic_50/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) in leaky_estimate_vmem() argument 151 *est += (int)(vmem->vm_kstat.vk_alloc - vmem->vm_kstat.vk_free); in leaky_estimate_vmem() 455 leaky_estimate(uintptr_t addr, const umem_cache_t *c, size_t *est) in leaky_estimate() argument 460 *est += umem_estimate_allocated(addr, c); in leaky_estimate()
|
H A D | umem.c | 847 umem_estimate_slab(uintptr_t addr, const umem_slab_t *sp, size_t *est) in umem_estimate_slab() argument 849 *est -= (sp->slab_chunks - sp->slab_refcnt); in umem_estimate_slab()
|
/titanic_50/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 437 struct bd_errstats *est = bd->d_kerr; in bd_init_errstats() local 442 KSTAT_NAMED_STR_PTR(&est->bd_model) == NULL) { in bd_init_errstats() 443 bd_errstats_setstr(&est->bd_model, drive->d_model, in bd_init_errstats() 446 bd_errstats_setstr(&est->bd_vid, drive->d_vendor, in bd_init_errstats() 448 bd_errstats_setstr(&est->bd_pid, drive->d_product, in bd_init_errstats() 452 bd_errstats_setstr(&est->bd_revision, drive->d_revision, in bd_init_errstats() 454 bd_errstats_setstr(&est->bd_serial, drive->d_serial, in bd_init_errstats()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 54 et estonian est iso8859-3
|
/titanic_50/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)
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Dialers | 57 develcon "" "" \pr\ps\c est:\007 \E\D\e \n\007
|