Lines Matching refs:me

155 	char	*me = "init_slot";  in init_slot()  local
179 (me, "slot %d allocated\n", s); in init_slot()
192 (me, "slot %d initialized\n", s); in init_slot()
222 char *me = "get_cslot"; in get_cslot() local
227 (me, "looking for uid %d (slot used = %d)\n", uid, used_slot); in get_cslot()
238 (me, "slot %d found with uid %d\n", in get_cslot()
316 char *me = "return_cslot"; in return_cslot() local
319 (me, "returning slot %d\n", ch->child_slot); in return_cslot()
343 char *me = "selfcred_kill"; in selfcred_kill() local
346 (me, "sending kill to door %d\n", fd); in selfcred_kill()
355 (me, "kill request sent to door %d (rc = %d)\n", fd, ret); in selfcred_kill()
376 char *me = "_nscd_kill_all_children"; in _nscd_kill_all_children() local
385 (me, "killing child process %d (doorfd %d)\n", in _nscd_kill_all_children()
403 char *me = "selfcred_pulse"; in selfcred_pulse() local
406 (me, "start monitoring door %d\n", fd); in selfcred_pulse()
415 (me, "door (%d) monitor exited (rc = %d)\n", fd, ret); in selfcred_pulse()
427 char *me = "forker_monitor"; in forker_monitor() local
429 (void) thr_setname(thr_self(), me); in forker_monitor()
436 (me, "forker (pid = %d) exited or crashed, " in forker_monitor()
449 (me, "restarting the forker ...\n"); in forker_monitor()
454 (me, "unable to fork and start the forker ...\n"); in forker_monitor()
459 (me, "entering maintenance mode ...\n"); in forker_monitor()
465 (me, "execv path = %s\n", execpath); in forker_monitor()
471 (me, "new forker's pid is %d\n", fpid); in forker_monitor()
485 char *me = "child_monitor"; in child_monitor() local
492 (me, "child (pid = %d) exited or crashed ...\n", cpid); in child_monitor()
515 char *me = "_nscd_proc_iamhere"; in _nscd_proc_iamhere() local
519 (me, "%d receives iamhere from %d\n", _whoami, iam); in _nscd_proc_iamhere()
524 (me, "door_ucred failed: %s\n", strerror(errnum)); in _nscd_proc_iamhere()
541 (me, "MAIN IMPOSTER CAUGHT!\n"); in _nscd_proc_iamhere()
556 (me, "FORKER IMPOSTER CAUGHT!\n"); in _nscd_proc_iamhere()
574 (me, "FORKER IMPOSTER CAUGHT: pid = %d should be %d\n", in _nscd_proc_iamhere()
585 (me, "BAD FORKER, NO DOOR!\n"); in _nscd_proc_iamhere()
603 (me, "forking door is %d\n", forking_door); in _nscd_proc_iamhere()
621 (me, "CHILD IMPOSTER CAUGHT!\n"); in _nscd_proc_iamhere()
641 (me, "bad slot number %d\n", cslot); in _nscd_proc_iamhere()
650 (me, "CHILD IMPOSTER CAUGHT: uid = %d should be %d\n", in _nscd_proc_iamhere()
661 (me, "invalid slot/child state (%d) for uid %d\n", in _nscd_proc_iamhere()
670 (me, "d_descriptor = %d, d_id = %lld\n", in _nscd_proc_iamhere()
683 (me, "child in slot %d has door %d\n", in _nscd_proc_iamhere()
716 char *me = "_nscd_proc_pulse"; in _nscd_proc_pulse() local
721 (me, "MAIN IMPOSTER CAUGHT! i am %d not NSCD_MAIN\n", iam); in _nscd_proc_pulse()
731 (me, "forker ready to pause ...\n"); in _nscd_proc_pulse()
753 (me, "active, sleep again for %d seconds\n", in _nscd_proc_pulse()
761 (me, "no activity in the last %d seconds, exit\n", pu_nscd_ttl); in _nscd_proc_pulse()
777 char *me = "_nscd_proc_fork"; in _nscd_proc_fork() local
782 (me, "%d receives fork request from %d\n", _whoami, iam); in _nscd_proc_fork()
787 (me, "MAIN IMPOSTER CAUGHT! i am %d not NSCD_MAIN\n", iam); in _nscd_proc_fork()
797 (me, "MAIN IMPOSTER CAUGHT! I AM NOT FORKER!\n"); in _nscd_proc_fork()
814 (me, "bas slot number\n"); in _nscd_proc_fork()
822 (me, "before fork1() ...\n"); in _nscd_proc_fork()
843 (me, "child %d\n", getpid()); in _nscd_proc_fork()
866 (me, "forker unable to fork ...\n"); in _nscd_proc_fork()
871 (me, "entering maintenance mode ...\n"); in _nscd_proc_fork()
885 (me, "child forked: parent pid = %d, child pid = %d\n", in _nscd_proc_fork()
892 (me, "after fork\n"); in _nscd_proc_fork()
906 char *me = "selfcred_fork"; in selfcred_fork() local
915 (me, "sending fork request to door %d for slot %d " in selfcred_fork()
926 (me, "fork request sent to door %d for slot %d (rc = %d)\n", in selfcred_fork()
932 (me, "fork request sent to door %d for slot %d failed: " in selfcred_fork()
950 char *me = "_nscd_proc_alt_get"; in _nscd_proc_alt_get() local
955 (me, "getting an alternate door ...\n"); in _nscd_proc_alt_get()
960 (me, "no door to talk to the forker\n"); in _nscd_proc_alt_get()
971 (me, "door_ucred failed: %s\n", strerror(errnum)); in _nscd_proc_alt_get()
985 (me, "child uid = %d, gid = %d\n", set2uid, set2gid); in _nscd_proc_alt_get()
991 (me, "no child slot available (child array = %p, slot = %d)\n", in _nscd_proc_alt_get()
1020 (me, "waiting for door (slot = %d, uid = %d, gid = %d)\n", in _nscd_proc_alt_get()
1032 (me, "cond_reltimedwait %d seconds\n", ttl); in _nscd_proc_alt_get()
1038 (me, "door wait timedout (slot = %d)\n", in _nscd_proc_alt_get()
1056 (me, "returning door %d for slot %d, uid %d, gid = %d\n", in _nscd_proc_alt_get()
1152 char *me = "get_ldap_funcs"; in get_ldap_funcs() local
1169 (me, "unable to dlopen libsldap.so.1"); in get_ldap_funcs()
1177 (me, "unable to find symbol %s", name); in get_ldap_funcs()
1263 char *me = "_nscd_peruser_getadmin"; in _nscd_peruser_getadmin() local
1271 (me, "door_ucred failed: %s\n", strerror(errnum)); in _nscd_peruser_getadmin()
1284 (me, "per user get admin ... (uid = %d)\n", uid); in _nscd_peruser_getadmin()
1311 char *me = "set_selfcred_cfg"; in set_selfcred_cfg() local
1319 (me, "self cred config: enabled = %d\n", pu_nscd_enabled); in set_selfcred_cfg()
1328 (me, "self cred config: PUN TTL = %d\n", pu_nscd_ttl); in set_selfcred_cfg()
1470 char *me = "check_user_process"; in check_user_process() local
1472 (void) thr_setname(thr_self(), me); in check_user_process()
1484 (me, "unable to open the /proc directory\n"); in check_user_process()
1516 char *me = "init_user_proc_monitor"; in init_user_proc_monitor() local
1519 (me, "initializing the user process monitor\n"); in init_user_proc_monitor()
1529 (me, "thr_create: %s\n", strerror(errnum)); in init_user_proc_monitor()
1541 char *me = "get_smf_prop"; in get_smf_prop() local
1579 (me, "no value for config/%s (%s). " in get_smf_prop()