Searched refs:pull (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/usr.sbin/ppp/
H A Dlayer.h50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
H A Dlink.c257 * packet (as we do with ``pull''s).
283 * When we ``pull'' a packet from the link, it gets processed by the
284 * ``pull'' function in each layer starting at the bottom.
285 * Each ``pull'' may produce multiple packets, chained together using
287 * Each packet that results from each pull has to be pulled through
312 if (l->layer[layer]->pull != NULL)
313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_pinctrl.c70 { SYS_RES_MEMORY, 2, RF_ACTIVE | RF_SHAREABLE }, /* pull enable */
73 { SYS_RES_MEMORY, 5, RF_ACTIVE | RF_SHAREABLE }, /* ao pull enable */
190 char *pull; local
219 len = OF_getprop_alloc(node, "amlogic,pull",
220 sizeof(char), (void **)&pull);
225 if (strncmp(pull, "enable", len) == 0)
227 else if (strncmp(pull, "disable", len) == 0)
229 else if (strncmp(pull, "down", len) == 0)
231 else if (strncmp(pull, "up", len) == 0)
235 "unknown pull attribut
[all...]
/freebsd-11.0-release/release/doc/share/mk/
H A Ddoc.relnotes.mk50 # Dependency that the article makefiles can use to pull in
/freebsd-11.0-release/contrib/libpcap/
H A Doptimize.c1387 struct block *pull; local
1452 pull = *samep;
1453 *samep = JF(pull);
1454 JF(pull) = *diffp;
1464 JT(ep->pred) = pull;
1466 JF(ep->pred) = pull;
1470 *diffp = pull;
1479 struct block *pull; local
1543 pull = *samep;
1544 *samep = JT(pull);
[all...]
/freebsd-11.0-release/lib/libz/test/
H A Dinfcover.c14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec499 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
503 - pull cvs patch to add -t flag to sshd (#28611)
510 - pull cvs patch to fix remote port forwarding with protocol 2
513 - pull cvs patch to add session initialization to no-pty sessions
514 - pull cvs patch to not cut off challengeresponse auth needlessly
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc-mont.pl148 $LD $n0,0($n0) ; pull n0[0] value
H A Dvis3-mont.pl84 ld [$n0p+0], $t0 ! pull n0[0..1] value
H A Dsparct4-mont.pl707 ld [$n0p+0], $t0 ! pull n0[0..1] value
962 ld [$n0p+0], $t0 ! pull n0[0..1] value
H A Darmv4-mont.pl203 ldr $rp,[$_rp] @ pull rp
H A Dppc64-mont.pl274 ld $a0,0($ap) ; pull ap[0] value
276 ld $n0,0($n0) ; pull n0[0] value
310 lwz $a0,0($ap) ; pull ap[0,1] value
316 lwz $n0,0($n1) ; pull n0[0,1] value
/freebsd-11.0-release/sys/netinet/
H A Dsctputil.c2617 struct sctp_paramhdr *pull,
2622 (uint8_t *) pull));
4403 * go through our old INP and pull off any control structures that
6863 /* Now pull up the UDP header and SCTP header together */
2615 sctp_get_next_param(struct mbuf *m, int offset, struct sctp_paramhdr *pull, int pull_limit) argument

Completed in 273 milliseconds