Searched refs:os (Results 376 - 400 of 654) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/drivers/sunleo/
H A DMakefile17 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/drivers/tga/
H A DMakefile15 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/drivers/wsfb/
H A DMakefile15 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf24_32bpp/
H A DMakefile19 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf8_32bpp/
H A DMakefile20 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xnest/
H A DMakefile22 -I${X11SRCDIR.xc}/programs/Xserver/os \
/netbsd-6-1-5-RELEASE/x11/bin/xfs/
H A DMakefile12 .PATH: ${X11SRCDIR.xc}/programs/${PROG}/os
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_ess.c382 ASN1_OCTET_STRING *os = NULL; local
410 os = ASN1_item_pack(&rct, ASN1_ITEM_rptr(CMS_Receipt), NULL);
416 return os;
H A Dcms_smime.c508 ASN1_OCTET_STRING **pos, *os; local
538 os = cms_encode_Receipt(si);
540 if (!os)
544 rct_cont = BIO_new_mem_buf(os->data, os->length);
559 *pos = os;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/test-programs/
H A Dcpp_helpers.cpp238 std::ofstream os(get_config_var("pidfile").c_str());
239 os << ::getpid() << "\n";
240 os.close();
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp238 std::ofstream os(get_config_var("pidfile").c_str());
239 os << ::getpid() << "\n";
240 os.close();
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil.h9 * or http://www.opensolaris.org/os/licensing.
390 extern zilog_t *zil_alloc(objset_t *os, zil_header_t *zh_phys);
393 extern zilog_t *zil_open(objset_t *os, zil_get_data_t *get_data);
396 extern void zil_replay(objset_t *os, void *arg,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrncat-chk.c87 if (__builtin___strncat_chk (++d2, s1, 100, os (++d2)) != dst+1
91 if (__builtin___strncat_chk (++d2+5, s1, 100, os (++d2+5)) != dst+6
95 if (__builtin___strncat_chk (++d2+5, s1+5, 100, os (++d2+5)) != dst+6
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/
H A DMakefile18 -I${X11SRCDIR.xorg-server}/os \
58 LDADD+= ${LDADD.os}
99 ${DPADD.os} \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/common/
H A DMakefile52 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
53 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
57 -I${X11SRCDIR.xorg-server}/os \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/include/
H A DMakefile10 os-support os-support/bus parser rac ramdac shadowfb \
37 os.h picture.h picturestr.h pixmap.h pixmapstr.h property.h \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrncat-chk.c87 if (__builtin___strncat_chk (++d2, s1, 100, os (++d2)) != dst+1
91 if (__builtin___strncat_chk (++d2+5, s1, 100, os (++d2+5)) != dst+6
95 if (__builtin___strncat_chk (++d2+5, s1+5, 100, os (++d2+5)) != dst+6
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf86/
H A DMakefile42 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
43 -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus \
47 -I${X11SRCDIR.xc}/programs/Xserver/os \
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddbuf.c9 * or http://www.opensolaris.org/os/licensing.
78 dbuf_hash(void *os, uint64_t obj, uint8_t lvl, uint64_t blkid) argument
80 uintptr_t osv = (uintptr_t)os;
96 #define DBUF_HASH(os, obj, level, blkid) dbuf_hash(os, obj, level, blkid);
98 #define DBUF_EQUAL(dbuf, os, obj, level, blkid) \
100 (dbuf)->db_objset == (os) && \
108 objset_t *os = dn->dn_objset; local
110 uint64_t hv = DBUF_HASH(os, obj, level, blkid);
116 if (DBUF_EQUAL(db, os, ob
139 objset_t *os = db->db_objset; local
921 objset_t *os = dn->dn_objset; local
1518 objset_t *os = dn->dn_objset; local
2051 objset_t *os = dn->dn_objset; local
2251 objset_t *os = dn->dn_objset; local
2359 objset_t *os = dn->dn_objset; local
[all...]
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dprocs.c189 predtable(struct Object *os, struct Object *oe, char *str, int action, int newstate) argument
205 "PREDTAB: s %5s; e %5s\n", os->obj_kind==OBJ_SET?"SET":"item",
208 if (os->obj_kind == OBJ_SET) s = os->obj_members;
209 else s = os;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dobject.cc998 Output_section* os = layout->layout(this, shndx, name, shdr, local
1001 this->output_sections()[shndx] = os;
1479 Output_section* os = layout->layout_reloc(this, i, shdr, data_section, local
1481 out_sections[i] = os;
1500 Output_section* os = layout->layout_eh_frame(this, local
1509 out_sections[i] = os;
1510 if (os == NULL || offset == -1)
1524 if (os != NULL && offset == -1 && reloc_shndx[i] != 0)
1594 Output_section* os = layout->layout_reloc(this, shndx, shdr, local
1596 out_sections[shndx] = os;
1924 Output_section* os = out_sections[shndx]; local
2404 Output_section* os = kept_relobj->output_section(kept_shndx); local
[all...]
H A Doutput.h618 set_output_section(Output_section* os);
1002 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1005 Output_reloc(Output_section* os, unsigned int type,
1140 Output_section* os; member in union:gold::Output_reloc::__anon3299
1236 Output_reloc(Output_section* os, unsigned int type, Output_data* od, argument
1238 : rel_(os, type, od, address), addend_(addend)
1241 Output_reloc(Output_section* os, unsigned int type, argument
1244 : rel_(os, type, relobj, shndx, address), addend_(addend)
1376 do_adjust_output_section(Output_section* os);
1593 add_output_section(Output_section* os, unsigne argument
1598 add_output_section(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1790 add_output_section(Output_section* os, unsigned int type, Output_data* od, Address address, Addend addend) argument
1795 add_output_section(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2639 set_info_section(const Output_section* os) argument
2663 set_info_section_symndx(const Output_section* os) argument
3120 set_output_section(Output_section* os) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_osfp.c272 pf_osfp_match(struct pf_osfp_enlist *list, pf_osfp_t os) argument
278 if (os == PF_OSFP_ANY)
281 DPFPRINTF("osfp no match against %x\n", os);
282 return (os == PF_OSFP_UNKNOWN);
284 PF_OSFP_UNPACK(os, os_class, os_version, os_subtype);
292 entry->fp_subtype_nm, os, entry->fp_os);
296 DPFPRINTF("fingerprint 0x%x didn't match\n", os);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l137 "\n" { int os = YYSTATE;
138 if (os != IFR)
147 if ((os != 0 || slow) && !contr)
517 usch *s, *os = stringbuf;
528 stringbuf = os;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm.c556 CHECK(krb5_ret_uint32(in, &data->os[0]), 0);
557 CHECK(krb5_ret_uint32(in, &data->os[1]), 0);
606 if (type1->os[0])
640 CHECK(krb5_store_uint32(out, type1->os[0]), 0);
641 CHECK(krb5_store_uint32(out, type1->os[1]), 0);
710 /* os version */
712 CHECK(krb5_ret_uint32(in, &type2->os[0]), 0);
713 CHECK(krb5_ret_uint32(in, &type2->os[1]), 0);
782 /* os version */
784 CHECK(krb5_store_uint32(out, type2->os[
[all...]

Completed in 170 milliseconds

<<11121314151617181920>>