Searched refs:ver (Results 1 - 25 of 173) sorted by relevance

1234567

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh62 typeset -i ver
68 (( ver = ZFS_TEST_VERSION ))
69 while (( ver <= ZFS_VERSION )); do
70 log_must zfs clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE
72 (( ver = ver + 1 ))
75 (( ver = 0 ))
76 while (( ver < ZFS_TEST_VERSION )); do
77 log_mustnot zfs clone -o version=$ver \
81 (( ver
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/libstand/
H A Dstat.c42 _fxstat(const int ver, int fd, struct stat *st) argument
49 _xstat(const int ver, const char *path, struct stat *st) argument
56 _lxstat(const int ver, const char *path, struct stat *st) argument
63 _xmknod(const int ver, const char *path, mode_t mode, dev_t dev) argument
/illumos-gate/usr/src/uts/common/ipp/
H A Dipp_config.h81 #define IPP_MAJOR_MODULE_VER(ver) (ver / 10000)
82 #define IPP_MINOR_MODULE_VER(ver) (ver % 10000)
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllfind.c31 * find and load library name with optional version ver and dlopen() flags
38 dllfind(const char* lib, const char* ver, int flags, char* path, size_t size) argument
43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
45 return dllplug(NiL, lib, ver, flags, path, size);
H A Ddllnext.c184 register char* ver; local
209 ver = path + strlen(path);
214 if (ver <= path)
216 } while (*--ver != '.');
217 if (*(ver + 1) <= '0' || *(ver + 1) >= '9')
219 *ver = 0;
H A Ddllplug.c31 * find and load lib plugin/module library name with optional version ver and dlopen() flags
38 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) argument
48 if (dls = dllsopen(lib, name, ver))
/illumos-gate/usr/src/lib/libnsl/saf/
H A Dcheckver.c51 check_version(int ver, char *fname) argument
69 return ((version != ver) ? 1 : 0);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DVersion.py82 def _split_version(ver):
87 l = map(int, ver.split('.'))
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_util.h159 #define VIO_VER_IS_NEGOTIATED(ver, maj, min) \
160 ((ver.major == (maj)) && (ver.minor == (min)))
162 boolean_t vio_ver_is_supported(vio_ver_t ver, uint16_t maj, uint16_t min);
H A Dds.h72 * ds_reg_cb(ds_cb_arg_t arg, ds_ver_t *ver, ds_svc_hdl_t hdl)
96 void (*ds_reg_cb)(ds_cb_arg_t arg, ds_ver_t *ver, ds_svc_hdl_t hdl);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpc_subr.c107 uint64_t ver = ultra_getver(); local
109 return (kcpc_pcbe_tryload(NULL, ULTRA_VER_MANUF(ver),
110 ULTRA_VER_IMPL(ver), ULTRA_VER_MASK(ver)));
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c61 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
88 tok.ver.verno = cntx->proto_version;
89 tok.ver.dh_version_u.body.type = DH_MIC;
131 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
168 if (tok.ver.verno != cntx->proto_version ||
169 tok.ver.dh_version_u.body.type != DH_MIC) {
225 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal;
249 tok.ver.verno = cntx->proto_version;
250 tok.ver.dh_version_u.body.type = DH_WRAP;
316 dh_wrap_t wrap = &tok.ver
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c87 fmd_agent_nvl_ioctl(fmd_agent_hdl_t *hdl, int cmd, uint32_t ver, argument
122 fid.fid_version = ver;
160 * Open /dev/fm and return a handle. ver is the overall interface version.
163 fmd_agent_open_dev(int ver, int mode) argument
181 hdl->agent_version = ver;
186 if ((err = fmd_agent_nvl_ioctl(hdl, FM_IOC_VERSIONS, ver, NULL, &nvl))
199 fmd_agent_open(int ver) argument
201 if (ver > FMD_AGENT_VERSION) {
205 return (fmd_agent_open_dev(ver, O_RDONLY));
252 uint32_t ver; local
[all...]
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter122 ver=`svcprop -p $FW_CONFIG_DEF_PG/version $SMF_FMRI 2>/dev/null`
123 [ $? -ne 0 -o -z "$ver" ] && return 1
125 echo "$ver"
196 ver=`config_get_version`
202 [ "$ver" -ne "$CURRENT_VERSION" ] && upgrade_config
245 ver=`config_get_version`
251 if [ "$ver" -ne "$CURRENT_VERSION" ]; then
/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c80 uint32_t ver; local
82 if (fmd_agent_version(hdl, FM_CPU_INFO_VERSION, &ver) == -1)
85 switch (ver) {
126 uint32_t ver; local
128 if (fmd_agent_version(hdl, FM_CPU_OP_VERSION, &ver) == -1)
131 switch (ver) {
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c66 const uint_t ver; member in struct:nametable
320 if (!validargs(cpuver, regno) || (n->ver & MAPCPUVER(cpuver)) == 0)
388 for (; n->ver != V_END; n++)
400 for (; n->ver != V_END; n++)
418 for (; n->ver != V_END; n++)
508 static int ver = -1; local
512 if (ver != -1)
513 return (ver);
521 return (ver);
544 ver
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c112 int ver; local
134 for (ver = rpc->lowver; ver <= rpc->highver; ver++) {
135 if (!rpcb_set(rpc->prognum, ver, nconf, &(rpc->netbuf))) {
137 "of RPC service instance %s, netid %s"), ver,
140 for (ver--; ver >= rpc->lowver; ver--)
141 (void) rpcb_unset(rpc->prognum, ver, ncon
156 int ver; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c79 int ver; member in struct:smbios_attr
152 smbios_setuuid(const char *name, const caddr_t addr, const int ver) argument
190 byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN;
239 smbios_setuuid("smbios.system.uuid", addr + 0x08, smbios.ver);
380 smbios.ver = SMBIOS_GET8(saddr, 0x1e); /* SMBIOS BCD Revision */
382 if (smbios.ver != 0) {
383 smbios.major = smbios.ver >> 4;
384 smbios.minor = smbios.ver & 0x0f;
386 smbios.ver = 0;
388 if (smbios.ver
[all...]
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c79 const uint_t ver; member in struct:nametable
417 if (!validargs(cpuver, regno) || n->ver != MAPCPUVER(cpuver))
461 for (; n->ver != V_END; n++)
473 for (; n->ver != V_END; n++)
492 for (; n->ver != V_END; n++)
618 int *ver = arg; local
622 if ((*ver = node2ver(node_name)) != -1)
633 if ((*ver = node2ver(compatible_array))
668 static int ver = -1; local
670 if (ver
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c141 uint32_t ver; local
152 nvlist_lookup_uint32(rawattr, "reason-version", &ver) != 0)
182 nvlist_add_uint32(myattr, "reason-version", ver) != 0 ||
/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h72 unsigned short ver, mno; member in struct:flens
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.h75 uint32_t ver; /* Version number of header */ member in struct:nsc_rmhdr_s
/illumos-gate/usr/src/uts/common/sys/av/
H A Diec61883.h44 #define IEC61883_IMPL_VER_MAJOR(ver) (((ver) >> 8) & 0xff)
45 #define IEC61883_IMPL_VER_MINOR(ver) ((ver) & 0xff)
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc1.c87 int ver; /* version of acct struct */ local
116 ver = 2; /* 4.0 acct structure */
118 ver = 1; /* 3.x acct structure */
122 while (aread(ver) == 1) {
280 aread(int ver) argument
285 if (ver != 2) {
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c109 char ver[PATH_MAX]; local
242 if ((v = x - e) >= sizeof(ver))
243 v = sizeof(ver) - 1;
244 for (k = p = ver;; k++)
259 if (strcmp(ver, e))
262 error(0, "probe processor %s version \"%s\" changed -- expected \"%s\"", proc, ver, e);

Completed in 600 milliseconds

1234567