Searched refs:direction (Results 51 - 75 of 230) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c53 const char *direction)
58 if (direction)
59 wpabuf_printf(xml, " direction=\"%s\"", direction);
194 "<arg name=\"data\" type=\"s\" direction=\"out\"/>"
52 add_arg(struct wpabuf *xml, const char *name, const char *type, const char *direction) argument
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h359 void Dump(char direction, unsigned char *buffer, int length);
360 void printoption(char *direction, int cmd, int option);
362 void printsub(int direction, unsigned char *pointer, size_t length);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_lb.c124 int direction, struct pfi_kif *kif, struct pf_addr *saddr, u_int16_t sport,
139 if (r->action == PF_BINAT && direction == PF_IN) {
151 else if (r->direction && r->direction != direction)
501 pf_get_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, argument
515 if (direction == PF_OUT) {
516 r = pf_match_translation(pd, m, off, direction, kif, saddr,
519 r = pf_match_translation(pd, m, off, direction, kif,
523 r = pf_match_translation(pd, m, off, direction, ki
123 pf_match_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, struct pfi_kif *kif, struct pf_addr *saddr, u_int16_t sport, struct pf_addr *daddr, uint16_t dport, int rs_num, struct pf_anchor_stackframe *anchor_stack) argument
[all...]
H A Dpf.c319 (s)->rule.ptr->direction == PF_OUT) || \
321 (s)->rule.ptr->direction == PF_IN)) && \
503 pfoe->dir = (*state)->direction;
916 si->direction == s->direction) {
1758 dir = s ? s->direction : 0;
1872 if (cur->direction != prev->direction)
2709 pf_socket_lookup(int direction, struct pf_pdesc *pd, struct mbuf *m) argument
2737 if (direction
2977 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, struct pfi_kif *kif, struct mbuf *m, int off, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, struct inpcb *inp) argument
3624 pf_test_fragment(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf *m, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm) argument
4116 pf_test_state_tcp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
4284 pf_test_state_udp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd) argument
4351 pf_test_state_icmp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
4942 pf_test_state_other(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, struct pf_pdesc *pd) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c77 * int direction; // 0 for "<" (ie. left child); 1 for ">" (right)
210 * NULL: no node in the given direction
214 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) argument
226 if (child != direction)
229 return (avl_walk(tree, data, direction));
548 * Insert "new_data" in "tree" in the given "direction" either after or
553 * the AVL_PREV or AVL_NEXT and reverse the insertion direction. Since
564 int direction)
567 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */
575 ASSERT(direction
560 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c77 * int direction; // 0 for "<" (ie. left child); 1 for ">" (right)
210 * NULL: no node in the given direction
214 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) argument
226 if (child != direction)
229 return (avl_walk(tree, data, direction));
548 * Insert "new_data" in "tree" in the given "direction" either after or
553 * the AVL_PREV or AVL_NEXT and reverse the insertion direction. Since
564 int direction)
567 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */
575 ASSERT(direction
560 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument
[all...]
/freebsd-10.0-release/usr.sbin/apmd/
H A Dapmd.c217 int level, int direction,
224 * direction =1 means we care about this level when charging,
225 * direction =-1 means we care about it when discharging.
229 if (abs(direction) != 1) /* nonsense direction value */
242 we->direction = (direction<0)?BATTERY_DISCHARGING:
377 (q -> direction == BATTERY_CHARGING)?"charging":
558 if (p -> direction == AC_POWER_STATE &&
567 (p -> direction
216 register_battery_handlers( int level, int direction, struct event_cmd *cmdlist) argument
[all...]
/freebsd-10.0-release/lib/libedit/
H A Dsearch.c586 cv_csearch(EditLine *el, int direction, int ch, int count, int tflag) argument
602 el->el_search.chadir = direction;
608 cp += direction;
609 for (;;cp += direction) {
620 cp -= direction;
625 if (direction > 0)
/freebsd-10.0-release/bin/sh/
H A Dhistedit.c193 int first, last, direction; local
306 direction = first < last ? H_PREV : H_NEXT;
334 for (;retval != -1; retval = history(hist, &he, direction)) {
/freebsd-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h113 int direction; /* buffer being used for 0 = read, 1 = write */ member in struct:apr_file_t
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64-protos.h106 /* expr.h defines ARGS_SIZE_RTX and `enum direction'. */
107 extern enum direction ia64_hpux_function_arg_padding (enum machine_mode, tree);
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc-protos.h39 /* expr.h defines ARGS_SIZE_RTX and `enum direction' */
40 extern enum direction function_arg_padding (enum machine_mode, tree);
/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h101 lbpmoverel(int despl, char direction) argument
103 fprintf(lbpoutput,"\033[%d%c",despl,direction);
108 lbplinerel(int width,int despl,char direction )
110 fprintf(lbpoutput,"\033[%d;0;9{\033[%d%c\033[9}",width,despl,direction);
414 /* if we've changed direction we must draw the line */
/freebsd-10.0-release/contrib/texinfo/info/
H A Dwindow.h82 int direction; /* The direction that this search is heading in. */ member in struct:__anon4405
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h150 void printsub (int direction, unsigned char *pointer, size_t length);
/freebsd-10.0-release/sys/dev/usb/storage/
H A Durio.c145 .direction = UE_DIR_OUT,
154 .direction = UE_DIR_IN,
163 .direction = UE_DIR_ANY,
173 .direction = UE_DIR_ANY,
H A Dumass.c499 .direction = UE_DIR_ANY,
509 .direction = UE_DIR_ANY,
519 .direction = UE_DIR_ANY,
529 .direction = UE_DIR_OUT,
538 .direction = UE_DIR_IN,
548 .direction = UE_DIR_ANY,
557 .direction = UE_DIR_OUT,
567 .direction = UE_DIR_ANY,
576 .direction = UE_DIR_IN,
589 .direction
[all...]
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dchannel.c247 panic("%s(): Invalid direction=%d", __func__, dir);
288 if (c->direction == PCMDIR_PLAY)
371 if (c->direction == PCMDIR_PLAY) {
429 KASSERT(c->direction == PCMDIR_PLAY, ("%s(): bad channel", __func__));
559 KASSERT(c->direction == PCMDIR_REC, ("chn_rdupdate on bad channel"));
655 if (c->direction == PCMDIR_PLAY)
694 if (c->direction == PCMDIR_REC) {
727 if (c->direction == PCMDIR_PLAY)
776 if (c->direction != PCMDIR_PLAY)
969 KASSERT(c->direction
1190 chn_init(struct pcm_channel *c, void *devinfo, int dir, int direction) argument
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A Dsearch.c199 cxt->direction = dir;
341 return (noninc_dosearch (noninc_search_string, cxt->direction));
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-utils.c301 printstats(const char *direction, int verbose, struct tftp_stats *ts) argument
310 direction, ts->amount, delta, ts->blocks);
/freebsd-10.0-release/sys/netinet/
H A Dsiftr.c170 uint8_t direction; member in struct:pkt_node
281 static char direction[3] = {'\0', 'i','o'}; variable
396 if (pkt_node->direction == PFIL_IN)
445 direction[pkt_node->direction],
502 direction[pkt_node->direction],
793 pn->direction = dir;
806 * stack in either direction.
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp790 graphic_object *object_spec::make_box(position *curpos, direction *dirp)
834 position *curpos, direction *dirp)
837 dir = *dirp; // ignore any direction in attribute list
944 graphic_object *object_spec::make_block(position *curpos, direction *dirp)
982 graphic_object *object_spec::make_text(position *curpos, direction *dirp)
1032 graphic_object *object_spec::make_ellipse(position *curpos, direction *dirp)
1081 graphic_object *object_spec::make_circle(position *curpos, direction *dirp)
1129 graphic_object *object_spec::make_move(position *curpos, direction *dirp)
1416 linear_object *object_spec::make_line(position *curpos, direction *dirp)
1616 // handle arrow direction; mak
[all...]
/freebsd-10.0-release/sbin/natd/
H A Dnatd.c107 static void DoAliasing (int fd, int direction);
556 * Print packet direction and protocol type.
637 static void DoAliasing (int fd, int direction) argument
684 if (direction == DONT_KNOW) {
686 direction = OUTPUT;
688 direction = INPUT;
693 * Print packet direction and protocol type.
695 printf (direction == OUTPUT ? "Out " : "In ");
722 if (direction == OUTPUT) {
753 if (direction
[all...]
/freebsd-10.0-release/contrib/pf/ftp-proxy/
H A Dfilter.c70 pfr.rule.direction = dir;
346 pnl.direction = PF_OUT;
374 pnl.direction = PF_OUT;
/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dfilter.c74 pfr.rule.direction = dir;
357 pnl.direction = PF_OUT;
385 pnl.direction = PF_OUT;

Completed in 383 milliseconds

12345678910