Home
last modified time | relevance | path

Searched refs:outp (Results 1 – 25 of 58) sorted by relevance

123

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c68 bhnd_nvram_type itype, void *outp, size_t *olen,
71 bhnd_nvram_type itype, void *outp, size_t *olen,
74 bhnd_nvram_type itype, void *outp, size_t *olen,
77 bhnd_nvram_type itype, void *outp, size_t *olen,
80 bhnd_nvram_type itype, void *outp, size_t *olen,
277 void *outp; in bhnd_nvram_val_init_common() local
317 outp = bhnd_nvram_val_alloc_bytes(value, olen, otype, flags); in bhnd_nvram_val_init_common()
318 if (outp == NULL) in bhnd_nvram_val_init_common()
322 error = bhnd_nvram_value_coerce(inp, ilen, itype, outp, &olen, otype); in bhnd_nvram_val_init_common()
419 void *outp; in bhnd_nvram_val_convert_common() local
[all …]
H A Dbhnd_nvram_value_fmts.c66 bhnd_nvram_val *value, void *outp, size_t *olen,
74 size_t ilen, void *outp, size_t *olen,
84 void *outp, size_t *olen, bhnd_nvram_type otype);
88 size_t ilen, void *outp, size_t *olen,
92 size_t ilen, void *outp, size_t *olen,
100 size_t ilen, void *outp, size_t *olen,
104 void *outp, size_t *olen, bhnd_nvram_type otype);
263 bhnd_nvram_val_bcm_int_encode(bhnd_nvram_val *value, void *outp, size_t *olen, in bhnd_nvram_val_bcm_int_encode() argument
269 return (bhnd_nvram_val_printf(value, "%[]s", outp, olen, ",")); in bhnd_nvram_val_bcm_int_encode()
271 return (bhnd_nvram_val_generic_encode(value, outp, olen, otype)); in bhnd_nvram_val_bcm_int_encode()
[all …]
H A Dbhnd_nvram_valuevar.h37 void *outp, size_t *olen, bhnd_nvram_type otype);
39 const void *inp, size_t ilen, void *outp, size_t *olen,
67 typedef int (bhnd_nvram_val_op_encode)(bhnd_nvram_val *value, void *outp,
72 const void *inp, size_t ilen, void *outp, size_t *olen,
H A Dbhnd_nvram_subr.c709 size_t *nbytes, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_parse_int() argument
723 if (outp != NULL) in bhnd_nvram_parse_int()
911 if (outp == NULL) in bhnd_nvram_parse_int()
920 *(uint8_t *)outp = (uint8_t)value; in bhnd_nvram_parse_int()
923 *(uint16_t *)outp = (uint16_t)value; in bhnd_nvram_parse_int()
926 *(uint32_t *)outp = (uint32_t)value; in bhnd_nvram_parse_int()
929 *(uint64_t *)outp = (uint64_t)value; in bhnd_nvram_parse_int()
933 *(int8_t *)outp = (int8_t)(int64_t)value; in bhnd_nvram_parse_int()
936 *(int16_t *)outp = (int16_t)(int64_t)value; in bhnd_nvram_parse_int()
939 *(int32_t *)outp = (int32_t)(int64_t)value; in bhnd_nvram_parse_int()
[all …]
H A Dbhnd_nvram_value_prf.c99 bhnd_nvram_val_printf(bhnd_nvram_val *value, const char *fmt, char *outp, in bhnd_nvram_val_printf() argument
106 error = bhnd_nvram_val_vprintf(value, fmt, outp, olen, ap); in bhnd_nvram_val_printf()
209 bhnd_nvram_val_vprintf(bhnd_nvram_val *value, const char *fmt, char *outp, in bhnd_nvram_val_vprintf() argument
221 if (outp != NULL) in bhnd_nvram_val_vprintf()
228 *(outp + nbytes) = _c; \ in bhnd_nvram_val_vprintf()
548 memcpy(outp + nbytes, delim, delim_len); in bhnd_nvram_val_vprintf()
751 memcpy(outp + nbytes, sptr, slen); in bhnd_nvram_val_vprintf()
795 s = outp + nbytes; in bhnd_nvram_val_vprintf()
864 *(outp + nbytes) = '\0'; in bhnd_nvram_val_vprintf()
874 if (outp != NULL) in bhnd_nvram_val_vprintf()
H A Dbhnd_nvram_value_subr.c393 bhnd_nvram_type itype, char *outp, size_t *olen, ...) in bhnd_nvram_value_printf() argument
399 error = bhnd_nvram_value_vprintf(fmt, inp, ilen, itype, outp, olen, ap); in bhnd_nvram_value_printf()
434 bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap) in bhnd_nvram_value_vprintf() argument
446 error = bhnd_nvram_val_vprintf(&val, fmt, outp, olen, ap); in bhnd_nvram_value_vprintf()
530 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_value_coerce() argument
542 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
H A Dbhnd_nvram_data_bcm.c164 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct() argument
166 return (bhnd_nvram_bcm_getvar_direct_common(io, name, outp, olen, otype, in bhnd_nvram_bcm_getvar_direct()
175 void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header) in bhnd_nvram_bcm_getvar_direct_common() argument
359 BHND_NVRAM_TYPE_STRING, outp, olen, otype)); in bhnd_nvram_bcm_getvar_direct_common()
369 bhnd_nvram_plist *options, void *outp, size_t *olen) in bhnd_nvram_bcm_serialize() argument
380 if (outp != NULL) in bhnd_nvram_bcm_serialize()
448 memcpy(outp, &hdr, sizeof(hdr)); in bhnd_nvram_bcm_serialize()
458 if (outp == NULL || limit < nbytes) { in bhnd_nvram_bcm_serialize()
462 p = ((char *)outp) + nbytes; in bhnd_nvram_bcm_serialize()
512 *((char *)outp + nbytes) = '\0'; in bhnd_nvram_bcm_serialize()
[all …]
H A Dbhnd_nvram_data_bcmraw.c144 bhnd_nvram_plist *options, void *outp, size_t *olen) in bhnd_nvram_bcmraw_serialize() argument
151 if (outp != NULL) in bhnd_nvram_bcmraw_serialize()
166 if (outp == NULL || limit < nbytes) { in bhnd_nvram_bcmraw_serialize()
170 p = ((char *)outp) + nbytes; in bhnd_nvram_bcmraw_serialize()
220 *((char *)outp + nbytes) = '\0'; in bhnd_nvram_bcmraw_serialize()
230 if (outp == NULL) in bhnd_nvram_bcmraw_serialize()
H A Dbhnd_nvram_value.h79 void *outp, size_t *olen,
84 size_t ilen, void *outp, size_t *olen,
88 const char *fmt, char *outp, size_t *olen,
91 const char *fmt, char *outp, size_t *olen,
H A Dbhnd_nvram_datavar.h49 void *outp, size_t *olen, bhnd_nvram_type otype);
60 void *outp, size_t *olen, bhnd_nvram_type otype);
66 bhnd_nvram_plist *options, void *outp,
H A Dbhnd_nvram_data_btxt.c139 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_btxt_getvar_direct() argument
335 BHND_NVRAM_TYPE_STRING, outp, olen, otype)); in bhnd_nvram_btxt_getvar_direct()
345 bhnd_nvram_plist *options, void *outp, size_t *olen) in bhnd_nvram_btxt_serialize() argument
352 if (outp != NULL) in bhnd_nvram_btxt_serialize()
367 if (outp == NULL || limit < nbytes) { in bhnd_nvram_btxt_serialize()
371 p = ((char *)outp) + nbytes; in bhnd_nvram_btxt_serialize()
428 if (outp == NULL) in bhnd_nvram_btxt_serialize()
H A Dbhnd_nvram_data.c106 bhnd_nvram_plist *props, bhnd_nvram_plist *options, void *outp, in bhnd_nvram_data_serialize() argument
109 return (cls->op_serialize(cls, props, options, outp, olen)); in bhnd_nvram_data_serialize()
587 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_data_generic_rp_getvar() argument
611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
H A Dbhnd_nvram_private.h216 void *outp, size_t *olen,
232 bhnd_nvram_type itype, char *outp,
236 bhnd_nvram_type itype, char *outp,
250 void *outp, size_t *olen,
/src/sys/fs/cd9660/
H A Dcd9660_util.c59 char inbuf[3], outbuf[3], *inp, *outp; in isochar() local
73 outp = outbuf; in isochar()
75 &outp, &j); in isochar()
80 *c |= (*(outp - len - 1) & 0xff) << (len << 3); in isochar()
168 u_char *outp = outfn, *infnend = infn + infnlen; in isofntrans() local
172 *outp++ = ASSOCCHAR; in isofntrans()
180 outp -= (d == '.'); in isofntrans()
185 *outp++ = c >> (clen << 3); in isofntrans()
187 *outfnlen = outp - outfn; in isofntrans()
198 char outbuf[3], *outp; in sgetrune() local
[all …]
/src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c781 char *outp, outstr[outlen * weight + 1]; in mbsadjpos() local
784 outp = outstr; in mbsadjpos()
786 msdosfs_iconv->conv(handle, instr, &inlen, &outp, &outlen); in mbsadjpos()
800 u_char c, *outp, *outp1; in dos2unixchr() local
803 outp = outbuf; in dos2unixchr()
807 outp1 = outp; in dos2unixchr()
810 ilen, (char **)&outp, &olen, KICONV_LOWER); in dos2unixchr()
813 ilen, (char **)&outp, &olen); in dos2unixchr()
814 for (i = 0; i < outp - outp1; i++) { in dos2unixchr()
826 *outp++ = '?'; in dos2unixchr()
[all …]
/src/crypto/openssl/crypto/sm4/asm/
H A Dvpsm4-armv8.pl38 my ($inp,$outp,$blocks,$rks)=("x0","x1","w2","x3");
720 my ($inp,$outp,$rk)=map("x$_",(0..2));
737 st1 {@data[0].4s},[$outp]
782 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64
783 st4 {@data[0].4s,@data[1].4s,@data[2].4s,@data[3].4s},[$outp],#64
798 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64
810 st1 {@data[0].4s},[$outp]
824 st4 {@vtmp[0].s-@vtmp[3].s}[0],[$outp],#16
825 st4 {@vtmp[0].s-@vtmp[3].s}[1],[$outp]
836 st4 {@vtmp[0].s-@vtmp[3].s}[0],[$outp],#16
[all …]
H A Dvpsm4_ex-armv8.pl41 my ($inp,$outp,$blocks,$rks)=("x0","x1","w2","x3");
721 my ($inp,$outp,$rk)=map("x$_",(0..2));
738 st1 {@data[0].4s},[$outp]
780 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64
781 st4 {@data[0].4s,@data[1].4s,@data[2].4s,@data[3].4s},[$outp],#64
796 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64
808 st1 {@data[0].4s},[$outp]
822 st4 {@vtmp[0].s-@vtmp[3].s}[0],[$outp],#16
823 st4 {@vtmp[0].s-@vtmp[3].s}[1],[$outp]
834 st4 {@vtmp[0].s-@vtmp[3].s}[0],[$outp],#16
[all …]
/src/crypto/openssl/crypto/aes/
H A Daes_ige.c69 aes_block_t *outp = (aes_block_t *)out; in AES_ige_encrypt() local
72 outp->data[n] = inp->data[n] ^ ivp->data[n]; in AES_ige_encrypt()
73 AES_encrypt((unsigned char *)outp->data, in AES_ige_encrypt()
74 (unsigned char *)outp->data, key); in AES_ige_encrypt()
76 outp->data[n] ^= iv2p->data[n]; in AES_ige_encrypt()
77 ivp = outp; in AES_ige_encrypt()
119 aes_block_t *outp = (aes_block_t *)out; in AES_ige_encrypt() local
124 (unsigned char *)outp->data, key); in AES_ige_encrypt()
126 outp->data[n] ^= ivp->data[n]; in AES_ige_encrypt()
128 iv2p = outp; in AES_ige_encrypt()
/src/bin/dd/
H A Dconv.c98 u_char *inp, *outp; in block() local
129 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { in block()
134 *outp++ = t[ch]; in block()
138 *outp++ = ch; in block()
155 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); in block()
177 outp = out.dbp; in block()
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dtps65132-regulator.txt11 -For regulator outp, the sub node name should be "outp".
32 outp {
33 regulator-name = "outp";
/src/crypto/openssh/openbsd-compat/
H A Dvis.c217 stravis(char **outp, const char *src, int flag) in stravis() argument
227 *outp = realloc(buf, len + 1); in stravis()
228 if (*outp == NULL) { in stravis()
229 *outp = buf; in stravis()
/src/contrib/wpa/src/utils/
H A Dcommon.c1107 char *outp, size_t out_size) in utf8_unescape() argument
1111 if (!inp || !outp) in utf8_unescape()
1131 *outp = '\0'; in utf8_unescape()
1142 *outp++ = *inp++; in utf8_unescape()
1149 *outp = '\0'; in utf8_unescape()
1156 char *outp, size_t out_size) in utf8_escape() argument
1160 if (!inp || !outp) in utf8_escape()
1178 *outp++ = '\\'; in utf8_escape()
1182 *outp++ = *inp++; in utf8_escape()
1189 *outp = '\0'; in utf8_escape()
/src/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl34 my ($outp,$inp,$len,$key,$ctr) = map("x$_",(0..4));
272 st1w {$reg.s},p0,[$outp,#$offset,MUL VL]
278 addvl $outp,$outp,$next_offset
417 stp @sxx[$idx0],@sxx[$idx1],[$outp],#16
466 st1 {@vx[0].4s-@vx[12].4s},[$outp],#64
467 st1 {@vx[1].4s-@vx[13].4s},[$outp],#64
468 st1 {@vx[2].4s-@vx[14].4s},[$outp],#64
469 st1 {@vx[3].4s-@vx[15].4s},[$outp],#64
/src/crypto/openssh/
H A Dutf8.c258 asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...) in asmprintf() argument
263 *outp = NULL; in asmprintf()
265 ret = vasnmprintf(outp, sz, wp, fmt, ap); in asmprintf()
/src/lib/libc/net/
H A Dgetnameinfo.c513 char *outp = host; in hexname() local
515 *outp = '\0'; in hexname()
517 n = snprintf(outp, hostlen, "%s%02x", in hexname()
523 outp += n; in hexname()

123