Searched refs:listsize (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus_groups.c131 size_t listsize = 0; local
134 listsize = (sizeof(memorystatus_priority_entry_t) * MAXTESTPIDS);
135 memset (list, 0, listsize);
142 error = memorystatus_control(MEMORYSTATUS_CMD_GRP_SET_PROPERTIES, 0, 0, NULL, listsize);
166 error = memorystatus_control(MEMORYSTATUS_CMD_GRP_SET_PROPERTIES, 0, 0, &list, (listsize-1));
177 error = memorystatus_control(MEMORYSTATUS_CMD_GRP_SET_PROPERTIES, 0, 0, &list, (listsize));
194 size_t listsize = 0; local
203 listsize = sizeof(memorystatus_priority_entry_t) * MAXTESTPIDS;
204 memset (list, 0, listsize);
/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_mvcc.c401 u_int32_t listsize, magic, nbucket, ncache, ntrunc, nfree, pagesize; local
484 listsize = 100;
486 listsize * sizeof(db_pgno_t), &freelist)) != 0)
490 if (nfree == listsize - 1) {
491 listsize *= 2;
493 listsize * sizeof(db_pgno_t),
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgdb.vim55 syn keyword gdbSet environment gnutarget height history language listsize print prompt
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c3737 ssize_t listsize = 0; local
3812 if ((listsize = flistxattr(s->src_fd, attrnamebuf + offset, left, 0)) <= 0)
3816 if (listsize > left)
3819 listsize = left;
3822 endnamebuf = attrnamebuf + offset + (listsize > 0 ? listsize : 0);
3828 if (listsize > 0)
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_main.c2054 size_t listsize; local
2060 listsize = *catalogExtCount * sizeof(HFSPlusExtentDescriptor);
2125 listsize += sizeof(HFSPlusExtentRecord);
2126 extents = (HFSPlusExtentDescriptor *) realloc(extents, listsize);

Completed in 182 milliseconds