/freebsd/share/i18n/esdb/ISO646/ |
H A D | ISO646.alias | 9 CA iso-ir-121 13 CA2 iso-ir-122 18 CN iso-ir-57 21 CU iso-ir-151 26 DE iso-ir-21 33 ES iso-ir-17 36 ES2 iso-ir-85 39 FR iso-ir-69 42 FR1 iso-ir-25 46 GB iso-ir-4 [all …]
|
/freebsd/share/i18n/esdb/ISO-8859/ |
H A D | ISO-8859.alias | 8 1 iso-ir-100 18 2 iso-ir-101 28 3 iso-ir-109 38 4 iso-ir-110 50 5 iso-ir-144 61 6 iso-ir-127 74 7 iso-ir-126 83 8 iso-ir-138 90 9 iso-ir-148 98 10 iso-ir-157 [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-scope-local.mk | 29 .SUFFIXES: .ir-gen-from .ir-from .ir-to 34 # expect: target-rule.ir-gen-from: * = <target-rule> 35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from 36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from: 43 .ir-from.ir [all...] |
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 108 ir = xr ^ kr; \ 110 t1 = ir >> 16; \ 111 yl = CAMELLIA_SP1110(ir & 0xff) \ 114 ^ CAMELLIA_SP4404((ir >> 8) & 0xff); \ 141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 143 ir = CAMELLIA_SP1110(xr & 0xff); \ 145 ir ^= CAMELLIA_SP0222((xr>>24) & 0xff); \ 147 ir ^= CAMELLIA_SP3033((xr>>16) & 0xff); \ 149 ir ^= CAMELLIA_SP4404((xr>>8) & 0xff); \ [all …]
|
/freebsd/sys/dev/firewire/ |
H A D | fwdev.c | 87 struct fw_xferq *ir; member 220 if (d->ir != NULL) { in fw_close() 221 struct fw_xferq *ir = d->ir; in fw_close() local 223 if ((ir->flag & FWXFERQ_OPEN) == 0) in fw_close() 225 if (ir->flag & FWXFERQ_RUNNING) { in fw_close() 226 ir->flag &= ~FWXFERQ_RUNNING; in fw_close() 227 fc->irx_disable(fc, ir->dmach); in fw_close() 230 fwdev_freebuf(ir); in fw_close() 232 for (xfer = STAILQ_FIRST(&ir->q); in fw_close() 233 xfer != NULL; xfer = STAILQ_FIRST(&ir->q)) { in fw_close() [all …]
|
H A D | fwohci.c | 667 sc->fc.ir[i] = &sc->ir[i].xferq; 669 sc->ir[i].xferq.dmach = i; 671 sc->ir[i].ndb = 0; 805 fwohci_db_free(&sc->ir[i]); 1321 fwohci_db_free(&sc->ir[dmach]); 1322 sc->ir[dmach].xferq.flag &= ~FWXFERQ_RUNNING; 1410 if (&sc->ir[dmach] == dbch) { 1628 struct fw_xferq *ir; local 1630 dbch = &sc->ir[dmach]; 1631 ir = &dbch->xferq; [all …]
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_enrollment.csv | 4 1,newkey, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLA… 5 0,newkey missing arg, -section,, -cmd,ir, -newkey,,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK… 6 0,newkey is directory, -section,, -cmd,ir, -newkey,dir/,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,… 7 0,newkey too many parameters, -section,, -cmd,ir, -newkey,abc,def, -newkeypass,pass:,,,BLANK,,BLANK… 8 0,newkey is an RSA key, -section,, -cmd,ir, -newkey,test.RSA2048.pem,, -newkeypass,pass:,,,BLANK,,B… 10 1,newkeypass, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,pass:12345,,,BLANK,,BLAN… 11 1,read newkeypass from file, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,file:1234… 12 1,newkeypass no prefix, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,12345,,,BLANK,… 13 0,no newkeypass, -section,, -cmd,ir, -newkey,new_pass_12345.key,,BLANK,,,,BLANK,,BLANK,,BLANK,,BLAN… 14 0,missing newkeypass parameter, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,,,,BLA… [all …]
|
H A D | test_commands.csv | 4 1,minimum options, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 11 1,no cacertsout, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 12 1,cacertsout given, -section,, -cmd,ir,, -cacertsout,_RESULT_DIR/test.cacerts.pem,,BLANK,,,BLANK,,B… 13 0,cacertsout missing arg, -section,, -cmd,ir,, -cacertsout,,,BLANK,,,BLANK,,BLANK, 46 1,ir + infotype, -section,, -cmd,ir,,BLANK,,, -infotype,signKeyPairTypes,,BLANK,,BLANK, 57 1,reqout ir+certConf rspout ip+pkiConf, -section,, -cmd,ir,,-reqout,_RESULT_DIR/ir.der _RESULT_DIR/… 59 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 60 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 61 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,… 62 1,rspin, -section,, -cmd,ir,,BLANK,,,-rspin,_RESULT_DIR/ip.der _RESULT_DIR/pkiConf.der,,BLANK,,BLAN… [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | ldapclient.c | 433 client_build_req(struct idm *idm, struct idm_req *ir, struct aldap_message *m, in client_build_req() argument 439 memset(ir, 0, sizeof(*ir)); in client_build_req() 442 if (strlcat(ir->ir_line, idm->idm_attrs[i], in client_build_req() 443 sizeof(ir->ir_line)) >= sizeof(ir->ir_line)) in client_build_req() 450 ir->ir_key.ik_uid = strtonum( in client_build_req() 454 ir->ir_key.ik_gid = strtonum( in client_build_req() 462 if (strlcat(ir->ir_line, ldap_attrs[k], in client_build_req() 463 sizeof(ir->ir_line)) >= sizeof(ir->ir_line)) in client_build_req() 466 if (strlcat(ir->ir_line, ",", in client_build_req() 467 sizeof(ir->ir_line)) in client_build_req() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | hix5hd2-ir.txt | 1 Device-Tree bindings for hix5hd2 ir IP 4 - compatible: Should contain "hisilicon,hix5hd2-ir", or: 5 - "hisilicon,hi3796cv300-ir" for Hi3796CV300 IR device. 20 ir: ir@f8001000 { 21 compatible = "hisilicon,hix5hd2-ir";
|
H A D | meson-ir.txt | 5 - "amlogic,meson6-ir" 6 - "amlogic,meson8b-ir" 7 - "amlogic,meson-gxbb-ir" 16 ir-receiver@c8100480 { 17 compatible= "amlogic,meson6-ir";
|
H A D | nokia,n900-ir | 4 - compatible: should be "nokia,n900-ir". 16 ir: n900-ir { 17 compatible = "nokia,n900-ir";
|
H A D | gpio-ir-receiver.txt | 4 - compatible: should be "gpio-ir-receiver". 15 ir: ir-receiver { 16 compatible = "gpio-ir-receiver";
|
H A D | tango-ir.txt | 5 - compatible: "sigma,smp8642-ir" 16 ir@10518 { 17 compatible = "sigma,smp8642-ir";
|
H A D | img-ir-rev1.txt | 7 - compatible: Should be "img,ir-rev1" 28 ir@2006200 { 29 compatible = "img,ir-rev1";
|
/freebsd/sys/libkern/ |
H A D | iconv_ucs.c | 172 size_t in, on, ir, or, inlen, outlen, ucslen; in iconv_ucs_conv() local 180 ir = in = *inbytesleft; in iconv_ucs_conv() 185 while (ir > 0 && or > 0) { in iconv_ucs_conv() 195 code = utf8_to_ucs4(p, &inlen, ir); in iconv_ucs_conv() 234 inlen = ir; in iconv_ucs_conv() 240 inlen = ir - inlen; in iconv_ucs_conv() 266 if (ir < inlen) { in iconv_ucs_conv() 314 ir -= inlen; in iconv_ucs_conv() 325 ir -= inlen; in iconv_ucs_conv() 334 ir -= inlen; in iconv_ucs_conv() [all …]
|
H A D | iconv_xlat16.c | 118 size_t in, on, ir, or, inlen; in iconv_xlat16_conv() local 125 ir = in = *inbytesleft; in iconv_xlat16_conv() 130 while(ir > 0 && or > 0) { in iconv_xlat16_conv() 134 c1 = ir > 1 ? *(src+1) & 0xff : 0; in iconv_xlat16_conv() 141 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) { in iconv_xlat16_conv() 271 ir--; in iconv_xlat16_conv() 274 ir -= 2; in iconv_xlat16_conv() 278 ir--; in iconv_xlat16_conv() 285 *inbuf += in - ir; in iconv_xlat16_conv() 287 *inbytesleft -= in - ir; in iconv_xlat16_conv()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3308-roc-cc.dts | 22 ir-receiver { 23 compatible = "gpio-ir-receiver"; 30 compatible = "pwm-ir-tx"; 39 linux,default-trigger = "ir-power-click"; 46 linux,default-trigger = "ir-user-click"; 158 ir-receiver { 159 ir_recv_pin: ir-recv-pin {
|
H A D | rk3328-roc-pc.dts | 28 ir-receiver { 29 compatible = "gpio-ir-receiver"; 53 ir { 54 ir_int: ir-int {
|
H A D | rk3399-nanopc-t4.dts | 49 ir-receiver { 50 compatible = "gpio-ir-receiver"; 104 ir { 105 ir_rx: ir-rx {
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_control.c | 120 ng_hci_inquiry_result_ep *ir = in hci_inquiry() local 122 uint8_t *r = (uint8_t *)(ir + 1); in hci_inquiry() 125 ir->num_responses); in hci_inquiry() 127 for (n0 = 0; n0 < ir->num_responses; n0++) in hci_inquiry() 151 ng_hci_inquiry_response *ir = (ng_hci_inquiry_response *)(*b); in hci_inquiry_response() local 154 fprintf(stdout, "\tBD_ADDR: %s\n", hci_bdaddr2str(&ir->bdaddr)); in hci_inquiry_response() 156 ir->page_scan_rep_mode); in hci_inquiry_response() 158 ir->page_scan_period_mode); in hci_inquiry_response() 160 ir->page_scan_mode); in hci_inquiry_response() 162 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
H A D | zpool_resilver_concurrent.ksh | 46 typeset -ir devs=10 47 typeset -ir nparity=1 48 typeset -ir ndata=8 49 typeset -ir dspare=1
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-firefly.dts | 14 &ir { 25 ir { 26 ir_int: ir-int {
|
H A D | rk3288-firefly-beta.dts | 14 &ir { 25 ir { 26 ir_int: ir-int {
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_iconv.c | 347 size_t ir, or; in my_iconv_char() local 351 ir = *ilen; in my_iconv_char() 359 if (*ilen == ir - 1 && (*ibuf)[1] == '\0' && (c1 || c2)) in my_iconv_char() 369 ir = 1; in my_iconv_char() 377 if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) { in my_iconv_char() 423 ir = 1; in my_iconv_char() 431 if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) { in my_iconv_char()
|