Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c277 void *outp; in bhnd_nvram_val_init_common() local
318 if (outp == NULL) in bhnd_nvram_val_init_common()
419 void *outp; in bhnd_nvram_val_convert_common() local
462 if (outp == NULL) in bhnd_nvram_val_convert_common()
672 if (outp != NULL) in bhnd_nvram_val_encode_null()
693 if (outp == NULL) in bhnd_nvram_val_encode_null()
717 if (outp != NULL) in bhnd_nvram_val_encode_bool()
837 if (outp != NULL) in bhnd_nvram_val_encode_string()
1061 if (outp != NULL) in bhnd_nvram_val_encode_int()
1561 if (outp != NULL) in bhnd_nvram_val_generic_encode()
[all …]
H A Dbhnd_nvram_value_fmts.c88 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,
291 outp, olen, otype)); in bhnd_nvram_val_bcm_hex_encode_elem()
312 stype, outp, olen, otype)); in bhnd_nvram_val_bcm_hex_encode_elem()
324 outp, olen, width)); in bhnd_nvram_val_bcm_hex_encode_elem()
343 outp, olen, otype)); in bhnd_nvram_val_bcm_decimal_encode_elem()
426 if (outp != NULL) in bhnd_nvram_val_bcm_leddc_encode_elem()
533 *(uint16_t *)outp = led16; in bhnd_nvram_val_bcm_leddc_encode_elem()
542 *(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.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_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.c164 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct() 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()
532 if (outp == NULL) in bhnd_nvram_bcm_serialize()
540 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/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()
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
203 outp = outbuf; in sgetrune()
[all …]
/freebsd/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/usr.bin/tcopy/
H A Dtcopy.c66 int lastnread, nread, nw, inp, outp; in main() local
80 outp = -1; in main()
136 verify(inp, outp, buff); in main()
172 writeop(outp, MTWEOF); in main()
175 nw = write(outp, buff, nread); in main()
209 writeop(outp, MTWEOF); in main()
210 writeop(outp, MTWEOF); in main()
212 rewind_tape(outp); in main()
214 verify(inp, outp, buff); in main()
221 verify(int inp, int outp, char *outb) in verify() argument
[all …]
/freebsd/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/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()
/freebsd/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";
H A Dawinic,aw37503.yaml45 - outp
62 outp {
63 regulator-name = "outp";
/freebsd/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/contrib/wpa/src/utils/
H A Dcommon.c1094 char *outp, size_t out_size) in utf8_unescape() argument
1098 if (!inp || !outp) in utf8_unescape()
1118 *outp = '\0'; in utf8_unescape()
1129 *outp++ = *inp++; in utf8_unescape()
1136 *outp = '\0'; in utf8_unescape()
1143 char *outp, size_t out_size) in utf8_escape() argument
1147 if (!inp || !outp) in utf8_escape()
1165 *outp++ = '\\'; in utf8_escape()
1169 *outp++ = *inp++; in utf8_escape()
1176 *outp = '\0'; in utf8_escape()
/freebsd/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/usr.sbin/traceroute/
H A Dtraceroute.c295 u_char *outp; /* last output inner protocol packet */ variable
766 outp = (u_char *)(outip + 1); in main()
770 optlist = outp; in main()
771 outp += optlen; in main()
790 outip->ip_hl = (outp - (u_char *)outip) >> 2; in main()
1418 struct icmp *const icmpheader = (struct icmp *) outp; in icmp_prep()
1441 struct udphdr *const outudp = (struct udphdr *) outp; in udp_prep()
1467 struct udphdr *const outudp = (struct udphdr *) outp; in udplite_prep()
1493 struct tcphdr *const tcp = (struct tcphdr *) outp; in tcp_prep()
1616 struct grehdr *const gre = (struct grehdr *) outp; in gre_prep()
[all …]

123