| /netbsd-src/sys/compat/common/ |
| H A D | compat_sigaltstack.h | 19 struct compat_ss css; \ 24 error = copyin(SCARG_COMPAT_PTR(uap, nss), &css, sizeof css); \ 27 nss.ss_sp = COMPAT_GET_PTR(css.ss_sp); \ 28 nss.ss_size = css.ss_size; \ 30 nss.ss_flags = css.ss_flags; \ 33 (css.ss_flags & ss_onstack ? SS_ONSTACK : 0) \ 34 | (css.ss_flags & ss_disable ? SS_DISABLE : 0); \ 43 COMPAT_SET_PTR(css.ss_sp, oss.ss_sp); \ 44 css.ss_size = oss.ss_size; \ 46 css.ss_flags = oss.ss_flags; \ [all …]
|
| /netbsd-src/sys/dev/gpib/ |
| H A D | rd.c | 822 struct cs80_stat css; in rderror() local 829 sc->sc_punit, &css)) { in rderror() 837 (css.c_vu>>4)&0xF, css.c_vu&0xF); in rderror() 838 printf(" reject 0x%x\n", css.c_ref); in rderror() 839 printf(" fault 0x%x\n", css.c_fef); in rderror() 840 printf(" access 0x%x\n", css.c_aef); in rderror() 841 printf(" info 0x%x\n", css.c_ief); in rderror() 843 printf("0x%x", *(u_int32_t *)&css.c_raw[0]); in rderror() 844 printf("0x%x", *(u_int32_t *)&css.c_raw[4]); in rderror() 845 printf("0x%x\n", *(u_int16_t *)&css.c_raw[8]); in rderror() [all …]
|
| H A D | cs80bus.c | 309 cs80status(void *v, int slave, int punit, struct cs80_stat *css) in cs80status() argument 319 memset((void *)css, 0, sizeof(*css)); in cs80status() 321 (void) gpibrecv(sc->sc_ic, slave, CS80CMD_EXEC, css, sizeof(*css)); in cs80status() 327 BE16TOH(css->c_ref); in cs80status() 328 BE16TOH(css->c_fef); in cs80status() 329 BE16TOH(css->c_aef); in cs80status() 330 BE16TOH(css->c_ief); in cs80status() 331 BE32TOH(css->c_blk); in cs80status()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| H A D | intel_uc_fw.c | 278 struct uc_css_header *css; in intel_uc_fw_fetch() local 305 css = (struct uc_css_header *)fw->data; in intel_uc_fw_fetch() 308 size = (css->header_size_dw - css->key_size_dw - css->modulus_size_dw - in intel_uc_fw_fetch() 309 css->exponent_size_dw) * sizeof(u32); in intel_uc_fw_fetch() 320 uc_fw->ucode_size = (css->size_dw - css->header_size_dw) * sizeof(u32); in intel_uc_fw_fetch() 323 if (unlikely(css->key_size_dw != UOS_RSA_SCRATCH_COUNT)) { in intel_uc_fw_fetch() 326 css->key_size_dw, UOS_RSA_SCRATCH_COUNT); in intel_uc_fw_fetch() 330 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in intel_uc_fw_fetch() 354 css->sw_version); in intel_uc_fw_fetch() 356 css->sw_version); in intel_uc_fw_fetch()
|
| /netbsd-src/external/mit/libcbor/dist/docs/doxygen/ |
| H A D | jquery.js | 16 …l(),e)>=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text… property 32 …css("position")))||(/absolute/).test(this.css("position"))){e=this.parents().filter(function(){ret… 53 …css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.out… 61 …[u]+(m?0:o-j.offset()[u]);if(d.margin){g[p]-=parseInt(k.css("margin"+s))||0;g[p]-=parseInt(k.css("… 68 …css(T);R.trigger("powerTipClose")})}function M(){if(!c.isFixedTipOpen&&(c.isTipOpen||(c.tipOpenImm… 87 …css({width:"",minWidth:"",maxWidth:""}).removeClass("sm-nowrap")}if(o.dataSM("scroll-arrows")){o.d…
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | Makefile.sub | 74 groff.css \ 106 groff.css \ 133 examples.stamp: grnexmpl.g groff.css gnu.eps 135 test -f groff.css || cp $(srcdir)/groff.css . 165 webpage.html: webpage.ms gnu.png groff.css
|
| H A D | Makefile.in | 113 prepare_examples: grnexmpl.g groff.css 115 test -f groff.css || cp $(srcdir)/groff.css . 135 webpage.html: webpage.ms gnu.png gnu.eps groff.css
|
| /netbsd-src/lib/libm/src/ |
| H A D | s_sincosl.c | 121 double snn, css; 122 sincos(x, &snn, &css); 124 *cs = css;
|
| /netbsd-src/external/mit/libcbor/dist/docs/ |
| H A D | index.html.erb | 10 <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> 11 …<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/… 12 <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> 13 <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
| /netbsd-src/tests/crypto/opencrypto/ |
| H A D | h_ioctl.c | 101 struct session_n_op css[COUNT]; in test_ngsession() local 104 struct session_n_op *cs = &css[i]; in test_ngsession() 113 sg.sessions = css; in test_ngsession() 154 struct crypt_n_op css[COUNT]; in test_ncryptm() local 158 cs = &css[i]; in test_ncryptm() 168 mop.reqs = css; in test_ncryptm()
|
| /netbsd-src/external/bsd/mdocml/ |
| H A D | prepare-import.sh | 5 rm -rf CVS ChangeLog.xsl style.css index.css *.sgml regress
|
| /netbsd-src/external/mit/expat/dist/doc/ |
| H A D | Makefile.am | 57 ok.min.css \ 59 style.css \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regcomp.c | 1200 size_t css = (size_t)p->g->csetsize; in allocset() local 1211 nbytes = nc / CHAR_BIT * css; in allocset() 1224 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset() 1226 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset() 1233 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset() 1259 size_t css = (size_t)p->g->csetsize; in freeset() local 1261 for (i = 0; i < css; i++) in freeset() 1283 size_t css = (size_t)p->g->csetsize; in freezeset() local 1289 for (i = 0; i < css; i++) in freezeset() 1292 if (i == css) in freezeset() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regcomp.c | 1134 size_t css = (size_t)p->g->csetsize; in allocset() local 1141 nbytes = nc / CHAR_BIT * css; in allocset() 1156 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset() 1159 (void) memset((char *)p->g->setbits + (nbytes - css), in allocset() 1160 0, css); in allocset() 1171 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset() 1189 size_t css = (size_t)p->g->csetsize; in freeset() local 1191 for (i = 0; i < css; i++) in freeset() 1214 size_t css = (size_t)p->g->csetsize; in freezeset() local 1220 for (i = 0; i < css; i++) in freezeset() [all …]
|
| /netbsd-src/external/bsd/mdocml/man/ |
| H A D | Makefile | 37 FILES= ${DISTDIR}/mandoc.css 39 FILESNAME= style.css
|
| /netbsd-src/external/bsd/kyua-atf-compat/dist/ |
| H A D | atf-report_test.sh | 120 for file in index.html context.html report.css; do 147 for file in index.html context.html report.css \ 173 for file in index.html context.html report.css; do 204 for file in index.html context.html report.css; do
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
| H A D | dynsections.js | 114 rows.css('display','none'); 117 rows.css('display','table-row'); // using show() causes jump in firefox
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | Makefile.am | 7 MAKEINFOFLAGS = --css-include=$(srcdir)/heimdal.css 139 heimdal.css \
|