Home
last modified time | relevance | path

Searched +full:dtest +full:- +full:buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.txt1 Qualcomm PMIC Multi-Purpose Pin (MPP) block
6 - compatible:
10 "qcom,pm8018-mpp",
11 "qcom,pm8019-mpp",
12 "qcom,pm8038-mpp",
13 "qcom,pm8058-mpp",
14 "qcom,pm8821-mpp",
15 "qcom,pm8841-mpp",
16 "qcom,pm8916-mpp",
17 "qcom,pm8917-mpp",
[all …]
H A Dqcom,pmic-gpio.txt6 - compatible:
10 "qcom,pm8005-gpio"
11 "qcom,pm8018-gpio"
12 "qcom,pm8038-gpio"
13 "qcom,pm8058-gpio"
14 "qcom,pm8916-gpio"
15 "qcom,pm8917-gpio"
16 "qcom,pm8921-gpio"
17 "qcom,pm8941-gpio"
18 "qcom,pm8950-gpio"
[all …]
H A Dqcom,pmic-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,pmic-gpio.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh27 echo expected one argument: '<'dtrace-path'>'
32 DIR=/var/tmp/dtest.$$
54 cc -c test.c
55 if [ $? -ne 0 ]; then
56 print -u2 "failed to compile test.c"
59 $dtrace -G -s prov.d test.o
60 if [ $? -ne 0 ]; then
61 print -u2 "failed to create DOF"
64 cc -o test test.o prov.o
65 if [ $? -ne 0 ]; then
[all …]
/freebsd/crypto/openssh/
H A Dhmac.c51 ret->alg = alg; in ssh_hmac_start()
52 if ((ret->ictx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
53 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
54 (ret->digest = ssh_digest_start(alg)) == NULL) in ssh_hmac_start()
56 ret->buf_len = ssh_digest_blocksize(ret->ictx); in ssh_hmac_start()
57 if ((ret->buf = calloc(1, ret->buf_len)) == NULL) in ssh_hmac_start()
73 if (klen <= ctx->buf_len) in ssh_hmac_init()
74 memcpy(ctx->buf, key, klen); in ssh_hmac_init()
75 else if (ssh_digest_memory(ctx->alg, key, klen, ctx->buf, in ssh_hmac_init()
76 ctx->buf_len) < 0) in ssh_hmac_init()
[all …]
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c47 getpid(), e->cmd, u->name, e->uid, e->gid)) in do_command()
49 /* fork to become asynchronous -- parent process is done immediately, in do_command()
54 case -1: in do_command()
56 if (e->flags & INTERVAL) in do_command()
57 e->lastexit = time(NULL); in do_command()
70 if (e->flags & INTERVAL) { in do_command()
71 e->lastexit = 0; in do_command()
72 e->child = pid; in do_command()
96 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) in child_process()
105 usernm = env_get("LOGNAME", e->envp); in child_process()
[all …]