Searched refs:operation (Results 76 - 100 of 106) sorted by relevance

12345

/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c228 uint8_t operation; member in struct:uaudio_chan
1138 sc->sc_play_chan.operation = CHAN_OP_DRAIN;
1139 sc->sc_rec_chan.operation = CHAN_OP_DRAIN;
1184 uint8_t operation; local
1193 operation = chan->operation;
1194 chan->operation = CHAN_OP_NONE;
1322 switch (operation) {
2431 if (ch->operation != CHAN_OP_DRAIN) {
2433 ch->operation
[all...]
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.c482 * @operation: Type of operation
494 u32 operation,
510 "devh = 0x"VXGE_OS_STXFMT", operation = %d, "
512 (ptr_t) devh, operation, device, addr, (ptr_t) data);
535 VXGE_HAL_MDIO_MGR_ACCESS_PORT_OP_TYPE(operation) |
560 ((operation == VXGE_HAL_MDIO_MGR_ACCESS_PORT_OP_TYPE_READ_INCR) ||
561 (operation == VXGE_HAL_MDIO_MGR_ACCESS_PORT_OP_TYPE_READ) ||
562 (operation ==
564 (operation
491 __hal_mrpcim_mdio_access( vxge_hal_device_h devh, u32 port, u32 operation, u32 device, u16 addr, u16 *data) argument
2534 vxge_hal_mrpcim_stats_access( vxge_hal_device_h devh, u32 operation, u32 location, u32 offset, u64 *stat) argument
[all...]
H A Dvxgehal-virtualpath.c1434 * Note: This field is updated by the H/W during an operation and
1583 * Note: This field is updated by the H/W during an operation and
3681 * Enable promiscuous mode of X3100 operation.
3745 * Disable promiscuous mode of X3100 operation.
10506 * and offset and perform an operation
10508 * @operation: Operation to be performed
10519 u32 operation,
10545 val64 = VXGE_HAL_XMAC_STATS_ACCESS_CMD_OP(operation) |
10568 if ((status == VXGE_HAL_OK) && (operation == VXGE_HAL_STATS_OP_READ)) {
10585 * Get statistics from given location and offset to perform an operation
10517 __hal_vpath_stats_access( __hal_virtualpath_t *vpath, u32 operation, u32 offset, u64 *stat) argument
10595 vxge_hal_vpath_stats_access( vxge_hal_vpath_h vpath_handle, u32 operation, u32 offset, u64 *stat) argument
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_core.c2673 u_long operation, int pixel_width,
2707 *(*dma_prog)++ = operation | flag | (width * pixel_width - skip);
2708 if (operation != OP_SKIP )
2737 *(*dma_prog)++ = operation | flag |
2739 if (operation != OP_SKIP )
2743 if ( operation == OP_WRITE )
2744 operation = OP_WRITEC;
2745 *(*dma_prog)++ = operation | flag2 |
2672 split(bktr_reg_t * bktr, volatile uint32_t **dma_prog, int width , u_long operation, int pixel_width, volatile u_char ** target_buffer, int cols ) argument
/freebsd-9.3-release/usr.sbin/moused/
H A Dmoused.c402 int level; /* operation level: 0 or greater */
1065 mouse.operation = MOUSE_MOTION_EVENT;
1285 mouse.operation = MOUSE_MOTION_EVENT;
1301 mouse.operation = MOUSE_ACTION;
1332 mouse.operation = MOUSE_ACTION;
1490 /* set the driver operation level, if applicable */
2174 * Moused usually operates the psm driver at the operation level 1
2648 mouse.operation = MOUSE_BUTTON_EVENT;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_drm.h905 uint32_t operation; member in struct:drm_radeon_gem_va
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1t.h695 * error has occurred and the main operation should be abandoned. If major
700 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it);
720 /* operation values for asn1_cb */
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken.h.in402 int flock(int fd, int operation);
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-stats.h1707 * post operation. Calculated as @total_buffers/@total_posts.
1710 * operation. Calculated as a total number of transmitted octets
2092 * and offset and perform an operation
2094 * @operation: Operation to be performed
2104 u32 operation,
2270 * and offset and perform an operation
2272 * @operation: Operation to be performed
2283 u32 operation,
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S730 @ the operands are unordered and the operation is
733 @ the operands are unordered and the operation is GT
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY623 fix numerous problems with ipfs operation
672 fix fastroute, generation of RST & ICMP packets and operation with to/fastroute
728 along with mssclamp and tags. Also add test for mssclamp operation.
886 add top-style operation mode for ipfstat (-t)
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1285 The normal mode of operation for
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscif_sas_controller_state_handlers.c80 * @brief This method simply executes the reset operation by entering
86 * @return Indicate the status of the reset operation. Was it successful?
126 * @return This method returns a value indicating if the operation succeeded.
161 * @return This method returns a value indicating if the operation succeeded.
210 * @return This method returns a value indicating if the operation succeeded.
281 * operation.
284 * operation succeeded.
353 * operation.
355 * milliseconds) to be utilized for this operation.
357 * @return This method returns an indication of whether the start operation
[all...]
/freebsd-9.3-release/sys/dev/mly/
H A Dmlyreg.h552 /* other physical/controller/operation information */
1000 u_int8_t operation:4; member in struct:mly_ioctl_param_subsystemdata
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt8 for, and current theory of operation for the joint Fibre Channel/SCSI
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh1499 operation --- once you've created a gdbarch, you keep it around.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c166 const char *caller, const char *operation);
3951 const char *caller, const char *operation)
3959 caller, operation, namestr, typestr);
3949 validator_logcreate(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, const char *caller, const char *operation) argument
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S2167 * Signal an invalid operation if the trap is enabled; otherwise,
2170 invalid_s: # trap invalid operation
2182 * Signal an invalid operation if the trap is enabled; otherwise,
2185 invalid_d: # trap invalid operation
2198 * Signal an invalid operation if the trap is enabled; otherwise,
2201 invalid_w: # trap invalid operation
H A Dexception.S1048 sll t2, t1, (31 - 17) # unimplemented operation?
1052 * We got an unimplemented operation trap so
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c1315 LDAP_lock(krb5_context context, HDB * db, int operation) argument
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c1300 case 1: /* single click: start cut operation */
1578 switch (mouse->operation) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c4093 int sharemax, zfs_share_op_t operation)
4104 zc.zc_share.z_sharetype = operation;
4091 zfs_deleg_share_nfs(libzfs_handle_t *hdl, char *dataset, char *path, char *resource, void *export, void *sharetab, int sharemax, zfs_share_op_t operation) argument
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh46 -F -- Force a fetch operation to proceed
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd-in2.h1713 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1719 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),

Completed in 381 milliseconds

12345