Searched refs:os (Results 451 - 475 of 654) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/modules/solaris/
H A DMakefile.solmod18 .PATH: ${ZFSDIR}/dist/uts/common/os
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_znode.c9 * or http://www.opensolaris.org/os/licensing.
1066 objset_t *os = zfsvfs->z_os; local
1072 VERIFY(0 == dmu_object_free(os, acl_obj, tx));
1073 VERIFY(0 == dmu_object_free(os, obj, tx));
1478 zfs_create_fs(objset_t *os, cred_t *cr, nvlist_t *zplprops, dmu_tx_t *tx) argument
1501 error = zap_create_claim(os, moid, DMU_OT_MASTER_NODE,
1508 if (spa_version(dmu_objset_spa(os)) >= SPA_VERSION_USERSPACE)
1510 else if (spa_version(dmu_objset_spa(os)) >= SPA_VERSION_FUID)
1527 error = zap_update(os, moid, name, 8, 1, &val, tx);
1536 error = zap_update(os, moi
[all...]
H A Ddsl_pool.c9 * or http://www.opensolaris.org/os/licensing.
265 objset_t *os; local
296 os = dmu_objset_create_impl(dp->dp_spa, ds,
299 zfs_create_fs(os, kcred, zplprops, tx);
458 objset_t *os; local
462 os = ds->ds_objset;
463 zil_clean(os->os_zil);
464 ASSERT(!dmu_objset_is_dirty(os, txg));
H A Dzfs_vnops.c9 * or http://www.opensolaris.org/os/licensing.
320 update_pages(vnode_t *vp, int64_t start, int len, objset_t *os, uint64_t oid) argument
335 (void) dmu_read(os, oid, start+off, nbytes, va+off,
346 error = dmu_write_uio(os, zp->z_id, uio, dirbytes, tx);
364 objset_t *os = zp->z_zfsvfs->z_os; local
393 error = dmu_read_uio(os, zp->z_id, uio,
420 error = dmu_read_uio(os, zp->z_id, uio,
428 error = dmu_read(os, zp->z_id, start + off,
447 error = dmu_read_uio(os, zp->z_id, uio, dirbytes);
477 objset_t *os; local
992 objset_t *os = zp->z_zfsvfs->z_os; local
1022 objset_t *os = zfsvfs->z_os; local
1412 objset_t *os; local
2122 objset_t *os; local
4291 objset_t *os = zp->z_zfsvfs->z_os; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c2408 heim_octet_string os; local
2416 os.data = sig->data;
2417 os.length = sig->length / 8;
2419 return _hx509_verify_signature(context, signer, alg, data, &os);
3037 heim_octet_string os; local
3039 os.data = c->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.data;
3040 os.length =
3046 &os,
3335 * @param os the encode certificate, set to NULL, 0 on case of
3336 * error. Free the os
3344 hx509_cert_binary(hx509_context context, hx509_cert c, heim_octet_string *os) argument
3490 heim_octet_string os, sig; local
[all...]
H A Dhxtool.c151 heim_octet_string *os; member in struct:pem_data
163 p->os->data = malloc(length);
164 if (p->os->data == NULL)
166 memcpy(p->os->data, data, length);
167 p->os->length = length;
219 p.os = &co;
1147 heim_octet_string *os = ctx; local
1152 os->data, os->length, &expiration);
1170 heim_octet_string os; local
2116 heim_octet_string os; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_crypt.c426 ASN1_OCTET_STRING *os = NULL; local
452 os = ASN1_OCTET_STRING_new();
454 if(!os || !ASN1_OCTET_STRING_set(os, buf, len))
462 ASN1_TYPE_set(params, V_ASN1_SEQUENCE, os);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386linux.c614 asection *s, *os, *is;
628 os = s->output_section;
633 os->filepos + s->output_offset,
634 os->vma + s->output_offset);
758 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
613 asection *s, *os, *is; local
H A Dm68klinux.c621 asection *s, *os, *is;
635 os = s->output_section;
640 os->filepos + s->output_offset,
641 os->vma + s->output_offset);
763 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
620 asection *s, *os, *is; local
H A Dsparclinux.c612 asection *s, *os, *is; local
626 os = s->output_section;
631 os->filepos + s->output_offset,
632 os->vma + s->output_offset);
756 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Di386linux.c614 asection *s, *os, *is;
628 os = s->output_section;
633 os->filepos + s->output_offset,
634 os->vma + s->output_offset);
758 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
613 asection *s, *os, *is; local
H A Dm68klinux.c621 asection *s, *os, *is;
635 os = s->output_section;
640 os->filepos + s->output_offset,
641 os->vma + s->output_offset);
763 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
620 asection *s, *os, *is; local
H A Dsparclinux.c612 asection *s, *os, *is; local
626 os = s->output_section;
631 os->filepos + s->output_offset,
632 os->vma + s->output_offset);
756 if (bfd_seek (output_bfd, (file_ptr) (os->filepos + s->output_offset),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-gen.c1180 heim_octet_string os; \
1183 ASN1_MALLOC_ENCODE(type, os.data, os.length, ptr, &size, ret); \
1186 if (os.length != size) \
1188 ret = decode_##type(os.data, os.length, &decode, &size); \
1189 free(os.data); \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Datf-report.cpp277 std::ostream& os)
282 os << format_text("Test cases for known bugs:") << "\n";
289 os << format_text_with_tag(reason, " " + name + ": ", false)
276 write_expected_failures(const std::map< std::string, std::string >& xfails, std::ostream& os) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemmove-chk.c158 n + 1, os ((char *) buf1 + ++i + 8))
199 os (buf2 + i++ + 8))
219 os (buf2 + i++ + 8))
H A Dmempcpy-chk.c161 n + 1, os ((char *) buf1 + ++i + 8))
202 os (buf2 + i++ + 8))
222 n + 1, os (buf2 + i++ + 8))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemmove-chk.c158 n + 1, os ((char *) buf1 + ++i + 8))
199 os (buf2 + i++ + 8))
219 os (buf2 + i++ + 8))
H A Dmempcpy-chk.c161 n + 1, os ((char *) buf1 + ++i + 8))
202 os (buf2 + i++ + 8))
222 n + 1, os (buf2 + i++ + 8))
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_parityscan.c348 RF_SectorNum_t os = pda->startSector; local
355 oc, (long) os, pda->col, (long) pda->startSector);
362 oc, (long) os, pda->col, (long) pda->startSector);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/
H A Dddns-confgen.c53 #include <confgen/os.h>
H A Dkeygen.c41 #include <confgen/os.h>
H A Drndc-confgen.c57 #include <confgen/os.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/tests/
H A Disctest.c32 #include <isc/os.h>
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc.c135 if (mdoc->meta.os)
136 free(mdoc->meta.os);
333 if (NULL == m->meta.os)
334 m->meta.os = mandoc_strdup("LOCAL");

Completed in 154 milliseconds

<<11121314151617181920>>