Searched refs:me (Results 1 - 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/demo/vars/
H A Dclause.d27 int me; /* an integer global 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++);
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A DMakefile34 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
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c121 method_el_t *me; local
123 while ((me = uu_list_first(method_list)) != NULL)
124 unregister_method(me);
188 method_el_t *me; local
210 if ((me = calloc(1, sizeof (method_el_t))) == NULL) {
215 me->fd = fd;
216 me->inst = (instance_t *)ins;
217 me->method = mthd;
218 me->pid = pid;
219 me
274 unregister_method(method_el_t *me) argument
298 method_el_t *me = uu_list_first(method_list); local
320 method_el_t *me = uu_list_first(method_list); local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Deptstat.c71 struct pinfo *pinfo, *last, *me, *myparent; local
76 me = myparent = last = (struct pinfo *)0;
88 me = pinfo;
99 if (me) {
102 myparent->next = me->next;
104 entry->pinfo = me->next;
105 if (me == last)
108 /* leave 'me' around until later! */
110 if ((c != STAT_NEXT) && (me || (c != RM_RDY))) {
113 if (me
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c77 #define CRB_FREE(crb, me) \
81 (me)->me_crb = NULL;
83 #define CRB_RELE(me) { \
84 crb_t *crb = (me)->me_crb; \
86 CRB_FREE(crb, me) \
95 #define HANDLE_DQUOT(me, melist) { \
96 if ((me->me_arg) && \
97 (me->me_func == ufs_trans_push_quota)) { \
98 if (!((me->me_dt == melist->me_dt) && \
99 (me
113 mapentry_t *me; local
227 mapentry_t *me; local
340 mapentry_t *me; local
387 mapentry_t *me; local
410 mapentry_t *me; local
543 mapentry_t *me; local
610 mapentry_t *me; local
655 mapentry_t *me; local
681 mapentry_t *me; local
760 mapentry_t *me, **mep, *age = NULL; local
840 mapentry_t *me; local
854 mapentry_t *me; local
882 mapentry_t *me; local
1001 mapentry_t *me, **mep; local
1061 logmap_wait_space(mt_map_t *mtm, ml_unit_t *ul, mapentry_t *me) argument
1090 mapentry_t *me; local
1217 mapentry_t *me; local
1408 mapentry_t *me; local
1491 mapentry_t me; local
1532 mapentry_t *me; local
1593 mapentry_t *me; local
1639 mapentry_t *me; local
1724 mapentry_t *me; local
1781 mapentry_t *me; local
1816 mapentry_t *me; local
1982 handle_dquot(mapentry_t *me) argument
[all...]
H A Dlufs_debug.c268 mapentry_t *me; local
279 for (me = age; me; me = me->me_agenext) {
280 lof = me->me_lof;
334 map_check_ldl_write(ml_unit_t *ul, caddr_t va, offset_t vamof, mapentry_t *me) argument
338 ASSERT(me->me_nb);
339 ASSERT((me->me_flags & ME_AGE) == 0);
342 bufp = kmem_alloc(me
424 mapentry_t *me; local
524 mapentry_t *me; local
557 mapentry_t *me; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c38 mapentry_t me; member in struct:ufslogmap_walk_data
77 if (mdb_vread(&uw->me, sizeof (mapentry_t), walk_addr) == -1) {
85 if (uw->me.me_next == uw->me.me_prev) {
92 if (uw->me.me_next == uw->start_addr) {
99 if (uw->prev_addr && (uw->me.me_prev != uw->prev_addr)) {
108 wsp->walk_addr = (uintptr_t)uw->me.me_next;
142 mapentry_t me; local
152 if (mdb_vread(&me, sizeof (me), add
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c237 struct mapent *me = NULL; local
284 mp = me;
285 if ((me = (struct mapent *)malloc(sizeof (*me))) == NULL)
287 (void) memset((char *)me, 0, sizeof (*me));
289 *mapents = me;
291 mp->map_next = me;
305 if ((me->map_root = strdup(w1)) == NULL)
310 me
435 struct mapent *me = mapents; local
539 struct mapent *me = NULL; local
578 set_mapent_opts(struct mapent *me, char *opts, char *defaultopts, char *mapopts) argument
682 fstype_opts(struct mapent *me, char *opts, char *defaultopts, char *mapopts) argument
733 struct mapent *me; local
1009 struct mapent *me; local
1110 convert_mapent_to_automount(struct mapent *me, char *mapname, char *mapopts) argument
1236 struct mapent *me = mapents; local
1703 struct mapent *me; local
1783 struct mapent *me, *ms, *mp; local
2075 dump_mapent_err(struct mapent *me, char *key, char *mapname) argument
[all...]
H A Dautod_mount.c78 struct mapent *me, *mapents = NULL; local
111 for (me = mapents; me; me = me->map_next) {
113 me->map_fstype ? me->map_fstype : "",
114 me->map_mounter ? me->map_mounter : "",
116 me
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_init.c59 char *me = "nscd_init"; local
93 (me, "_nscd_create_int_addrDB failed\n");
103 (me, "_nscd_create_getent_ctx_addrDB failed\n");
112 (me, "_nscd_init_all_nsw_be_info_db failed (rc = %d)\n",
122 (me, "_nscd_init_all_nsw_config failed (rc = %d)\n", rc);
148 (me, "unable to read /etc/nsswitch.conf (rc = %d)\n", rc);
163 (me, "unable to read /etc/nscd.conf (rc = %d)\n", rc);
177 (me, "unable to read configuration from %s (rc = %d)\n",
198 char *me = "nscd_refresh"; local
231 (me, "nsc
[all...]
H A Dnscd_selfcred.c154 char *me = "init_slot"; local
178 (me, "slot %d allocated\n", s);
191 (me, "slot %d initialized\n", s);
221 char *me = "get_cslot"; local
226 (me, "looking for uid %d (slot used = %d)\n", uid, used_slot);
237 (me, "slot %d found with uid %d\n",
315 char *me = "return_cslot"; local
318 (me, "returning slot %d\n", ch->child_slot);
342 char *me = "selfcred_kill"; local
345 (me, "sendin
375 char *me = "_nscd_kill_all_children"; local
402 char *me = "selfcred_pulse"; local
426 char *me = "forker_monitor"; local
482 char *me = "child_monitor"; local
512 char *me = "_nscd_proc_iamhere"; local
713 char *me = "_nscd_proc_pulse"; local
774 char *me = "_nscd_proc_fork"; local
903 char *me = "selfcred_fork"; local
947 char *me = "_nscd_proc_alt_get"; local
1149 char *me = "get_ldap_funcs"; local
1260 char *me = "_nscd_peruser_getadmin"; local
1308 char *me = "set_selfcred_cfg"; local
1467 char *me = "check_user_process"; local
1510 char *me = "init_user_proc_monitor"; local
1535 char *me = "get_smf_prop"; local
[all...]
H A Dnscd_nswstate.c45 char *me = "_nscd_free_nsw_state"; local
48 (me, "freeing nsw state = %p\n", s);
71 (me, "release db be ptr %p\n", s->be_db_pp[i]);
102 (me, "nsw state %p freed \n", s);
114 char *me = "_nscd_free_nsw_state_base"; local
117 (me, "freeing db state base %p\n", base);
136 (me, "nsw state base %p freed \n", base);
144 char *me = "_nscd_free_all_nsw_state_base"; local
147 (me, "freeing all db state base\n");
155 (me, "freein
174 char *me = "_nscd_create_nsw_state"; local
393 char *me = "_get_nsw_state_int"; local
698 char *me = "_put_nsw_state_int"; local
827 char *me = "_nscd_init_nsw_state_base"; local
876 char *me = "_nscd_init_all_nsw_state_base"; local
[all...]
H A Dnscd_nswconfig.c85 char *me = "free_nscd_nsw_config"; local
88 (me, "freeing nscd nsw config %p \n", nsw_cfg);
118 char *me = "_nscd_free_all_nsw_config"; local
121 (me, "freeing all nscd nsw config \n");
141 char *me = "free_nsw_backend_info_db"; local
144 (me, "freeing nsw backend info db %p\n", db);
159 char *me = " _nscd_free_all_nsw_backend_info_db"; local
162 (me, "freeing all nsw backend info db\n");
192 char *me = "_nscd_populate_nsw_backend_info_db"; local
206 (me, "foreig
291 char *me = "_nscd_create_sw_struct"; local
538 char *me = "create_nsw_config"; local
621 char *me = "_nscd_init_all_nsw_config"; local
638 char *me = "init_nsw_be_info_db"; local
677 char *me = "_nscd_init_all_nsw_be_info_db"; local
[all...]
H A Dnscd_access.c80 char *me = "_nscd_release"; local
88 (me, "data = %p, access->data = %p, "
103 (me, "deleting data %p\n", access->data);
135 char *me = "_nscd_destroy"; local
143 (me, "data = %p, access->data = %p\n", data, access->data);
166 char *me = "_nscd_get"; local
174 (me, "data = %p, access->data = %p, seq#= %lld, nUse = %d\n",
189 (me, "internal address %p not found\n", data);
222 char *me = "_nscd_set"; local
228 (me, "ne
257 char *me = "_nscd_rdlock"; local
290 char *me = "_nscd_wrlock"; local
320 char *me = "_nscd_rw_unlock"; local
375 char *me = "_nscd_mutex_lock"; local
406 char *me = "_nscd_mutex_unlock"; local
434 char *me = "_nscd_cond_wait"; local
463 char *me = "_nscd_cond_signal"; local
[all...]
H A Dnscd_door.c44 char *me = "initdoor"; local
49 (me, "door is %s (fd is %d)\n", NAME_SERVICE_DOOR,
67 (me, "door %d not valid\n", *doorfd);
84 char *me = "copy_output"; local
93 (me, "output buffer not large enough "
118 char *me = "_nscd_doorcall"; local
121 (me, "processing door call %d ...\n", callnum);
133 (me, "door call (%d) failed (status = %d, error = %s)\n",
153 char *me = "_nscd_doorcall_data"; local
156 (me, "processin
201 char *me = "_nscd_doorcall_fd"; local
277 char *me = "send_doorfd"; local
326 char *me = "_nscd_doorcall_sendfd"; local
[all...]
H A Dnscd_getentctx.c147 char *me = "_nscd_is_getent_ctx"; local
161 (me, "getent context %p, cookie# %lld, to_delete %d\n",
190 char *me = "_nscd_getent_ctx_in_use"; local
195 (me, "in_use = %d, ctx->thr_id = %d, thread id = %d\n",
216 char *me = "_nscd_free_ctx_if_aborted"; local
221 (me, "in_use = %d, aborted = %d\n", ctx->in_use, ctx->aborted);
233 (me, "getent session aborted, return the getent context\n");
288 char *me = "_nscd_free_getent_ctx"; local
291 (me, "getent context %p\n", gnctx);
312 char *me local
333 char *me = "_nscd_free_all_getent_ctx_base"; local
358 char *me = "_nscd_create_getent_ctx"; local
397 char *me = "_nscd_get_getent_ctx"; local
496 char *me = "_nscd_put_getent_ctx"; local
552 char *me = "_nscd_init_getent_ctx_base"; local
592 char *me = "_nscd_init_all_getent_ctx_base"; local
659 char *me = "reclaim_getent_ctx"; local
750 char *me = "_nscd_init_getent_ctx_monitor"; local
[all...]
H A Dnscd_switch.c114 char *me = "get_loopback_key"; local
120 (me, "get loopback key, key = %p\n", k);
128 char *me = "clear_loopback_key"; local
142 (me, "key %p cleared\n", key);
162 char *me = "get_initf_key"; local
168 (me, "got initf pbuf, key = %p\n", pbuf);
176 char *me = "clear_initf_key"; local
181 (me, "initf pbuf cleared\n");
205 char *me = "getparams"; local
275 (me, "unsupporte
288 char *me = "nscd_initf"; local
337 char *me = "trace_result"; local
398 char *me = "try_local"; local
427 char *me = "try_local2"; local
448 char *me = "get_lib_func"; local
613 char *me = "set_fallback_flag"; local
627 char *me = "nss_search"; local
1076 char *me = "nss_setent_u"; local
1193 char *me = "nss_getent_u"; local
1287 char *me = "nss_endent_u"; local
1352 char *me = "nss_psearch"; local
1445 char *me = "nscd_map_contextp"; local
1529 char *me = "nss_psetent"; local
1614 char *me = "delayed_setent"; local
1678 char *me = "nss_pgetent"; local
1766 char *me = "nss_pendent"; local
[all...]
H A Dnscd_admin.c103 char *me = "_nscd_server_setadmin"; local
113 _nscd_logit(me, "total_size = %d\n", set->total_size);
115 _nscd_logit(me, "debug_level_set = %d, debug_level = %d\n",
118 _nscd_logit(me, "logfile_set = %d, logfile = %s\n",
122 _nscd_logit(me, "cache_cfg_num = %d\n",
124 _nscd_logit(me, "cache_flush_num = %d\n",
137 (me, "unable to set debug level %d\n",
149 (me, "unable to set log file %s\n", set->logfile);
163 (me, "number of caches (%d) to change out of bound %s\n",
178 (me, "unabl
243 char *me = "_nscd_door_setadmin"; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c73 static const char me[] = "i_drctl_send"; local
97 me, msg, size, (void *)obufp, (void *)osize);
104 DR_DBG_CTL("%s: rbuf %p rsize %ld\n", me,
126 DR_DBG_CTL("%s: door call returned EINTR\n", me);
139 "%s: door call failed with %d\n", me, up_err);
144 "code %d from door_ki_upcall\n", me, up_err);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c68 krb5_principal me = NULL; local
107 code = krb5_parse_name(ctx, principal_name, &me);
114 code = krb5_get_init_creds_password(ctx, &my_creds, me,
128 code = krb5_cc_initialize(ctx, cc, me);
153 if (my_creds.client == me) {
158 if (me)
159 krb5_free_principal(ctx, me);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c68 static const char me[] = "ctl_logger"; local
70 fprintf(stderr, "%s(%s): ", me, ctl_sevnames[severity]);
79 static const char me[] = "ctl_bufget"; local
84 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
105 static const char me[] = "ctl_sa_ntop"; local
117 me, in6->sin6_family,
122 (*logger)(ctl_error, "%s: buffer overflow", me);
135 me, in->sin_family,
141 (*logger)(ctl_error, "%s: buffer overflow", me);
H A Dctl_srvr.c176 static const char me[] = "ctl_server"; local
190 (*logger)(ctl_error, "%s: no connection verb found", me);
195 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
217 me, strerror(errno));
236 me, strerror(errno));
242 me, ctl_sa_ntop((const struct sockaddr *)sap,
251 (*ctx->logger)(ctl_warning, "%s: fcntl: %s", me,
258 me, ctx->sock, strerror(errno));
265 me, ctx, ctx->sock);
277 static const char me[] local
306 static const char me[] = "ctl_response"; local
377 static const char me[] = "ctl_sendhelp"; local
406 static const char me[] = "ctl_accept"; local
471 static const char me[] = "ctl_new_state"; local
484 static const char me[] = "ctl_close"; local
522 static const char me[] = "ctl_start_read"; local
552 static const char me[] = "ctl_stop_read"; local
568 static const char me[] = "ctl_readable"; local
630 static const char me[] = "ctl_wrtimeout"; local
657 static const char me[] = "ctl_rdtimeout"; local
680 static const char me[] = "ctl_docommand"; local
721 static const char me[] = "ctl_writedone"; local
[all...]
H A Dctl_clnt.c152 static const char me[] = "ctl_client"; local
161 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
184 me, strerror(errno));
192 me, strerror(errno));
196 (*ctx->logger)(ctl_error, "%s: bind: %s", me,
204 me, ctx->sock, strerror(errno));
294 static const char me[] = "isc/ctl_clnt::start_write"; local
325 (*ctx->logger)(ctl_error, "%s: evWrite: %s", me,
331 (*ctx->logger)(ctl_error, "%s: evTimeRW: %s", me,
396 static const char me[] local
408 static const char me[] = "isc/ctl_clnt::conn_done"; local
463 static const char me[] = "isc/ctl_clnt::start_read"; local
487 static const char me[] = "isc/ctl_clnt::readable"; local
573 static const char me[] = "isc/ctl_clnt::start_timer"; local
586 static const char me[] = "isc/ctl_clnt::stop_timer"; local
607 static const char me[] = "isc/ctl_clnt::timer"; local
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.c209 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, retva
508 char *me = progname; local
1075 char *me = progname; local
1360 char *me = progname; local
1542 char *me = progname; local
1926 char *me = progname; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c1519 struct di_node *me; local
1542 me = DI_NODE(di_mem_addr(st, all->top_vhci_devinfo));
1544 while (me->next_vhci != 0) {
1545 me = DI_NODE(di_mem_addr(st, me->next_vhci));
1548 me->next_vhci = off;
1565 struct di_node *me; local
1588 me = DI_NODE(di_mem_addr(pwa->st, vh_di_node->top_phci));
1590 while (me->next_phci != 0) {
1591 me
1605 struct di_node *me; local
1783 struct di_node *me; local
2325 struct di_link *me; local
2397 struct di_lnode *me; local
2523 struct di_minor *me; local
2756 struct di_path_prop *me; local
2853 di_path_one_endpoint(struct di_path *me, di_off_t noff, di_off_t **off_pp, int get_client) argument
2884 struct di_path *me; local
3553 struct di_hp *me; local
[all...]

Completed in 110 milliseconds

1234