Home
last modified time | relevance | path

Searched refs:msg_done (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c326 static int msg_done = 0; in nfs_idmap_str_uid() local
365 if (!msg_done) { in nfs_idmap_str_uid()
368 msg_done = 1; in nfs_idmap_str_uid()
429 static int msg_done = 0; in nfs_idmap_uid_str() local
451 if (!msg_done) { in nfs_idmap_uid_str()
454 msg_done = 1; in nfs_idmap_uid_str()
500 static int msg_done = 0; in nfs_idmap_str_gid() local
539 if (!msg_done) { in nfs_idmap_str_gid()
542 msg_done = 1; in nfs_idmap_str_gid()
626 if (!msg_done) { in nfs_idmap_gid_str()
[all …]
H A Dnfsmapid_server.c842 static int msg_done = 0; in open_diag_file() local
849 if (msg_done) in open_diag_file()
854 msg_done = 1; in open_diag_file()
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c92 static uint64_t msg_done[NS_ERRS] = {0}; in resolv_error()
101 msg_done[h_errno]++; in resolv_error()
102 if (!(msg_done[h_errno] % NFSMAPID_SLOG_RATE)) in resolv_error()
113 msg_done[h_errno]++; in resolv_error()
114 if (!(msg_done[h_errno] % NFSMAPID_SLOG_RATE)) in resolv_error()
133 msg_done[h_errno]++; in resolv_error()
134 if (!(msg_done[h_errno] % NFSMAPID_SLOG_RATE)) in resolv_error()
324 static uint64_t msg_done = 0; in resolve_process_txt() local
724 static uint64_t msg_done = 0; in get_dns_txt_domain() local
836 msg_done++; in get_dns_txt_domain()
[all …]