/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 77 #define CRB_FREE(crb, me) \ argument 81 (me)->me_crb = NULL; 83 #define CRB_RELE(me) { \ argument 84 crb_t *crb = (me)->me_crb; \ 86 CRB_FREE(crb, me) \ 95 #define HANDLE_DQUOT(me, melist) { \ argument 96 if ((me->me_arg) && \ 97 (me->me_func == ufs_trans_push_quota)) { \ 98 if (!((me->me_dt == melist->me_dt) && \ 99 (me->me_arg == melist->me_arg) && \ [all …]
|
H A D | lufs_debug.c | 268 mapentry_t *me; in logmap_logscan_debug() local 279 for (me = age; me; me = me->me_agenext) { in logmap_logscan_debug() 280 lof = me->me_lof; in logmap_logscan_debug() 334 map_check_ldl_write(ml_unit_t *ul, caddr_t va, offset_t vamof, mapentry_t *me) in map_check_ldl_write() argument 338 ASSERT(me->me_nb); in map_check_ldl_write() 339 ASSERT((me->me_flags & ME_AGE) == 0); in map_check_ldl_write() 342 bufp = kmem_alloc(me->me_nb, KM_SLEEP); in map_check_ldl_write() 345 me->me_agenext = NULL; in map_check_ldl_write() 346 if (ldl_read(ul, bufp, me->me_mof, me->me_nb, me) == 0) { in map_check_ldl_write() 347 ASSERT(bcmp(bufp, va + (me->me_mof - vamof), me->me_nb) == 0); in map_check_ldl_write() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 121 method_el_t *me; in method_fini() local 123 while ((me = uu_list_first(method_list)) != NULL) in method_fini() 124 unregister_method(me); in method_fini() 188 method_el_t *me; in register_method() local 210 if ((me = calloc(1, sizeof (method_el_t))) == NULL) { in register_method() 215 me->fd = fd; in register_method() 216 me->inst = (instance_t *)ins; in register_method() 217 me->method = mthd; in register_method() 218 me->pid = pid; in register_method() 219 me->cid = cid; in register_method() [all …]
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 236 struct mapent *me = NULL; in mapline_to_mapent() local 283 mp = me; in mapline_to_mapent() 284 if ((me = (struct mapent *)malloc(sizeof (*me))) == NULL) in mapline_to_mapent() 286 (void) memset((char *)me, 0, sizeof (*me)); in mapline_to_mapent() 288 *mapents = me; in mapline_to_mapent() 290 mp->map_next = me; in mapline_to_mapent() 304 if ((me->map_root = strdup(w1)) == NULL) in mapline_to_mapent() 309 me->map_mntpnt = strdup(""); in mapline_to_mapent() 311 me->map_mntpnt = strdup(w); in mapline_to_mapent() 312 if (me->map_mntpnt == NULL) in mapline_to_mapent() [all …]
|
H A D | autod_mount.c | 78 struct mapent *me, *mapents = NULL; in do_mount1() local 111 for (me = mapents; me; me = me->map_next) { in do_mount1() 113 me->map_fstype ? me->map_fstype : "", in do_mount1() 114 me->map_mounter ? me->map_mounter : "", in do_mount1() 116 me->map_root ? me->map_root : "", in do_mount1() 117 me->map_mntpnt ? me->map_mntpnt : ""); in do_mount1() 119 me->map_mntopts ? me->map_mntopts : ""); in do_mount1() 121 for (mfs = me->map_fs; mfs; mfs = mfs->mfs_next) in do_mount1() 141 for (me = mapents; me && !err; me = me->map_next) { in do_mount1() 143 mapents->map_root, me->map_mntpnt); in do_mount1() [all …]
|
H A D | ns_fnmount.c | 158 safe_mapent(mapent *me); 503 mapent *me; in frontier_aux() local 554 me = new_mapent(noroot, strdup(mntpnt), strdup("autofs"), opts, in frontier_aux() 556 if (me != NULL) { in frontier_aux() 558 me->map_next = mapents->map_next; in frontier_aux() 559 mapents->map_next = me; in frontier_aux() 679 safe_mapent(mapent *me) in safe_mapent() argument 683 if (me->map_next != NULL) { in safe_mapent() 687 opts = me->map_mntopts; in safe_mapent() 688 me->map_mntopts = safe_opts(opts); in safe_mapent() [all …]
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | eptstat.c | 71 struct pinfo *pinfo, *last, *me, *myparent; in eptstat() local 76 me = myparent = last = (struct pinfo *)0; in eptstat() 88 me = pinfo; in eptstat() 99 if (me) { in eptstat() 102 myparent->next = me->next; in eptstat() 104 entry->pinfo = me->next; in eptstat() 105 if (me == last) in eptstat() 110 if ((c != STAT_NEXT) && (me || (c != RM_RDY))) { in eptstat() 113 if (me == NULL) { in eptstat() 115 me = (struct pinfo *) in eptstat() [all …]
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_nswstate.c | 45 char *me = "_nscd_free_nsw_state"; in _nscd_free_nsw_state() local 48 (me, "freeing nsw state = %p\n", s); in _nscd_free_nsw_state() 71 (me, "release db be ptr %p\n", s->be_db_pp[i]); in _nscd_free_nsw_state() 102 (me, "nsw state %p freed \n", s); in _nscd_free_nsw_state() 114 char *me = "_nscd_free_nsw_state_base"; in _nscd_free_nsw_state_base() local 117 (me, "freeing db state base %p\n", base); in _nscd_free_nsw_state_base() 136 (me, "nsw state base %p freed \n", base); in _nscd_free_nsw_state_base() 144 char *me = "_nscd_free_all_nsw_state_base"; in _nscd_free_all_nsw_state_base() local 147 (me, "freeing all db state base\n"); in _nscd_free_all_nsw_state_base() 155 (me, "freeing db state base (%d) %p \n", i, base); in _nscd_free_all_nsw_state_base() [all …]
|
H A D | nscd_selfcred.c | 154 char *me = "init_slot"; in init_slot() local 178 (me, "slot %d allocated\n", s); in init_slot() 191 (me, "slot %d initialized\n", s); in init_slot() 221 char *me = "get_cslot"; in get_cslot() local 226 (me, "looking for uid %d (slot used = %d)\n", uid, used_slot); in get_cslot() 237 (me, "slot %d found with uid %d\n", in get_cslot() 315 char *me = "return_cslot"; in return_cslot() local 318 (me, "returning slot %d\n", ch->child_slot); in return_cslot() 342 char *me = "selfcred_kill"; in selfcred_kill() local 345 (me, "sending kill to door %d\n", fd); in selfcred_kill() [all …]
|
H A D | nscd_nswconfig.c | 85 char *me = "free_nscd_nsw_config"; in free_nscd_nsw_config() local 88 (me, "freeing nscd nsw config %p \n", nsw_cfg); in free_nscd_nsw_config() 118 char *me = "_nscd_free_all_nsw_config"; in _nscd_free_all_nsw_config() local 121 (me, "freeing all nscd nsw config \n"); in _nscd_free_all_nsw_config() 141 char *me = "free_nsw_backend_info_db"; in free_nsw_backend_info_db() local 144 (me, "freeing nsw backend info db %p\n", db); in free_nsw_backend_info_db() 159 char *me = " _nscd_free_all_nsw_backend_info_db"; in _nscd_free_all_nsw_backend_info_db() local 162 (me, "freeing all nsw backend info db\n"); in _nscd_free_all_nsw_backend_info_db() 192 char *me = "_nscd_populate_nsw_backend_info_db"; in _nscd_populate_nsw_backend_info_db() local 206 (me, "foreign backend: _nss_%s_version = %p ", src, be_version); in _nscd_populate_nsw_backend_info_db() [all …]
|
H A D | nscd_access.c | 80 char *me = "_nscd_release"; in _nscd_release() local 88 (me, "data = %p, access->data = %p, " in _nscd_release() 103 (me, "deleting data %p\n", access->data); in _nscd_release() 135 char *me = "_nscd_destroy"; in _nscd_destroy() local 143 (me, "data = %p, access->data = %p\n", data, access->data); in _nscd_destroy() 166 char *me = "_nscd_get"; in _nscd_get() local 174 (me, "data = %p, access->data = %p, seq#= %lld, nUse = %d\n", in _nscd_get() 189 (me, "internal address %p not found\n", data); in _nscd_get() 222 char *me = "_nscd_set"; in _nscd_set() local 228 (me, "new = %p, old = %p\n", new, old); in _nscd_set() [all …]
|
H A D | nscd_getentctx.c | 147 char *me = "_nscd_is_getent_ctx"; in _nscd_is_getent_ctx() local 161 (me, "getent context %p, cookie# %lld, to_delete %d\n", in _nscd_is_getent_ctx() 190 char *me = "_nscd_getent_ctx_in_use"; in _nscd_is_getent_ctx_in_use() local 195 (me, "in_use = %d, ctx->thr_id = %d, thread id = %d\n", in _nscd_is_getent_ctx_in_use() 216 char *me = "_nscd_free_ctx_if_aborted"; in _nscd_free_ctx_if_aborted() local 221 (me, "in_use = %d, aborted = %d\n", ctx->in_use, ctx->aborted); in _nscd_free_ctx_if_aborted() 233 (me, "getent session aborted, return the getent context\n"); in _nscd_free_ctx_if_aborted() 288 char *me = "_nscd_free_getent_ctx"; in _nscd_free_getent_ctx() local 291 (me, "getent context %p\n", gnctx); in _nscd_free_getent_ctx() 312 char *me = "_nscd_free_getent_ctx_base"; in _nscd_free_getent_ctx_base() local [all …]
|
H A D | nscd_door.c | 44 char *me = "initdoor"; in initdoor() local 49 (me, "door is %s (fd is %d)\n", NAME_SERVICE_DOOR, in initdoor() 67 (me, "door %d not valid\n", *doorfd); in initdoor() 84 char *me = "copy_output"; in copy_output() local 93 (me, "output buffer not large enough " in copy_output() 118 char *me = "_nscd_doorcall"; in _nscd_doorcall() local 121 (me, "processing door call %d ...\n", callnum); in _nscd_doorcall() 133 (me, "door call (%d) failed (status = %d, error = %s)\n", in _nscd_doorcall() 153 char *me = "_nscd_doorcall_data"; in _nscd_doorcall_data() local 156 (me, "processing door call %d ...\n", callnum); in _nscd_doorcall_data() [all …]
|
H A D | nscd_switch.c | 114 char *me = "get_loopback_key"; in get_loopback_key() local 120 (me, "get loopback key, key = %p\n", k); in get_loopback_key() 128 char *me = "clear_loopback_key"; in clear_loopback_key() local 142 (me, "key %p cleared\n", key); in clear_loopback_key() 162 char *me = "get_initf_key"; in get_initf_key() local 168 (me, "got initf pbuf, key = %p\n", pbuf); in get_initf_key() 176 char *me = "clear_initf_key"; in clear_initf_key() local 181 (me, "initf pbuf cleared\n"); in clear_initf_key() 205 char *me = "getparams"; in getparams() local 275 (me, "unsupported database: %s\n", p->name); in getparams() [all …]
|
H A D | nscd_init.c | 59 char *me = "nscd_init"; in _nscd_init() local 93 (me, "_nscd_create_int_addrDB failed\n"); in _nscd_init() 103 (me, "_nscd_create_getent_ctx_addrDB failed\n"); in _nscd_init() 112 (me, "_nscd_init_all_nsw_be_info_db failed (rc = %d)\n", in _nscd_init() 122 (me, "_nscd_init_all_nsw_config failed (rc = %d)\n", rc); in _nscd_init() 148 (me, "unable to read /etc/nsswitch.conf (rc = %d)\n", rc); in _nscd_init() 163 (me, "unable to read /etc/nscd.conf (rc = %d)\n", rc); in _nscd_init() 177 (me, "unable to read configuration from %s (rc = %d)\n", in _nscd_init() 198 char *me = "nscd_refresh"; in _nscd_refresh() local 231 (me, "nscd configuration refreshed successfully\n"); in _nscd_refresh() [all …]
|
H A D | nscd_frontend.c | 203 char *me = "_nscd_restart_if_cfgfile_changed"; in _nscd_restart_if_cfgfile_changed() local 285 (me, "nscd restart due to %s or %s change\n", in _nscd_restart_if_cfgfile_changed() 310 char *me = "get_client_euid"; in _nscd_get_client_euid() local 314 (me, "door_ucred: %s\n", strerror(errno)); in _nscd_get_client_euid() 336 char *me = "_nscd_check_client_read_priv"; in _nscd_check_client_priv() local 341 (me, "door_ucred: %s\n", strerror(errno)); in _nscd_check_client_priv() 357 (me, "missing all zones privileges\n"); in _nscd_check_client_priv() 368 (me, "unknown required_priv: %d\n", required_priv); in _nscd_check_client_priv() 386 char *me = "N2N_check_priv"; in N2N_check_priv() local 391 (me, "door_ucred: %s\n", strerror(errno)); in N2N_check_priv() [all …]
|
H A D | nscd_admin.c | 103 char *me = "_nscd_server_setadmin"; in _nscd_server_setadmin() local 113 _nscd_logit(me, "total_size = %d\n", set->total_size); in _nscd_server_setadmin() 115 _nscd_logit(me, "debug_level_set = %d, debug_level = %d\n", in _nscd_server_setadmin() 118 _nscd_logit(me, "logfile_set = %d, logfile = %s\n", in _nscd_server_setadmin() 122 _nscd_logit(me, "cache_cfg_num = %d\n", in _nscd_server_setadmin() 124 _nscd_logit(me, "cache_flush_num = %d\n", in _nscd_server_setadmin() 137 (me, "unable to set debug level %d\n", in _nscd_server_setadmin() 149 (me, "unable to set log file %s\n", set->logfile); in _nscd_server_setadmin() 163 (me, "number of caches (%d) to change out of bound %s\n", in _nscd_server_setadmin() 178 (me, "unable to find cache context for %s\n", in _nscd_server_setadmin() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs_log.c | 38 mapentry_t me; member 77 if (mdb_vread(&uw->me, sizeof (mapentry_t), walk_addr) == -1) { in ufslogmap_walk_step() 85 if (uw->me.me_next == uw->me.me_prev) { in ufslogmap_walk_step() 92 if (uw->me.me_next == uw->start_addr) { in ufslogmap_walk_step() 99 if (uw->prev_addr && (uw->me.me_prev != uw->prev_addr)) { in ufslogmap_walk_step() 108 wsp->walk_addr = (uintptr_t)uw->me.me_next; in ufslogmap_walk_step() 142 mapentry_t me; in mapentry_dcmd() local 152 if (mdb_vread(&me, sizeof (me), addr) == -1) { in mapentry_dcmd() 160 if (me.me_delta.d_typ >= DT_MAX) { in mapentry_dcmd() 167 delta2str(me.me_delta.d_typ), in mapentry_dcmd() [all …]
|
/titanic_41/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | Makefile | 34 FILES = acm.me an ansun ansun.tbl bib \ 35 chars.me deltext.me e eqn.me \ 36 float.me footnote.me index.me local.me m \ 38 ms.ths ms.toc null.me refer.me s sh.me \ 39 tbl.me thesis.me tz.map v vgrind
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 1519 struct di_node *me; in build_vhci_list() local 1542 me = DI_NODE(di_mem_addr(st, all->top_vhci_devinfo)); in build_vhci_list() 1544 while (me->next_vhci != 0) { in build_vhci_list() 1545 me = DI_NODE(di_mem_addr(st, me->next_vhci)); in build_vhci_list() 1548 me->next_vhci = off; in build_vhci_list() 1565 struct di_node *me; in build_phci_list() local 1588 me = DI_NODE(di_mem_addr(pwa->st, vh_di_node->top_phci)); in build_phci_list() 1590 while (me->next_phci != 0) { in build_phci_list() 1591 me = DI_NODE(di_mem_addr(pwa->st, me->next_phci)); in build_phci_list() 1593 me->next_phci = off; in build_phci_list() [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 176 static const char me[] = "ctl_server"; in ctl_server() local 190 (*logger)(ctl_error, "%s: no connection verb found", me); in ctl_server() 195 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_server() 217 me, strerror(errno)); in ctl_server() 236 me, strerror(errno)); in ctl_server() 242 me, ctl_sa_ntop((const struct sockaddr *)sap, in ctl_server() 251 (*ctx->logger)(ctl_warning, "%s: fcntl: %s", me, in ctl_server() 258 me, ctx->sock, strerror(errno)); in ctl_server() 265 me, ctx, ctx->sock); in ctl_server() 277 static const char me[] = "ctl_endserver"; in ctl_endserver() local [all …]
|
H A D | ctl_clnt.c | 152 static const char me[] = "ctl_client"; in ctl_client() local 161 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_client() 184 me, strerror(errno)); in ctl_client() 192 me, strerror(errno)); in ctl_client() 196 (*ctx->logger)(ctl_error, "%s: bind: %s", me, in ctl_client() 204 me, ctx->sock, strerror(errno)); in ctl_client() 294 static const char me[] = "isc/ctl_clnt::start_write"; in start_write() local 325 (*ctx->logger)(ctl_error, "%s: evWrite: %s", me, in start_write() 331 (*ctx->logger)(ctl_error, "%s: evTimeRW: %s", me, in start_write() 396 static const char me[] = "isc/ctl_clnt::new_state"; in new_state() local [all …]
|
H A D | ctl_p.c | 68 static const char me[] = "ctl_logger"; in ctl_logger() local 70 fprintf(stderr, "%s(%s): ", me, ctl_sevnames[severity]); in ctl_logger() 79 static const char me[] = "ctl_bufget"; in ctl_bufget() local 84 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_bufget() 105 static const char me[] = "ctl_sa_ntop"; in ctl_sa_ntop() local 117 me, in6->sin6_family, in ctl_sa_ntop() 122 (*logger)(ctl_error, "%s: buffer overflow", me); in ctl_sa_ntop() 135 me, in->sin_family, in ctl_sa_ntop() 141 (*logger)(ctl_error, "%s: buffer overflow", me); in ctl_sa_ntop()
|
/titanic_41/usr/src/cmd/dtrace/demo/vars/ |
H A D | clause.d | 27 int me; /* an integer global variable */ variable 35 this->foo = (me % 3 == 0) ? 10 : this->foo; 36 printf("Clause 1 is number %d; foo is %d\n", me++ % 3, this->foo++); 44 this->foo = (me % 3 == 0) ? 20 : this->foo; 45 printf("Clause 2 is number %d; foo is %d\n", me++ % 3, this->foo++); 53 this->foo = (me % 3 == 0) ? 30 : this->foo; 54 printf("Clause 3 is number %d; foo is %d\n", me++ % 3, this->foo++);
|
/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.c | 209 char *me = progname; local 253 extra_argv[0] = me; 261 com_err(me, retval, gettext("while reading Kerberos container information")); 355 com_err(me, EINVAL, gettext("while creating service object")); 362 com_err(me, ENOMEM, gettext("while creating service object")); 370 com_err(me, EINVAL, gettext("while creating service object")); 375 com_err(me, EINVAL, gettext("while creating service object")); 433 com_err(me, retval, gettext("while reading information of realm '%s'"), 442 com_err(me, retval, gettext("while assigning rights '%s'"), 490 com_err(me, retval, gettext("while creating service object")); [all …]
|