Searched refs:release (Results 126 - 132 of 132) sorted by relevance

123456

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c2132 * 4. "sysname release" from uname(3)
2156 utsname.sysname, utsname.release);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c612 DTRACE_PROBE2(release, mac_client_impl_t *, mcip,
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c820 dprintf("uts.release = \"%s\"\n", utsp->release);
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2746 name.release);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2140 (void) snprintf(buf2, buf2_size, ", %s", utsname.release);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c597 /* Get OS major release level. */
598 for (w16 = 0; w16 < sizeof (utsname.release); w16++) {
599 if (utsname.release[w16] == '.') {
604 if (w16 < sizeof (utsname.release)) {
605 (void) ql_bstr_to_dec(&utsname.release[w16],
611 cmn_err(CE_WARN, "%s Unsupported OS release level = %d",
3629 /* If all tokens checkout, release the buffers. */
3908 /* Inform to release buffers. */
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3672 * release the hres_lock
3874 incl hres_lock / release the hres_lock

Completed in 182 milliseconds

123456