Searched refs:ents (Results 1 - 11 of 11) sorted by path

/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py1644 ents = self.decode_readdir_dirents(bstring)
1645 if len(ents) == 0:
1647 dirents.extend(ents)
1648 offset = ents[-1].offset
/freebsd-current/contrib/sendmail/src/
H A Dudb.c907 int ents = 0; local
938 if (ents >= MAXUDBENT)
968 ents++;
979 ents++;
1091 ents++;
/freebsd-current/crypto/openssh/
H A Dsftp-client.c707 u_int count, id, i, expected_id, ents = 0; local
734 ents = 0;
813 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir));
814 (*dir)[ents] = xcalloc(1, sizeof(***dir));
815 (*dir)[ents]->filename = xstrdup(filename);
816 (*dir)[ents]->longname = xstrdup(longname);
817 memcpy(&(*dir)[ents]->a, &a, sizeof(a));
818 (*dir)[++ents] = NULL;
/freebsd-current/sys/cam/nvme/
H A Dnvme_da.c1075 int ents; local
1087 ents = min(nitems(trim->dsm), nda_max_trim_entries);
1088 ents = max(ents, 1);
1090 dsm_end = dsm_range + ents;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c1384 int i, j, max, ents, entnum; local
1393 ents = HDA_PARAM_CONN_LIST_LENGTH_LIST_LENGTH(res);
1395 if (ents < 1)
1408 for (i = 0; i < ents; i += entnum) {
1414 if (w->nconns < ents)
1420 ents, w->nconns, res);
/freebsd-current/sys/kern/
H A Dkern_fail.c973 parse_fail_point(struct fail_point_setting *ents, char *p) argument
982 p = parse_term(ents, p);
989 (p = parse_term(ents, p+2)) == NULL ||
1000 parse_term(struct fail_point_setting *ents, char *p) argument
1004 ent = fail_point_entry_new(ents);
/freebsd-current/tests/sys/fs/fusefs/
H A Dreaddir.cc74 vector<struct dirent> ents(2);
79 ents[0].d_fileno = 2;
80 ents[0].d_off = 2000;
81 ents[0].d_namlen = sizeof(dotdot);
82 ents[0].d_type = DT_DIR;
83 strncpy(ents[0].d_name, dotdot, ents[0].d_namlen);
84 ents[1].d_fileno = 3;
85 ents[1].d_off = 3000;
86 ents[
[all...]
H A Dutils.cc407 std::vector<struct dirent> &ents)
424 for (const auto& it: ents) {
406 expect_readdir(uint64_t ino, uint64_t off, std::vector<struct dirent> &ents) argument
H A Dutils.hh198 std::vector<struct dirent> &ents);
/freebsd-current/tools/LibraryReport/
H A DLibraryReport.tcl140 set ents [glob -nocomplain "$dir/*"];
153 foreach f $ents {
164 foreach f $ents {
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c200 struct cpu_entry *ents; member in struct:cpu_type
1965 the_cpu.ents = sandy_bridge;
1974 the_cpu.ents = ivy_bridge;
1984 the_cpu.ents = haswell;
1994 the_cpu.ents = broadwell;
2004 if (strcmp(name, the_cpu.ents[i].name) == 0) {
2006 expression = the_cpu.ents[i].func;
2007 command = the_cpu.ents[i].command;
2008 threshold = the_cpu.ents[i].thresh;
2009 if (the_cpu.ents[
[all...]

Completed in 254 milliseconds