Searched defs:versions (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dmap.c40 static const Msg versions[] = { local
44 #error "NT_NUM has grown. Update mapfile versions[]"
47 CONV_DS_MSG_INIT(MFV_NONE, versions) };
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h25 unsigned int versions; member in struct:log_file_desc
H A Dlogging.c64 ver = chan->out.file.versions;
113 if (chan->out.file.versions) {
116 "log_open_stream: want versions but %s isn't a regular file",
598 const char *name, FILE *stream, unsigned int versions,
633 chan->out.file.versions = versions;
597 log_new_file_channel(unsigned int flags, int level, const char *name, FILE *stream, unsigned int versions, unsigned long max_size) argument
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h155 version_list *versions; member in struct:program_def
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h196 #define versions versions64 macro
220 #define versions versions32 macro
H A Delfdump.c52 * in the object being analyzed. It is filled in by versions(), and used
71 * versions are allowed, using special assembler pseudo ops,
87 * then max_verndex is the number of defined versions. If one of the
92 * Vernaux structs contain versions, and max_verndx is the
2130 * The versions have been printed. If GNU style versioning
2150 * order --- it seems that the GNU ld assigns the versions as
2301 versions(Cache *cache, Word shnum, const char *file, uint_t flags, function
2323 * in different versions. The Solaris ld does not
4236 * It seems that some versions of gas will create a
5234 versions(cach
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c123 "specifies IP versions for IP NCU - valid values are:\n"
1587 uint64_t *versions; local
1590 if (nwam_value_get_uint64_array(value, &versions, &numvalues)
1595 if (versions[i] != IPV4_VERSION &&
1596 versions[i] != IPV6_VERSION)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c291 * versions <= this version. Here is a summary of the feature(s) that are
729 * earlier versions of vnet.
3641 * In versions < 1.6, we only support TxDring mode. In this mode, the
3644 * In versions >= 1.6, we also support RxDringData mode. In this mode,
3651 * However, for versions >= 1.6, we can force to only use TxDring mode.
3720 * attribute handshake phase for versions >= 1.6 (See
4313 vgen_ver_t *versions = ldcp->vgen_versions; local
4368 if (vermsg->ver_major > versions[idx].ver_major) {
4372 vermsg->ver_major = versions[idx].ver_major;
4373 vermsg->ver_minor = versions[id
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h949 u32 versions[MAX_DRV_PERS]; member in struct:os_drv_ver

Completed in 98 milliseconds