Searched refs:os (Results 176 - 200 of 654) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dn_pkey.c81 ASN1_OCTET_STRING *os; member in struct:netscape_encrypted_pkey_st
91 ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, os, ASN1_OCTET_STRING),
109 static RSA *d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os,
156 enckey->os->length = 11; /* "private-key" */
188 if (!ASN1_STRING_set(enckey->os, "private-key", -1))
261 if ((enckey->os->length != 11) || (strncmp("private-key",
262 (char *)enckey->os->data,11) != 0))
285 static RSA *d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os, argument
319 if (!EVP_DecryptUpdate(&ctx,os->data,&i,os
[all...]
H A Da_bytes.c254 ASN1_STRING *os=NULL; local
283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
290 if (!BUF_MEM_grow_clean(&b,num+os->length))
295 memcpy(&(b.data[num]),os->data,os->length);
298 num+=os->length;
306 if (os != NULL) ASN1_STRING_free(os);
310 if (os != NULL) ASN1_STRING_free(os);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p12.c78 const heim_octet_string *os = NULL; local
83 os = &attr->attrValues;
94 os);
135 heim_octet_string os; local
151 &os,
157 ret = hx509_cert_init_data(context, os.data, os.length, &cert);
158 der_free_octet_string(&os);
221 heim_octet_string os; local
224 ret = decode_PKCS12_OctetString(data, length, &os, NUL
489 PKCS12_OctetString os; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_prop.h9 * or http://www.opensolaris.org/os/licensing.
81 int dsl_prop_get_all(objset_t *os, nvlist_t **nvp);
82 int dsl_prop_get_received(objset_t *os, nvlist_t **nvp);
108 boolean_t dsl_prop_get_hasrecvd(objset_t *os);
109 void dsl_prop_set_hasrecvd(objset_t *os);
110 void dsl_prop_unset_hasrecvd(objset_t *os);
H A Dzvol.h9 * or http://www.opensolaris.org/os/licensing.
42 extern int zvol_get_stats(objset_t *os, nvlist_t *nv);
43 extern void zvol_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx);
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/
H A DMakefile8 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support
9 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd
10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/shared
16 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/linux
111 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus
144 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/misc
155 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
156 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd \
157 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
158 -I${X11SRCDIR.xorg-server}/hw/xfree86/os
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf86_os/
H A DMakefile7 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support
8 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bsd
9 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/shared
14 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/linux
77 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus
98 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/misc
124 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
125 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bsd \
126 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus \
127 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzvol.c9 * or http://www.opensolaris.org/os/licensing.
211 zvol_get_stats(objset_t *os, nvlist_t *nv) argument
217 error = zap_lookup(os, ZVOL_ZAP_OBJ, "size", 8, 1, &val);
223 error = dmu_object_info(os, ZVOL_OBJ, &doi);
330 objset_t *os = zv->zv_objset; local
339 txg_wait_synced(dmu_objset_pool(os), 0);
340 err = traverse_dataset(dmu_objset_ds(os), 0,
352 zvol_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx) argument
374 error = dmu_object_claim(os, ZVOL_OBJ, DMU_OT_ZVOL, volblocksize,
378 error = zap_create_claim(os, ZVOL_ZAP_OB
393 objset_t *os = zv->zv_objset; local
481 objset_t *os; local
659 objset_t *os; local
708 objset_t *os = zv->zv_objset; local
745 zvol_update_volsize(objset_t *os, uint64_t volsize) argument
798 objset_t *os; local
998 objset_t *os = zv->zv_objset; local
1213 objset_t *os; local
1760 objset_t *os = zv->zv_objset; local
1868 objset_t *os = zv->zv_objset; local
1919 objset_t *os = zv->zv_objset; local
[all...]
H A Ddmu.c9 * or http://www.opensolaris.org/os/licensing.
96 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, argument
104 err = dnode_hold(os, object, FTAG, &dn);
149 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp) argument
155 error = dnode_hold(os, object, FTAG, &dn);
183 * to take a held dnode rather than <os, object> -- the lookup is wasteful,
281 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, argument
287 err = dnode_hold(os, object, FTAG, &dn);
330 dmu_prefetch(objset_t *os, uint64_t object, uint64_t offset, uint64_t len) argument
340 dn = os
431 dmu_free_long_range_impl(objset_t *os, dnode_t *dn, uint64_t offset, uint64_t length, boolean_t free_dnode) argument
483 dmu_free_long_range(objset_t *os, uint64_t object, uint64_t offset, uint64_t length) argument
498 dmu_free_object(objset_t *os, uint64_t object) argument
528 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, dmu_tx_t *tx) argument
543 dmu_read(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, void *buf, uint32_t flags) argument
602 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, const void *buf, dmu_tx_t *tx) argument
644 dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, dmu_tx_t *tx) argument
793 dmu_read_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size) argument
850 dmu_write_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size, dmu_tx_t *tx) argument
905 dmu_write_pages(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, page_t *pp, dmu_tx_t *tx) argument
1097 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, zio_prop_t *zp, zbookmark_t *zb) argument
1154 objset_t *os = db->db_objset; local
1245 dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, int ibs, dmu_tx_t *tx) argument
1260 dmu_object_set_checksum(objset_t *os, uint64_t object, uint8_t checksum, dmu_tx_t *tx) argument
1274 dmu_object_set_compress(objset_t *os, uint64_t object, uint8_t compress, dmu_tx_t *tx) argument
1290 dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp, zio_prop_t *zp) argument
1366 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) argument
1430 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) argument
[all...]
H A Dzap_micro.c9 * or http://www.opensolaris.org/os/licensing.
358 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db) argument
369 zap->zap_objset = os;
444 zap_lockdir(objset_t *os, uint64_t obj, dmu_tx_t *tx, argument
454 err = dmu_buf_hold(os, obj, 0, NULL, &db);
468 zap = mzap_open(os, obj, db);
488 zap->zap_objset = os;
506 err = dmu_object_set_blocksize(os, obj, newsz, 0, tx);
574 mzap_create_impl(objset_t *os, uint64_t obj, int normflags, zap_flags_t flags, argument
580 VERIFY(0 == dmu_buf_hold(os, ob
608 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
616 zap_create_claim_norm(objset_t *os, uint64_t obj, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
630 zap_create(objset_t *os, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
637 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
647 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
666 zap_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx) argument
694 zap_count(objset_t *os, uint64_t zapobj, uint64_t *count) argument
757 zap_lookup(objset_t *os, uint64_t zapobj, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf) argument
765 zap_lookup_norm(objset_t *os, uint64_t zapobj, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
814 zap_lookup_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) argument
838 zap_contains(objset_t *os, uint64_t zapobj, const char *name) argument
848 zap_length(objset_t *os, uint64_t zapobj, const char *name, uint64_t *integer_size, uint64_t *num_integers) argument
883 zap_length_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, uint64_t *integer_size, uint64_t *num_integers) argument
949 zap_add(objset_t *os, uint64_t zapobj, const char *key, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
992 zap_add_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1017 zap_update(objset_t *os, uint64_t zapobj, const char *name, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1064 zap_update_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1089 zap_remove(objset_t *os, uint64_t zapobj, const char *name, dmu_tx_t *tx) argument
1095 zap_remove_norm(objset_t *os, uint64_t zapobj, const char *name, matchtype_t mt, dmu_tx_t *tx) argument
1130 zap_remove_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, dmu_tx_t *tx) argument
1156 zap_cursor_init_serialized(zap_cursor_t *zc, objset_t *os, uint64_t zapobj, uint64_t serialized) argument
1169 zap_cursor_init(zap_cursor_t *zc, objset_t *os, uint64_t zapobj) argument
1328 zap_get_stats(objset_t *os, uint64_t zapobj, zap_stats_t *zs) argument
1351 zap_count_write(objset_t *os, uint64_t zapobj, const char *name, int add, uint64_t *towrite, uint64_t *tooverwrite) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dsort.c189 tOptState os = OPTSTATE_INITIALIZER(DEFINED); local
256 res = longOptionFind( pOpts, pzArg+2, &os );
266 res = longOptionFind( pOpts, pzArg+1, &os );
268 res = shortOptionFind( pOpts, (tAoUC)pzArg[1], &os );
284 if (OPTST_GET_ARGTYPE(os.pOD->fOptState) == OPARG_TYPE_NONE) {
290 if ( (os.optType == TOPT_SHORT)
291 && FAILED( checkShortOpts( pOpts, pzArg+2, &os,
297 } else if (os.pOD->fOptState & OPTST_ARG_OPTIONAL) {
298 switch (mayHandleArg( pOpts, pzArg+2, &os, ppzOpts, &optsIdx )) {
304 switch (mustHandleArg( pOpts, pzArg+2, &os, ppzOpt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dsort.c189 tOptState os = OPTSTATE_INITIALIZER(DEFINED); local
256 res = longOptionFind(pOpts, pzArg+2, &os);
266 res = longOptionFind(pOpts, pzArg+1, &os);
268 res = shortOptionFind(pOpts, (tAoUC)pzArg[1], &os);
284 if (OPTST_GET_ARGTYPE(os.pOD->fOptState) == OPARG_TYPE_NONE) {
290 if ( (os.optType == TOPT_SHORT)
291 && FAILED(checkShortOpts(pOpts, pzArg+2, &os, ppzOpts,
297 } else if (os.pOD->fOptState & OPTST_ARG_OPTIONAL) {
298 switch (mayHandleArg(pOpts, pzArg+2, &os, ppzOpts, &optsIdx)) {
304 switch (mustHandleArg(pOpts, pzArg+2, &os, ppzOpt
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py13 import os
14 import os.path
538 basename = os.path.basename(filename)
542 ext = os.path.splitext(filename)[1]
565 os.unlink(dst_filename)
573 os.unlink(dst_filename)
587 os.rename(dst_filename, filename)
590 if not os.path.isfile("doc/gdb.texinfo"):
593 for root, dirs, files in os.walk(gdb_dir):
595 fullpath = os
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldlang.c204 const lang_output_section_statement_type *os)
212 return !(os != NULL
213 && strcmp (os->name, DISCARD_SECTION_NAME) == 0);
459 lang_output_section_statement_type *os; local
461 os = (lang_output_section_statement_type *) output;
463 if (unique_section_p (section, os))
1423 next_matching_output_section_statement (lang_output_section_statement_type *os, argument
1429 ((char *) os
1431 const char *name = os->name;
1628 output_prev_sec_find (lang_output_section_statement_type *os) argument
203 unique_section_p(const asection *sec, const lang_output_section_statement_type *os) argument
1731 lang_output_section_statement_type *os; local
2162 lang_output_section_statement_type *os; local
2450 lang_output_section_statement_type *os; local
2502 lang_output_section_statement_type *os; local
3489 map_input_to_output_sections(lang_statement_union_type *s, const char *target, lang_output_section_statement_type *os) argument
3628 lang_output_section_statement_type *os; local
3785 lang_output_section_statement_type *os; local
4323 print_wild_statement(lang_wild_statement_type *w, lang_output_section_statement_type *os) argument
4371 print_group(lang_group_statement_type *s, lang_output_section_statement_type *os) argument
4383 print_statement_list(lang_statement_union_type *s, lang_output_section_statement_type *os) argument
4397 print_statement(lang_statement_union_type *s, lang_output_section_statement_type *os) argument
4717 os_region_check(lang_output_section_statement_type *os, lang_memory_region_type *region, etree_type *tree, bfd_vma rbase) argument
4769 lang_output_section_statement_type *os; local
5437 lang_output_section_statement_type *os; local
5961 lang_output_section_statement_type *os; local
6114 lang_output_section_statement_type *os; local
6160 lang_output_section_statement_type *os; local
7059 lang_output_section_statement_type *os; local
7207 lang_output_section_statement_type *os; member in struct:overlay_list
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Ddevlist2h.awk42 if (os == "NetBSD")
44 else if (os == "FreeBSD")
46 else if (os == "OpenBSD")
58 if (os == "NetBSD")
60 else if (os == "FreeBSD")
62 else if (os == "OpenBSD")
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xdreamcast/
H A DMakefile12 LDADD= ${LDADD.dix} ${LDADD.hw/netbsd/dreamcast} ${LDADD.os} -lXfont \
13 -lfreetype ${LDADD.os} ${LDADD.cfb} ${LDADD.cfb16} ${LDADD.cfb} \
21 ${LIBFREETYPE} ${DPADD.os} ${DPADD.cfb} ${DPADD.cfb16} \
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xews4800mips/
H A DMakefile12 LDADD= ${LDADD.dix} ${LDADD.hw/netbsd/ews4800mips} ${LDADD.os} -lXfont \
13 -lfreetype ${LDADD.os} ${LDADD.cfb} ${LDADD.cfb16} ${LDADD.cfb} \
21 ${LIBFREETYPE} ${DPADD.os} ${DPADD.cfb} ${DPADD.cfb16} \
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xnewsmips/
H A DMakefile12 LDADD= ${LDADD.dix} ${LDADD.hw/netbsd/newsmips} ${LDADD.os} -lXfont \
13 -lfreetype ${LDADD.os} ${LDADD.cfb} ${LDADD.cfb16} ${LDADD.cfb} \
21 ${LIBFREETYPE} ${DPADD.os} ${DPADD.cfb} ${DPADD.cfb16} \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/pcidata/
H A DMakefile14 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
15 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus \
17 -I${X11SRCDIR.xc}/programs/Xserver/os \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/scanpci/
H A DMakefile14 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
15 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus \
17 -I${X11SRCDIR.xc}/programs/Xserver/os \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dlayout.cc90 Output_section* os = *p; local
92 info.output_section = os;
93 info.address = os->is_address_valid() ? os->address() : 0;
94 info.data_size = os->is_data_size_valid() ? os->data_size() : -1;
95 info.offset = os->is_offset_valid()? os->offset() : -1 ;
111 Output_section* os = *p; local
112 uint64_t address = os
437 Output_section* os = NULL; local
554 Output_section* os = this->make_output_section(name, type, flags, local
723 Output_section* os; local
779 Output_section* os = this->make_output_section(group_section_name, local
832 Output_section* os = this->choose_output_section(object, name, local
925 Output_section* os = this->choose_output_section(NULL, name, type, flags, local
979 Output_section* os; local
1082 default_section_order(Output_section* os, bool is_relro_local) argument
1160 attach_section_to_segment(Output_section* os) argument
1171 attach_allocated_section_to_segment(Output_section* os) argument
1308 Output_section* os = this->make_output_section(name, elfcpp::SHT_PROGBITS, local
2110 Output_section* os = this->choose_output_section(NULL, section_name, local
2138 Output_section* os = this->create_note("GNU", elfcpp::NT_GNU_GOLD_VERSION, local
2275 Output_section* os = this->create_note("GNU", elfcpp::NT_GNU_BUILD_ID, local
3104 Output_section* os = this->make_output_section(name, elfcpp::SHT_STRTAB, 0, local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgenerate.py39 import os
45 self.name = os.path.basename(name)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py4 import sys, os
18 os._exit(1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb27.C26 friend std::ostream& operator << (std::ostream& os, const test<T>& a) argument
27 { return os << a.elem; };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/
H A D1.cc31 operator<<(std::ostream& os, std::pair<int, int> const& p) argument
32 { return os << p.first << ' ' << p.second; }

Completed in 239 milliseconds

1234567891011>>