Home
last modified time | relevance | path

Searched full:din (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/bearssl/T0/
H A DSType.cs17 return din;
37 return din >= 0;
46 return din >= 0 && dout < 0;
50 int din, dout; field
52 internal SType(int din, int dout) in SType()
54 if (din < 0) { in SType()
55 din = -1; in SType()
60 this.din = din; in SType()
76 return s1.din == s2.din && s1.dout == s2.dout; in operator ==()
81 return s1.din != s2.din || s1.dout != s2.dout; in operator !=()
[all …]
/freebsd/crypto/heimdal/doc/
H A DMakefile.am17 hcrypto.dxy: hcrypto.din Makefile
18 $(dxy_subst) < $(srcdir)/hcrypto.din > hcrypto.dxy.tmp
22 hdb.dxy: hdb.din Makefile
23 $(dxy_subst) < $(srcdir)/hdb.din > hdb.dxy.tmp
27 hx509.dxy: hx509.din Makefile
28 $(dxy_subst) < $(srcdir)/hx509.din > hx509.dxy.tmp
32 gssapi.dxy: gssapi.din Makefile
33 $(dxy_subst) < $(srcdir)/gssapi.din > gssapi.dxy.tmp
37 krb5.dxy: krb5.din Makefile
38 $(dxy_subst) < $(srcdir)/krb5.din > krb5.dxy.tmp
[all …]
H A DMakefile.in410 gssapi.din \
411 hdb.din \
412 hcrypto.din \
415 hx509.din \
416 krb5.din \
417 ntlm.din \
422 wind.din \
1043 hcrypto.dxy: hcrypto.din Makefile
1044 $(dxy_subst) < $(srcdir)/hcrypto.din > hcrypto.dxy.tmp
1048 hdb.dxy: hdb.din Makefile
[all …]
/freebsd/contrib/smbfs/lib/smb/
H A Dkiconv.c51 struct iconv_add_in din; in kiconv_add_xlat_table() local
57 din.ia_version = ICONV_ADD_VER; in kiconv_add_xlat_table()
58 strcpy(din.ia_converter, "xlat"); in kiconv_add_xlat_table()
59 strcpy(din.ia_from, from); in kiconv_add_xlat_table()
60 strcpy(din.ia_to, to); in kiconv_add_xlat_table()
61 din.ia_data = table; in kiconv_add_xlat_table()
62 din.ia_datalen = 256; in kiconv_add_xlat_table()
66 if (sysctlbyname("net.smb.fs.iconv.add", &dout, &olen, &din, sizeof(din)) == -1) { in kiconv_add_xlat_table()
72 if (sysctlbyname("kern.iconv.add", &dout, &olen, &din, sizeof(din)) == -1) in kiconv_add_xlat_table()
/freebsd/lib/libkiconv/
H A Dxlat16_sysctl.c53 struct iconv_add_in din; in kiconv_add_xlat16_table() local
59 din.ia_version = ICONV_ADD_VER; in kiconv_add_xlat16_table()
60 strcpy(din.ia_converter, "xlat16"); in kiconv_add_xlat16_table()
61 strcpy(din.ia_from, from); in kiconv_add_xlat16_table()
62 strcpy(din.ia_to, to); in kiconv_add_xlat16_table()
63 din.ia_data = data; in kiconv_add_xlat16_table()
64 din.ia_datalen = datalen; in kiconv_add_xlat16_table()
66 if (sysctlbyname("kern.iconv.add", &dout, &olen, &din, sizeof(din)) == -1) in kiconv_add_xlat16_table()
/freebsd/sys/libkern/
H A Diconv.c407 struct iconv_add_in din; in iconv_sysctl_add() local
411 error = SYSCTL_IN(req, &din, sizeof(din)); in iconv_sysctl_add()
414 if (din.ia_version != ICONV_ADD_VER) in iconv_sysctl_add()
416 if (din.ia_datalen > ICONV_CSMAXDATALEN) in iconv_sysctl_add()
418 if (strnlen(din.ia_from, sizeof(din.ia_from)) >= ICONV_CSNMAXLEN) in iconv_sysctl_add()
420 if (strnlen(din.ia_to, sizeof(din.ia_to)) >= ICONV_CSNMAXLEN) in iconv_sysctl_add()
422 if (strnlen(din.ia_converter, sizeof(din.ia_converter)) >= ICONV_CNVNMAXLEN) in iconv_sysctl_add()
424 if (iconv_lookupconv(din.ia_converter, &dcp) != 0) in iconv_sysctl_add()
427 error = iconv_register_cspair(din.ia_to, din.ia_from, dcp, NULL, &csp); in iconv_sysctl_add()
432 if (din.ia_datalen) { in iconv_sysctl_add()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dxlnx,sd-fec.yaml36 - description: DIN AXI4-Stream Slave interface clock
75 xlnx,sdfec-din-width:
77 Configures the DIN AXI stream where a value of 1
83 xlnx,sdfec-din-words:
114 - xlnx,sdfec-din-width
115 - xlnx,sdfec-din-words
135 xlnx,sdfec-din-width = <2>;
136 xlnx,sdfec-din-words = <0>;
H A Dxlnx,sd-fec.txt16 - "s_axis_din_aclk", DIN AXI4-Stream Slave interface clock (optional)
27 - xlnx,sdfec-din-words : A value 0 indicates that the DIN_WORDS interface is
31 - xlnx,sdfec-din-width : Configures the DIN AXI stream where a value of 1
54 xlnx,sdfec-din-words = <0>;
55 xlnx,sdfec-din-width = <2>;
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1096 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument
1106 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd()
1107 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd()
1111 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJ); in devx_obj_build_destroy_cmd()
1112 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, obj_type); in devx_obj_build_destroy_cmd()
1116 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd()
1120 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_MKEY); in devx_obj_build_destroy_cmd()
1123 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
1126 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DEALLOC_PD); in devx_obj_build_destroy_cmd()
1129 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c125 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {0}; in mlx5_core_create_qp() local
147 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_create_qp()
148 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_core_create_qp()
149 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_core_create_qp()
150 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_qp()
365 u32 din[MLX5_ST_SZ_DW(destroy_dct_in)] = {0}; in mlx5_core_create_dct() local
396 MLX5_SET(destroy_dct_in, din, opcode, MLX5_CMD_OP_DESTROY_DCT); in mlx5_core_create_dct()
397 MLX5_SET(destroy_dct_in, din, dctn, dct->dctn); in mlx5_core_create_dct()
398 MLX5_SET(destroy_dct_in, din, uid, dct->uid); in mlx5_core_create_dct()
399 mlx5_cmd_exec(dev, &din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_dct()
H A Dmlx5_cq.c129 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {0}; in mlx5_core_create_cq() local
158 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq()
159 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq()
160 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_cq()
/freebsd/usr.sbin/makefs/
H A Dffs.c788 union dinode din; in ffs_populate_dir()
856 membuf = ffs_build_dinode1(&din.dp1, &dirbuf, cur, in ffs_populate_dir()
859 membuf = ffs_build_dinode2(&din.dp2, &dirbuf, cur, in ffs_populate_dir()
871 ffs_write_file(&din, cur->inode->ino, membuf, fsopts); in ffs_populate_dir()
873 ffs_write_file(&din, cur->inode->ino, in ffs_populate_dir()
877 ffs_write_inode(&din, cur->inode->ino, fsopts); in ffs_populate_dir()
907 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) in ffs_write_file()
918 assert (din != NULL); in ffs_write_file()
923 isfile = S_ISREG(DIP(din, mode)); in ffs_write_file()
933 "ffs_write_file: ino %u, din in ffs_write_file()
785 union dinode din; ffs_populate_dir() local
904 ffs_write_file(union dinode * din,uint32_t ino,void * buf,fsinfo_t * fsopts) ffs_write_file() argument
[all...]
H A Dffs.c788 union dinode din; in ffs_populate_dir() local
856 membuf = ffs_build_dinode1(&din.dp1, &dirbuf, cur, in ffs_populate_dir()
859 membuf = ffs_build_dinode2(&din.dp2, &dirbuf, cur, in ffs_populate_dir()
871 ffs_write_file(&din, cur->inode->ino, membuf, fsopts); in ffs_populate_dir()
873 ffs_write_file(&din, cur->inode->ino, in ffs_populate_dir()
877 ffs_write_inode(&din, cur->inode->ino, fsopts); in ffs_populate_dir()
907 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) in ffs_write_file() argument
918 assert (din != NULL); in ffs_write_file()
923 isfile = S_ISREG(DIP(din, mode)); in ffs_write_file()
933 "ffs_write_file: ino %u, din in ffs_write_file()
[all...]
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c900 FILE *fout = NULL, *din = NULL; in recvrequest() local
1006 din = dataconn ("r"); in recvrequest()
1007 if (din == NULL) in recvrequest()
1009 set_buffer_size (fileno (din), 1); in recvrequest()
1046 while ((c = sec_read (fileno (din), buf, bufsize)) > 0) { in recvrequest()
1098 while ((c = sec_getc(din)) != EOF) { in recvrequest()
1108 if ((c = sec_getc (din)) != '\n' || tcrflag) { in recvrequest()
1136 if (ferror (din)) { in recvrequest()
1150 fclose (din); in recvrequest()
1168 abort_remote(din); in recvrequest()
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h17 * | dout | doen | din | dout rev | doen rev | gpio nr |
21 * din: optional input signal, 0xff = none
26 #define GPIOMUX(n, dout, doen, din) ( \ argument
29 (((din) & 0xff) << 8) | \
H A Dpinctrl-starfive.h17 * | dout | doen | din | dout rev | doen rev | gpio nr |
21 * din: optional input signal, 0xff = none
26 #define GPIOMUX(n, dout, doen, din) ( \ argument
29 (((din) & 0xff) << 8) | \
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110-pinfunc.h13 * | din | dout | doen | function | gpio nr |
17 * din: optional input signal, 0xff = none
21 #define GPIOMUX(n, dout, doen, din) ( \ argument
22 (((din) & 0xff) << 24) | \
/freebsd/sys/contrib/device-tree/Bindings/siox/
H A Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
15 din-gpios = <&gpio6 11 0>;
/freebsd/contrib/tnftp/src/
H A Dftp.c518 empty(FILE *ecin, FILE *din, int sec) in empty() argument
529 if (din) { in empty()
530 pfd[nfd].fd = fileno(din); in empty()
541 if (din) in empty()
893 FILE *volatile din; in recvrequest() local
912 din = NULL; in recvrequest()
1006 din = dataconn("r"); in recvrequest()
1007 if (din == NULL) in recvrequest()
1055 c = copy_bytes(fileno(din), fileno(fout), buf, bufsize, in recvrequest()
1085 while ((c = getc(din)) != EOF) { in recvrequest()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,soundwire.yaml68 qcom,din-ports:
222 - qcom,din-ports
255 qcom,din-ports = <0>;
H A Dqcom,sdw.txt59 - qcom,din-ports:
200 qcom,din-ports = <2>;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dadi,max98396.yaml84 enabled, it actively monitors the selected input data (from DIN) to the
98 enabled, it actively monitors the selected input data (from DIN) to the
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml32 - Din: Serial in
86 Controller is not readable (ie. Din (MISO on the SPI interface) is not
/freebsd/crypto/openssl/test/certs/
H A Dbadalt4-cert.pem20 dIn/eeha7QWrqG/45A==
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6dl-eckelmann-ci4x10.dts49 din-gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>;
226 MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x0001b010 /* DIN */

123