Searched refs:direction (Results 201 - 225 of 230) sorted by relevance

12345678910

/freebsd-10.0-release/sys/dev/usb/input/
H A Dukbd.c957 .direction = UE_DIR_IN,
966 .direction = UE_DIR_ANY,
H A Dums.c352 .direction = UE_DIR_IN,
438 * We might have both a wheel and Z direction, if so put
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c3522 char direction; local
3564 direction = 'o';
3566 direction = 'i';
3586 direction,
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_low.c2565 scsi_low_data(slp, ti, bp, direction)
2569 int direction;
2573 if (cb != NULL && direction == cb->ccb_sscp.scp_direction)
2581 slp->sl_scp.scp_direction = direction;
2590 s = "DATA PHASE: xfer direction mismatch";
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c943 /* direction(I) - direction of packet (in/out) */
958 ipf_nat6_add(fin, np, natsave, flags, direction)
963 int direction;
1037 nat->nat_dir = direction;
1051 } else if (direction == NAT_OUTBOUND) {
1384 /* dir(I) - direction of packet (in/out) */
1481 * NOTE : dir refers to the direction of the original
1483 * message flows in the opposite direction.
1580 /* dir(I) - direction o
[all...]
H A Dip_nat.c3084 /* direction(I) - direction of packet (in/out) */
3099 ipf_nat_add(fin, np, natsave, flags, direction)
3104 int direction;
3175 nat->nat_dir = direction;
3189 } else if (direction == NAT_OUTBOUND) {
3609 /* dir(I) - direction of packet (in/out) */
3707 * NOTE : dir refers to the direction of the original
3709 * message flows in the opposite direction.
3764 /* dir(I) - direction o
[all...]
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_zyd.c259 .direction = UE_DIR_OUT,
269 .direction = UE_DIR_IN,
278 .direction = UE_DIR_OUT,
288 .direction = UE_DIR_IN,
H A Dif_rum.c391 .direction = UE_DIR_OUT,
400 .direction = UE_DIR_IN,
H A Dif_upgt.c203 .direction = UE_DIR_OUT,
215 .direction = UE_DIR_IN,
H A Dif_ural.c363 .direction = UE_DIR_OUT,
372 .direction = UE_DIR_IN,
/freebsd-10.0-release/sys/dev/usb/serial/
H A Duftdi.c156 .direction = UE_DIR_OUT,
165 .direction = UE_DIR_IN,
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_transfer.c87 .direction = UE_DIR_ANY,
99 .direction = UE_DIR_ANY,
1390 /* copy direction to endpoint variable */
1475 * data direction!
1699 * in case of data read direction
3105 * .direction = UE_DIR_ANY,
H A Dusb_hub.c142 .direction = UE_DIR_ANY,
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y45 direction current_direction;
/freebsd-10.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S44 .set PSL_D,0x00000400 # String instruction direction
/freebsd-10.0-release/contrib/binutils/bfd/
H A Darchive.c576 (archive->direction == write_direction))
H A Delfcode.h1781 nbfd->direction = read_direction;
H A Dxcofflink.c3382 abfd->direction = write_direction;
3390 abfd->direction = read_direction;
H A Dbfd-in2.h4631 /* The direction with which the BFD was opened. */
4639 direction;
4632 direction; member in struct:bfd
/freebsd-10.0-release/sys/dev/lmc/
H A Dif_lmc.c699 * If bit 8 is 1 then bits 7-0 are "direction" bits.
700 * If a direction bit is one, the data bit is an output.
701 * The problem is that the direction bits are WRITE-ONLY.
702 * Software must remember the direction bits in a shadow copy.
6550 u_int16_t direction = iohdr->direction; local
6561 if ((error == 0) && ((direction & DIR_IOW) != 0))
6565 if ((error == 0) && ((direction & DIR_IOR) != 0))
H A Dif_lmc.h637 u_int16_t direction; /* missing in Linux IOCTL */
1196 u_int32_t gpio_dir; /* s/w copy of GPIO direction register */
636 u_int16_t direction; /* missing in Linux IOCTL */ member in struct:iohdr
/freebsd-10.0-release/sys/dev/iir/
H A Diir.c1040 ucmd->u.raw.direction);
/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c3601 enum direction stack_direction
3611 enum direction where_pad = FUNCTION_ARG_PADDING (mode, type);
3613 /* Invert direction if stack is post-decrement.
H A Dfunction.c3336 enum direction where_pad;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4638 /* The direction with which the BFD was opened. */
4646 direction;
4639 direction; member in struct:bfd

Completed in 838 milliseconds

12345678910