Searched refs:lenp (Results 1 - 25 of 104) sorted by relevance

12345

/freebsd-current/sys/powerpc/powernv/
H A Dopal_dbg.c101 uint64_t lenp, bufp; local
105 lenp = vtophys(&len);
108 lenp = (uint64_t)&len;
112 err = opal_call(OPAL_CONSOLE_READ, termnum, lenp, bufp);
127 uint64_t lenp, bufp; local
132 lenp = vtophys(&len);
135 lenp = (uint64_t)&len;
140 err = opal_call(OPAL_CONSOLE_WRITE, termnum, lenp, bufp);
/freebsd-current/contrib/less/
H A Dcvt.c52 public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops) argument
60 if (lenp != NULL)
61 src_end = osrc + *lenp;
104 if (lenp != NULL)
105 *lenp = (int) (edst - odst);
/freebsd-current/lib/libc/stdio/
H A Dfgetwln.c45 fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale) argument
80 *lenp = len;
87 *lenp = 0;
93 fgetwln(FILE * __restrict fp, size_t *lenp) argument
95 return fgetwln_l(fp, lenp, __get_locale());
H A Dfgetln.c74 fgetln(FILE *fp, size_t *lenp) argument
85 *lenp = 0;
99 *lenp = len = p - fp->_p;
149 *lenp = len;
156 *lenp = 0; /* ??? */
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c56 openpam_readline(FILE *f, int *lineno, size_t *lenp) argument
99 if (lenp != NULL)
100 *lenp = len;
126 * If =lenp is not =NULL, the length of the line (not including the
H A Dopenpam_readlinev.c51 openpam_readlinev(FILE *f, int *lineno, int *lenp) argument
99 if (lenp != NULL)
100 *lenp = wordvlen;
114 * If =lenp is not =NULL, the number of words on the line is stored in the
H A Dopenpam_readword.c52 openpam_readword(FILE *f, int *lineno, size_t *lenp) argument
140 if (lenp != NULL)
141 *lenp = len;
183 * If =lenp is not =NULL, the length of the word (after quotes and
/freebsd-current/usr.sbin/rtadvd/
H A Dcontrol.c346 size_t *lenp; local
353 lenp = (size_t *)p;
354 len = *lenp++;
355 p = (char *)lenp;
368 lenp = (size_t *)p;
369 len = *lenp++;
370 p = (char *)lenp;
383 lenp = (size_t *)p;
384 len = *lenp++;
385 p = (char *)lenp;
406 size_t *lenp; local
[all...]
/freebsd-current/sys/contrib/libfdt/
H A Dfdt_ro.c292 int *lenp)
298 if (lenp)
299 *lenp = err;
305 if (lenp)
306 *lenp = fdt32_to_cpu(prop->len);
313 int *lenp)
319 if (lenp)
320 *lenp = -FDT_ERR_BADVERSION;
324 return fdt_get_property_by_offset_(fdt, offset, lenp);
331 int *lenp,
290 fdt_get_property_by_offset_(const void *fdt, int offset, int *lenp) argument
311 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
327 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
357 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
375 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
383 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
401 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
419 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
692 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) argument
[all...]
H A Dfdt.c96 const fdt32_t *tagp, *lenp; local
120 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
121 if (!lenp)
125 + fdt32_to_cpu(*lenp);
126 if (fdt_version(fdt) < 0x10 && fdt32_to_cpu(*lenp) >= 8 &&
127 ((offset - fdt32_to_cpu(*lenp)) % 8) != 0)
H A Dlibfdt.h430 * @lenp: pointer to an integer variable (will be overwritten) or NULL
433 * device tree node at structure block offset nodeoffset. If lenp is
435 * pointed to by lenp.
439 * If lenp is non-NULL, *lenp contains the length of that name
442 * if lenp is non-NULL *lenp contains an error code (<0):
449 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
523 * @lenp: pointer to an integer variable (will be overwritten) or NULL
527 * offset. If lenp i
598 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
656 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
695 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
[all...]
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmppriv.h39 asn_len_t *lenp);
/freebsd-current/lib/libprocstat/
H A Dcore.h53 void * buf, size_t *lenp);
H A Dcore.c83 enum psc_type type, void *buf, size_t *lenp);
170 size_t *lenp)
225 len = MIN(len, *lenp);
245 len = *lenp;
251 *lenp -= len;
255 *lenp = len;
260 *lenp = curlen;
341 void *args, size_t *lenp)
379 nchr = MIN(ARG_MAX, *lenp);
419 *lenp
169 procstat_core_get(struct procstat_core *core, enum psc_type type, void *buf, size_t *lenp) argument
340 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, void *args, size_t *lenp) argument
[all...]
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dssh-sk-null.cc38 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
37 sshsk_sign(const char *provider_path, struct sshkey *key, u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, u_int compat, const char *pin) argument
/freebsd-current/crypto/openssh/
H A Dsshbuf-getput-basic.c187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) argument
195 if (lenp != NULL)
196 *lenp = 0;
208 if (lenp != NULL)
209 *lenp = len;
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) argument
222 if (lenp != NULL)
223 *lenp = 0;
228 if (lenp != NULL)
229 *lenp
240 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, size_t *lenp) argument
271 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) argument
600 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) argument
[all...]
H A Dssh_api.h96 const u_char *ssh_packet_payload(struct ssh *ssh, size_t *lenp);
H A Dssh-sk.h62 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
H A Dssh-xmss.c202 u_char **sigp, size_t *lenp,
212 if (lenp != NULL)
213 *lenp = 0;
252 if (lenp != NULL)
253 *lenp = len;
265 if (lenp != NULL)
266 *lenp = 0;
201 ssh_xmss_sign(struct sshkey *key, u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) argument
H A Dssh-ed25519.c147 u_char **sigp, size_t *lenp,
157 if (lenp != NULL)
158 *lenp = 0;
192 if (lenp != NULL)
193 *lenp = len;
146 ssh_ed25519_sign(struct sshkey *key, u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) argument
H A Dpacket.h201 int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
202 int sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
203 int sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
204 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
210 const u_char *sshpkt_ptr(struct ssh *, size_t *lenp);
/freebsd-current/tools/build/cross-build/
H A Dfgetwln_fallback.c48 fgetwln(FILE *stream, size_t *lenp) argument
87 *lenp = wused;
/freebsd-current/stand/libsa/
H A Dbootparam.c324 uint32_t *lenp; local
329 lenp = (uint32_t *) *pkt;
330 *pkt += sizeof(*lenp);
331 *lenp = htonl(len);
343 uint32_t *lenp; local
349 lenp = (uint32_t *) *pkt;
350 *pkt += sizeof(*lenp);
351 slen = ntohl(*lenp);
/freebsd-current/usr.sbin/uefisign/
H A Duefisign.h78 void receive_chunk(void **bufp, size_t *lenp, int pipefd);
/freebsd-current/contrib/nvi/common/
H A Dline.c37 size_t *lenp, /* Length store. */
46 if (!db_get(sp, lno, 0, pp, lenp))
81 size_t *lenp) /* Length store. */
120 if (lenp != NULL)
121 *lenp = tp->len;
139 if (lenp != NULL)
140 *lenp = ep->c_len;
158 err3: if (lenp != NULL)
159 *lenp = 0;
185 if (lenp !
34 db_eget(SCR *sp, recno_t lno, CHAR_T **pp, size_t *lenp, int *isemptyp) argument
77 db_get(SCR *sp, recno_t lno, u_int32_t flags, CHAR_T **pp, size_t *lenp) argument
546 db_rget(SCR *sp, recno_t lno, char **pp, size_t *lenp) argument
[all...]

Completed in 186 milliseconds

12345