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

1234567

/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c112 int cnt, int offset, int operation, int iolen)
129 auio.uio_rw = operation;
133 if (operation == 0) {
111 vtblk_rdwr(struct beri_vtblk_softc *sc, struct iovec *iov, int cnt, int offset, int operation, int iolen) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c89 MLX5_SET(fpga_ctrl, in, operation, op);
133 MLX5_SET(fpga_ctrl, in, operation, op);
187 MLX5_SET(fpga_ctrl, in, operation, *connect);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-keytab.c79 hkt_lock(krb5_context context, HDB *db, int operation) argument
H A Ddb.c64 DB_lock(krb5_context context, HDB *db, int operation) argument
73 return hdb_lock(fd, operation);
H A Ddb3.c74 DB_lock(krb5_context context, HDB *db, int operation) argument
80 return hdb_lock(fd, operation);
H A Dhdb.c141 hdb_lock(int fd, int operation) argument
146 code = flock(fd, (operation == HDB_RLOCK ? LOCK_SH : LOCK_EX) | LOCK_NB);
H A Dndbm.c63 NDBM_lock(krb5_context context, HDB *db, int operation) argument
66 return hdb_lock(d->lock_fd, operation);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.h59 The caller can then (when necessary) add operation details via
61 with the result of its operation in the working copy database.
70 and an operation.
77 /* Set 'update' as the conflicting operation in CONFLICT_SKEL.
82 It is an error to set another operation to a conflict skel that
83 already has an operation.
95 /* Set 'switch' as the conflicting operation in CONFLICT_SKEL.
100 It is an error to set another operation to a conflict skel that
101 already has an operation.
112 /* Set 'merge' as conflicting operation i
[all...]
H A Dwc_db_private.h525 svn_wc_operation_t operation,
H A Dwc-metadata.sql238 An 'operation depth' refers to the number of directory levels down from
239 the WC root at which a tree-change operation (delete, add?, copy, move)
283 /* Contains the depth (= number of path segments) of the operation
285 of the operation (aka operation root, aka oproot) affected by the
286 operation will be assigned the same op_depth.
306 In this case, the fields are set for the root of the operation and for all
347 obtained when an operation was interrupted.
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3515 struct operation { struct
3516 operation *next;
3519 operation(int, int, operation *);
3522 operation::operation(int i, int j, operation *op) function in class:operation
3529 operation *op = 0;
3532 op = new operation(num[i], patlen - i, op);
3581 operation *o
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c348 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
353 switch (operation) {
/freebsd-11-stable/sys/dev/vt/
H A Dvt_sysmouse.c218 switch (mi->operation) {
270 vt_mouse_event(mi->operation, x, y, mi->u.event.id, mi->u.event.value,
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s171 movw $0x0001, %ax # %ah = unit number, %al = for bit operation
239 movw $0x0001, %ax # %ah = ID number, %al = for bit operation
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_diff.h1030 * Describes what operation has been performed on a file.
1213 /** Represents the operation performed on the property */
1214 svn_diff_operation_kind_t operation;
1282 * Represents the operation performed on the file. */
1283 svn_diff_operation_kind_t operation;
1206 svn_diff_operation_kind_t operation; member in struct:svn_prop_patch_t
1275 svn_diff_operation_kind_t operation; member in struct:svn_patch_t
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcl.h220 svn_boolean_t dry_run; /* try operation but make no changes */
261 svn_boolean_t allow_mixed_rev; /* Allow operation on mixed-revision WC */
859 svn_cl__operation_str_xml(svn_wc_operation_t operation, apr_pool_t *pool);
866 svn_cl__operation_str_human_readable(svn_wc_operation_t operation,
H A Dutil.c911 svn_cl__operation_str_xml(svn_wc_operation_t operation, apr_pool_t *pool)
913 return svn_token__to_word(map_wc_operation_xml, operation);
917 svn_cl__operation_str_human_readable(svn_wc_operation_t operation,
920 return _(svn_token__to_word(map_wc_operation_human, operation));
909 svn_cl__operation_str_xml(svn_wc_operation_t operation, apr_pool_t *pool) argument
915 svn_cl__operation_str_human_readable(svn_wc_operation_t operation, apr_pool_t *pool) argument
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.h403 u32 operation,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h305 u32 operation; member in struct:hw_set_info
/freebsd-11-stable/sys/dev/syscons/
H A Dsysmouse.c184 case MOUSE_GETLEVEL: /* get operation level */
188 case MOUSE_SETLEVEL: /* set operation level */
272 switch (info->operation) {
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dhid.c404 mi.operation = MOUSE_ACTION;
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c957 mouse.operation = MOUSE_MOUSECHAR;
977 mouse.operation = MOUSE_SHOW;
979 mouse.operation = MOUSE_HIDE;
988 mouse.operation == MOUSE_SHOW ? "show" : "hid");
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c314 the_mouse.operation = MOUSE_GETINFO;
348 the_mouse.operation = MOUSE_HIDE;
350 the_mouse.operation = MOUSE_SHOW;
631 the_mouse.operation = MOUSE_MODE;
636 the_mouse.operation = MOUSE_SHOW;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c451 svn_diff_operation_kind_t operation,
496 if (operation == svn_diff_op_deleted)
508 else if (operation == svn_diff_op_copied)
524 else if (operation == svn_diff_op_added)
535 else if (operation == svn_diff_op_modified)
550 else if (operation == svn_diff_op_moved)
877 svn_diff_operation_kind_t operation,
960 operation,
1101 operation,
2764 || | files. This operation |
447 print_git_diff_header(svn_stream_t *os, const char **label1, const char **label2, svn_diff_operation_kind_t operation, svn_revnum_t rev1, svn_revnum_t rev2, const char *diff_relpath, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_hash_t *left_props, apr_hash_t *right_props, const char *git_index_shas, const char *header_encoding, const diff_driver_info_t *ddi, apr_pool_t *scratch_pool) argument
866 diff_content_changed(svn_boolean_t *wrote_header, const char *diff_relpath, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, apr_hash_t *left_props, apr_hash_t *right_props, svn_diff_operation_kind_t operation, svn_boolean_t force_diff, const char *copyfrom_path, svn_revnum_t copyfrom_rev, diff_writer_info_t *dwi, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c944 case OSSA_MPI_IO_SUCCESS: /* PhyStart operation completed successfully */
1053 case OSSA_MPI_IO_SUCCESS: /* PhyStart operation completed successfully */
2116 bit32 phyId, operation, status, tag, phyOpId; local
2141 operation = (phyOpId & LOCAL_PHY_OP_BITS) >> SHIFT8;
2144 SA_DBG3(("mpiPhyCntrlRsp: phyId=0x%x Operation=0x%x Status=0x%x\n", phyId, operation, status));
2149 ossaLocalPhyControlCB(agRoot, agContext, phyId, operation, status, agNULL);
2153 (*(ossaLocalPhyControlCB_t)(pRequest->completionCB))(agRoot, agContext, phyId, operation, status, agNULL );
5763 bit32 operation =0; local
5773 OSSA_READ_LE_32(AGROOT, &operation, pIomb, OSSA_OFFSET_OF(agsaPortControlRsp_t, portOPPortId));
5801 port = operation
[all...]

Completed in 617 milliseconds

1234567