Searched refs:mon_name (Results 1 – 14 of 14) sorted by relevance
| /freebsd/usr.sbin/rpc.statd/ |
| H A D | procs.c | 120 if ((err = sm_check_hostname(req, arg->mon_name)) == 0) in sm_stat_1_svc() 127 syslog(LOG_DEBUG, "stat called for host %s", arg->mon_name); in sm_stat_1_svc() 128 if (getaddrinfo(arg->mon_name, NULL, NULL, &ai) == 0) { in sm_stat_1_svc() 136 from_addr(claddr), arg->mon_name); in sm_stat_1_svc() 161 if ((err = sm_check_hostname(req, arg->mon_id.mon_name)) == 0) in sm_mon_1_svc() 170 syslog(LOG_DEBUG, "monitor request for host %s", arg->mon_id.mon_name); in sm_mon_1_svc() 182 if (getaddrinfo(arg->mon_id.mon_name, NULL, NULL, &ai) != 0) in sm_mon_1_svc() 184 syslog(LOG_ERR, "Invalid hostname to sm_mon: %s", arg->mon_id.mon_name); in sm_mon_1_svc() 188 if ((hp = find_host(arg->mon_id.mon_name, TRUE))) in sm_mon_1_svc() 268 syslog(LOG_DEBUG, "un-monitor request for host %s", arg->mon_name); in sm_unmon_1_svc() [all …]
|
| H A D | test.c | 112 mon.mon_id.mon_name = argv[1]; in main()
|
| H A D | file.c | 264 arg.mon_name = our_hostname; in notify_one_host()
|
| /freebsd/include/rpcsvc/ |
| H A D | sm_inter.x | 65 string mon_name<SM_MAXSTRLEN>; 76 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */ 87 string mon_name<SM_MAXSTRLEN>; /* name of the site that had the state change */ 116 string mon_name<SM_MAXSTRLEN>;
|
| H A D | nlm_prot.x | 244 string mon_name<LM_MAXSTRLEN>; /* name of host */
|
| /freebsd/sys/nlm/ |
| H A D | sm_inter.h | 18 char *mon_name; member 31 char *mon_name; member 43 char *mon_name; member 66 char *mon_name; member
|
| H A D | sm_inter_xdr.c | 12 if (!xdr_string(xdrs, &objp->mon_name, SM_MAXSTRLEN)) in xdr_sm_name() 36 if (!xdr_string(xdrs, &objp->mon_name, SM_MAXSTRLEN)) in xdr_mon_id() 58 if (!xdr_string(xdrs, &objp->mon_name, SM_MAXSTRLEN)) in xdr_stat_chge() 98 if (!xdr_string(xdrs, &objp->mon_name, SM_MAXSTRLEN)) in xdr_sm_status()
|
| H A D | nlm_prot_xdr.c | 432 if (!xdr_string(xdrs, &objp->mon_name, LM_MAXSTRLEN)) in xdr_nlm_sm_status()
|
| H A D | nlm_prot.h | 266 char *mon_name; member
|
| H A D | nlm_prot_impl.c | 1163 smmonid.mon_name = host->nh_caller_name; in nlm_host_unmonitor() 1227 smmon.mon_id.mon_name = host->nh_caller_name; in nlm_host_monitor() 1734 NLM_DEBUG(3, "nlm_sm_notify(): mon_name = %s\n", argp->mon_name); in nlm_sm_notify()
|
| /freebsd/contrib/tzcode/ |
| H A D | asctime.c | 71 static const char mon_name[][4] = { in asctime_r() local 94 else mn = mon_name[timeptr->tm_mon]; in asctime_r()
|
| H A D | zdump.c | 1220 static const char mon_name[][4] = { in dumptime() local 1238 && timeptr->tm_mon < (int)(sizeof mon_name / sizeof mon_name[0])) in dumptime() 1239 ? mon_name[timeptr->tm_mon] : "???"), in dumptime()
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 2046 smon.mon_id.mon_name = nhp->name; in monitor_lock_host() 2117 smon_id.mon_name = hostname; in unmonitor_lock_host()
|
| H A D | lock_proc.c | 1326 notify(arg->mon_name, arg->state); in nlm_sm_notify_0_svc()
|