Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 345) sorted by last modified time

12345678910>>...14

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist25 * Do NOT add entries to this list such that it grows the list
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids5 # If you have any new entries, please submit them via
7 # or send entries as patches (diff -u old new) in the
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c2225 ASSERT(rdc->entries == NULL); in xdr_READDIR4res_clnt()
2246 dp = (dirent64_t *)rdc->entries; in xdr_READDIR4res_clnt()
2254 bcopy(nfs4_dot_entries, rdc->entries, in xdr_READDIR4res_clnt()
2265 bcopy(nfs4_dot_dot_entry, rdc->entries, in xdr_READDIR4res_clnt()
2416 ASSERT(rdc->entries); in xdr_READDIR4res_clnt()
2418 kmem_free(rdc->entries, rdc->entlen); in xdr_READDIR4res_clnt()
2419 rdc->entries = NULL; in xdr_READDIR4res_clnt()
2439 if (rdc->entries) { in xdr_READDIR4res_clnt()
2469 if (rdc->entries) { in xdr_READDIR4res_clnt()
2470 kmem_free(rdc->entries, rdc->entlen); in xdr_READDIR4res_clnt()
[all …]
H A Dnfs_subr.c3868 rc->entries = NULL; in rddir_cache_alloc()
3887 if (rc->entries != NULL) { in rddir_cache_free()
3889 rddir_cache_buf_free(rc->entries, rc->buflen); in rddir_cache_free()
3891 kmem_free(rc->entries, rc->buflen); in rddir_cache_free()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c902 uint64_t *entries[MAX_GPT_LEVEL], *leaf; in vmspace_lookup_map() local
909 vmm_gpt_walk(gpt, gpa, entries, MAX_GPT_LEVEL); in vmspace_lookup_map()
910 leaf = entries[LEVEL1]; in vmspace_lookup_map()
H A Dvmm_sol_dev.c1255 struct vcpu_cpuid_entry *entries = NULL; in vmmdev_do_ioctl() local
1269 entries = kmem_zalloc(entries_size, KM_SLEEP); in vmmdev_do_ioctl()
1274 .vcc_entries = entries, in vmmdev_do_ioctl()
1285 if (entries != NULL) { in vmmdev_do_ioctl()
1291 kmem_free(entries, entries_size); in vmmdev_do_ioctl()
1301 struct vcpu_cpuid_entry *entries = NULL; in vmmdev_do_ioctl() local
1325 entries = kmem_alloc(entries_size, KM_SLEEP); in vmmdev_do_ioctl()
1330 kmem_free(entries, entries_size); in vmmdev_do_ioctl()
1338 .vcc_entries = entries, in vmmdev_do_ioctl()
1342 if (entries != NULL) { in vmmdev_do_ioctl()
[all …]
H A Dvmm_gpt.c459 entries[i] = NULL; in vmm_gpt_walk()
463 entry = *entries[i]; in vmm_gpt_walk()
479 uint64_t *entries[MAX_GPT_LEVEL]; in vmm_gpt_lookup() local
481 vmm_gpt_walk(gpt, gpa, entries, MAX_GPT_LEVEL); in vmm_gpt_lookup()
483 return (entries[LEVEL1]); in vmm_gpt_lookup()
647 uint64_t *entries[MAX_GPT_LEVEL]; in vmm_gpt_map() local
651 ASSERT(entries[LEVEL1] != NULL); in vmm_gpt_map()
731 uint64_t *entries[MAX_GPT_LEVEL], entry; in vmm_gpt_unmap() local
735 if (entries[LEVEL1] == NULL) in vmm_gpt_unmap()
738 entry = *entries[LEVEL1]; in vmm_gpt_unmap()
[all …]
/illumos-gate/usr/src/uts/
H A DREADME252 file (compilation and lint). A typical pair of entries would be:
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src466 # Don't mess with these entries! Lots of other entries depend on them!
4830 # screen-w entries came with version 3.7.1. The screen2 and screen3 entries
4995 # entries:
9360 # wy325 terminfo entries
17198 # characters in the "MacRoman" entries; the "ASCII" (-7) entries
17728 # Added a few more entries, converted caret-type control sequence (^x) entries
21232 # * Replaced Wyse entries with updated entries supplied by vendor.
21289 # terminfo entries.
21779 # iris-color entries.
21780 # * add emx entries.
[all …]
H A Dtermcap.src446 # Don't mess with these entries! Lots of other entries depend on them!
4216 # screen-w entries came with version 3.7.1. The screen2 and screen3 entries
4372 # entries:
8335 # wy325 terminfo entries
15258 # characters in the "MacRoman" entries; the "ASCII" (-7) entries
15766 # Added a few more entries, converted caret-type control sequence (^x) entries
19014 # * Replaced Wyse entries with updated entries supplied by vendor.
19071 # terminfo entries.
19561 # iris-color entries.
19562 # * add emx entries.
[all …]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c886 nitems = log->entries; in reduce_log()
1062 nitems = log->entries; in log2errdefs()
1205 logtime, log->entries); in log2errdefs()
1304 errstate->log.entries, ls, in collect_state()
1320 errstate->log.entries); in collect_state()
1329 errstate->log.logsize, errstate->log.entries, in collect_state()
1332 } while (rval == 0 && errstate->log.entries < ls); in collect_state()
1336 if (errstate->log.entries != 0) { in collect_state()
1340 Progname, errstate->log.entries, strerror(errno)); in collect_state()
1345 errstate->log.entries, errstate->access_count, in collect_state()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c499 uint64_t entries = 0; in vdev_indirect_mapping_duplicate_adjacent_entries() local
513 entries++; in vdev_indirect_mapping_duplicate_adjacent_entries()
517 size_t copy_length = entries * sizeof (*first_mapping); in vdev_indirect_mapping_duplicate_adjacent_entries()
522 entries = 0; in vdev_indirect_mapping_duplicate_adjacent_entries()
524 *copied_entries = entries; in vdev_indirect_mapping_duplicate_adjacent_entries()
H A Dzfs.c90 SLIST_ENTRY(zfs_be_entry) entries;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1892 entry3 *entries; member
1927 dirent64_t *entries; /* decoded dirent64s */ member
1956 entryplus3 *entries; member
2006 dirent64_t *entries; /* decoded dirent64s */ member
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1089 if ((*result)->entries == NULL) { in adutils_freeresult()
1094 for (e = (*result)->entries; e != NULL; e = next) { in adutils_freeresult()
1106 return (result->entries); in adutils_getfirstentry()
1293 res->entries = entry; in add_entry()
1297 entry->next = res->entries; in add_entry()
1298 res->entries = entry; in add_entry()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2026 entry4 *entries; member
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica23 # IATA SSIM is the source for entries after 1990.
134 # all of the country (all Zone-entries) are affected. News reports like
317 # Unless otherwise specified, data entries are from Shanks & Pottenger through
368 # America/Argentina/San_Luis entries should change to use these...
H A Dnorthamerica64 # It is the source for most of the pre-1991 US entries below.
1253 # IATA SSIM is the source for entries after 1990.
1311 # Unless otherwise specified, the data entries for Canada are all from Shanks
H A Deurope23 # IATA SSIM is the source for entries after 1990.
29 # entries through 1991, and IATA SSIM is the source for entries afterwards.
2570 # Given the above, we appear to be missing some Zone entries for the
2571 # chaotic early 1980s in Russia. It's not clear what these entries
H A Daustralasia687 # The World War II entries below are instead based on Arawa-Kieta.
956 # IATA SSIM is the source for entries after 1990.
1167 # relevant entries in this database.
H A Detcetera6 # These entries are for uses not otherwise covered by the tz database.
8 # support for POSIX.1-2017-style TZ strings. On such platforms these entries
12 # Starting with POSIX 1003.1-2001, the entries below are all
H A Dasia23 # IATA SSIM is the source for entries after 1990.
519 # In earlier versions of this file, China had many separate Zone entries, but
521 # This has now been simplified to the two entries Asia/Shanghai and
2785 # The data entries here are mostly from Shanks & Pottenger, but the 1942, 1945
3162 # However, as we get more information, we may need to add entries
3640 # The rest of the data entries are from Shanks & Pottenger.
4148 # use Asia/Bangkok; see the VN entries in the file zone1970.tab.
H A Dafrica23 # IATA SSIM is the source for entries after 1990.
497 # The 1996 and 1997 entries are from Shanks & Pottenger;
498 # the IATA SSIM data entries contain some obvious errors.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2844 for (ep = res->READDIR4res_u.resok4.reply.entries; in sumres_readdir()
2865 for (ep = res->READDIR4res_u.resok4.reply.entries; in dtlres_readdir()
H A Dnfs4_xdr.c2016 if (!xdr_pointer(xdrs, (char **)&objp->entries, sizeof (entry4), in xdr_dirlist4()

12345678910>>...14