Home
last modified time | relevance | path

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

123

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c278 void *outp; in bhnd_nvram_val_init_common() local
319 if (outp == NULL) in bhnd_nvram_val_init_common()
420 void *outp; in bhnd_nvram_val_convert_common() local
463 if (outp == NULL) in bhnd_nvram_val_convert_common()
673 if (outp != NULL) in bhnd_nvram_val_encode_null()
694 if (outp == NULL) in bhnd_nvram_val_encode_null()
718 if (outp != NULL) in bhnd_nvram_val_encode_bool()
838 if (outp != NULL) in bhnd_nvram_val_encode_string()
1062 if (outp != NULL) in bhnd_nvram_val_encode_int()
1562 if (outp != NULL) in bhnd_nvram_val_generic_encode()
[all …]
H A Dbhnd_nvram_value_fmts.c89 size_t ilen, void *outp, size_t *olen,
93 size_t ilen, void *outp, size_t *olen,
101 size_t ilen, void *outp, size_t *olen,
292 outp, olen, otype)); in bhnd_nvram_val_bcm_hex_encode_elem()
313 stype, outp, olen, otype)); in bhnd_nvram_val_bcm_hex_encode_elem()
325 outp, olen, width)); in bhnd_nvram_val_bcm_hex_encode_elem()
344 outp, olen, otype)); in bhnd_nvram_val_bcm_decimal_encode_elem()
427 if (outp != NULL) in bhnd_nvram_val_bcm_leddc_encode_elem()
534 *(uint16_t *)outp = led16; in bhnd_nvram_val_bcm_leddc_encode_elem()
543 *(uint32_t *)outp = led32; in bhnd_nvram_val_bcm_leddc_encode_elem()
[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.c710 size_t *nbytes, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_parse_int() argument
724 if (outp != NULL) in bhnd_nvram_parse_int()
912 if (outp == NULL) in bhnd_nvram_parse_int()
921 *(uint8_t *)outp = (uint8_t)value; in bhnd_nvram_parse_int()
924 *(uint16_t *)outp = (uint16_t)value; in bhnd_nvram_parse_int()
927 *(uint32_t *)outp = (uint32_t)value; in bhnd_nvram_parse_int()
930 *(uint64_t *)outp = (uint64_t)value; in bhnd_nvram_parse_int()
934 *(int8_t *)outp = (int8_t)(int64_t)value; in bhnd_nvram_parse_int()
937 *(int16_t *)outp = (int16_t)(int64_t)value; in bhnd_nvram_parse_int()
940 *(int32_t *)outp = (int32_t)(int64_t)value; in bhnd_nvram_parse_int()
[all …]
H A Dbhnd_nvram_value_prf.c100 bhnd_nvram_val_printf(bhnd_nvram_val *value, const char *fmt, char *outp, in bhnd_nvram_val_printf() argument
107 error = bhnd_nvram_val_vprintf(value, fmt, outp, olen, ap); in bhnd_nvram_val_printf()
210 bhnd_nvram_val_vprintf(bhnd_nvram_val *value, const char *fmt, char *outp, in bhnd_nvram_val_vprintf() argument
222 if (outp != NULL) in bhnd_nvram_val_vprintf()
229 *(outp + nbytes) = _c; \ in bhnd_nvram_val_vprintf()
549 memcpy(outp + nbytes, delim, delim_len); in bhnd_nvram_val_vprintf()
752 memcpy(outp + nbytes, sptr, slen); in bhnd_nvram_val_vprintf()
796 s = outp + nbytes; in bhnd_nvram_val_vprintf()
865 *(outp + nbytes) = '\0'; in bhnd_nvram_val_vprintf()
875 if (outp != NULL) in bhnd_nvram_val_vprintf()
H A Dbhnd_nvram_value_subr.c394 bhnd_nvram_type itype, char *outp, size_t *olen, ...) in bhnd_nvram_value_printf() argument
400 error = bhnd_nvram_value_vprintf(fmt, inp, ilen, itype, outp, olen, ap); in bhnd_nvram_value_printf()
435 bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap) in bhnd_nvram_value_vprintf() argument
447 error = bhnd_nvram_val_vprintf(&val, fmt, outp, olen, ap); in bhnd_nvram_value_vprintf()
531 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_value_coerce() argument
543 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
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_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_data_bcm.c165 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct() argument
360 BHND_NVRAM_TYPE_STRING, outp, olen, otype)); in bhnd_nvram_bcm_getvar_direct_common()
370 bhnd_nvram_plist *options, void *outp, size_t *olen) in bhnd_nvram_bcm_serialize() argument
381 if (outp != NULL) in bhnd_nvram_bcm_serialize()
449 memcpy(outp, &hdr, sizeof(hdr)); in bhnd_nvram_bcm_serialize()
459 if (outp == NULL || limit < nbytes) { in bhnd_nvram_bcm_serialize()
463 p = ((char *)outp) + nbytes; in bhnd_nvram_bcm_serialize()
513 *((char *)outp + nbytes) = '\0'; in bhnd_nvram_bcm_serialize()
533 if (outp == NULL) in bhnd_nvram_bcm_serialize()
541 crc8 = bhnd_nvram_crc8((uint8_t *)outp + BCM_NVRAM_CRC_SKIP, in bhnd_nvram_bcm_serialize()
[all …]
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.h217 void *outp, size_t *olen,
233 bhnd_nvram_type itype, char *outp,
237 bhnd_nvram_type itype, char *outp,
251 void *outp, size_t *olen,
H A Dbhnd_nvram_plist.h91 const char *name, void *outp, size_t olen,
127 void *outp, size_t *olen, bhnd_nvram_type otype);
/freebsd-14.2/sys/fs/cd9660/
H A Dcd9660_util.c62 char inbuf[3], outbuf[3], *inp, *outp; in isochar() local
76 outp = outbuf; in isochar()
78 &outp, &j); in isochar()
171 u_char *outp = outfn, *infnend = infn + infnlen; in isofntrans() local
175 *outp++ = ASSOCCHAR; in isofntrans()
183 outp -= (d == '.'); in isofntrans()
188 *outp++ = c >> (clen << 3); in isofntrans()
190 *outfnlen = outp - outfn; in isofntrans()
201 char outbuf[3], *outp; in sgetrune() local
206 outp = outbuf; in sgetrune()
[all …]
/freebsd-14.2/sys/fs/msdosfs/
H A Dmsdosfs_conv.c784 outp = outstr; in mbsadjpos()
803 outp = outbuf; in dos2unixchr()
829 *outp++ = c; in dos2unixchr()
833 *outp = '\0'; in dos2unixchr()
834 outp = outbuf; in dos2unixchr()
835 return (outp); in dos2unixchr()
888 outp = outbuf; in unix2doschr()
924 outp = outbuf; in win2unixchr()
946 *outp = '\0'; in win2unixchr()
947 outp = outbuf; in win2unixchr()
[all …]
/freebsd-14.2/usr.bin/tcopy/
H A Dtcopy.c77 int lastnread, nread, nw, inp, outp; in main() local
91 outp = -1; in main()
147 verify(inp, outp, buff); in main()
183 writeop(outp, MTWEOF); in main()
186 nw = write(outp, buff, nread); in main()
220 writeop(outp, MTWEOF); in main()
221 writeop(outp, MTWEOF); in main()
223 rewind_tape(outp); in main()
225 verify(inp, outp, buff); in main()
232 verify(int inp, int outp, char *outb) in verify() argument
[all …]
/freebsd-14.2/crypto/openssl/crypto/aes/
H A Daes_ige.c72 aes_block_t *outp = (aes_block_t *) out; in AES_ige_encrypt() local
75 outp->data[n] = inp->data[n] ^ ivp->data[n]; in AES_ige_encrypt()
76 AES_encrypt((unsigned char *)outp->data, in AES_ige_encrypt()
77 (unsigned char *)outp->data, key); in AES_ige_encrypt()
79 outp->data[n] ^= iv2p->data[n]; in AES_ige_encrypt()
80 ivp = outp; in AES_ige_encrypt()
125 aes_block_t *outp = (aes_block_t *) out; in AES_ige_encrypt() local
130 (unsigned char *)outp->data, key); in AES_ige_encrypt()
132 outp->data[n] ^= ivp->data[n]; in AES_ige_encrypt()
134 iv2p = outp; in AES_ige_encrypt()
/freebsd-14.2/bin/dd/
H A Dconv.c104 u_char *inp, *outp; in block() local
135 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { in block()
140 *outp++ = t[ch]; in block()
144 *outp++ = ch; in block()
161 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); in block()
183 outp = out.dbp; in block()
H A Ddd.c553 u_char *outp; in dd_out() local
575 outp = out.db; in dd_out()
588 sparse = BISZERO(outp, cnt); in dd_out()
609 nw = write(out.fd, outp, cnt); in dd_out()
625 outp += nw; in dd_out()
/freebsd-14.2/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";
/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/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