Home
last modified time | relevance | path

Searched refs:i (Results 1 – 9 of 9) sorted by relevance

/nscd/
A Dnscd_stat.c171 int i; in receive_print_stats() local
266 for (i = 0; i < lastdb; ++i) in receive_print_stats()
268 unsigned long int hit = data.dbs[i].poshit + data.dbs[i].neghit; in receive_print_stats()
269 unsigned long int all = hit + data.dbs[i].posmiss + data.dbs[i].negmiss; in receive_print_stats()
313 data.dbs[i].module, in receive_print_stats()
314 data.dbs[i].datasize, data.dbs[i].dataused, in receive_print_stats()
315 data.dbs[i].postimeout, data.dbs[i].negtimeout, in receive_print_stats()
316 data.dbs[i].poshit, data.dbs[i].neghit, in receive_print_stats()
317 data.dbs[i].posmiss, data.dbs[i].negmiss, in receive_print_stats()
319 data.dbs[i].nentries, data.dbs[i].maxnentries, in receive_print_stats()
[all …]
A Dcachedumper.c69 int i; in nscd_print_cache() local
120 for (i = 0; i < dps->module; i++) in nscd_print_cache()
163 int i; in nscd_print_cache() local
211 for (i = 0; i < gr->gr_mem_cnt; i++) in nscd_print_cache()
212 DSTR (" ", grplens[i]); in nscd_print_cache()
236 for (i = 0; i < hst->h_aliases_cnt; i++) in nscd_print_cache()
244 for (i = 0; i < hst->h_addr_list_cnt; i++) in nscd_print_cache()
269 for (i = 0; i < ai->naddrs; i++) in nscd_print_cache()
299 for (i = 0; i < ig->ngrps; i++) in nscd_print_cache()
323 for (i = 0; i < serv->s_aliases_cnt; i++) in nscd_print_cache()
[all …]
A Dnscd.service10 ExecReload=/usr/sbin/nscd -i passwd
11 ExecReload=/usr/sbin/nscd -i group
12 ExecReload=/usr/sbin/nscd -i hosts
13 ExecReload=/usr/sbin/nscd -i services
14 ExecReload=/usr/sbin/nscd -i netgroup
A Dnscd.c192 int i; in main() local
268 for (i = min_close_fd; i < getdtablesize (); i++) in main()
269 if (i != parent_fd) in main()
270 close (i); in main()
485 for (dbtype i = 1; i < lastdb; ++i) in more_help() local
488 if (asprintf (&more_tables, "%s %s", tables, dbnames[i]) < 0) in more_help()
A Dconnections.c1787 struct inotify_event i; member
1829 || (inev->i.mask & IN_DELETE_SELF) in inotify_check_files()
1830 || (inev->i.mask & IN_IGNORED))) in inotify_check_files()
1876 || (inev->i.mask & IN_MOVE_SELF) in inotify_check_files()
1877 || (inev->i.mask & IN_IGNORED))) in inotify_check_files()
1907 && ((inev->i.mask & IN_MOVED_TO) in inotify_check_files()
1908 || (inev->i.mask & IN_CREATE)) in inotify_check_files()
2380 for (long int i = 0; i < lastdb; ++i) in start_threads() local
2390 if (dbs[i].enabled in start_threads()
2400 for (long int i = 0; i < nthreads; ++i) in start_threads() local
[all …]
A Daicache.c252 for (int i = 0; th[j].h_addr_list[i] != NULL; ++i) in addhstaiX() local
352 for (int i = 0; th[j].h_addr_list[i] != NULL; ++i) in addhstaiX() local
354 addrs = mempcpy (addrs, th[j].h_addr_list[i], in addhstaiX()
A Dinitgrcache.c289 for (int i = 0; i < start; ++i) in addinitgroupsX() local
290 *gcp++ = groups[i]; in addinitgroupsX()
A Dnscd_helper.c126 for (int i = 0; i < iovcnt; ++i) in __readvall() local
127 total += iov[i].iov_len; in __readvall()
A Dnetgroupcache.c532 for (nscd_ssize_t i = result->resp.nresults; i > 0; --i) in addinnetgrX() local

Completed in 21 milliseconds