Searched defs:op (Results 376 - 400 of 789) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/bin/test/
H A Dtest.c235 syntax(const char *op, const char *msg) argument
327 const char *opnd1, *op, *opnd2; local
422 find_op_1char(const struct t_op *op, const struct t_op *end, const char *s) argument
436 find_op_2char(const struct t_op *op, const struct t_op *end, const char *s) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1054 const dt_option_t *op; local
1083 const dt_option_t *op; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalarith.c292 binop_user_defined_p(enum exp_opcode op, struct value *arg1, struct value *arg2) argument
314 unop_user_defined_p(enum exp_opcode op, struct value *arg1) argument
341 value_x_binop(struct value *arg1, struct value *arg2, enum exp_opcode op, enum exp_opcode otherop, enum noside noside) argument
504 value_x_unop(struct value *arg1, enum exp_opcode op, enum noside noside) argument
748 value_binop(struct value *arg1, struct value *arg2, enum exp_opcode op) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c1901 operatorT op = expressionP->X_op; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.c703 static void __cvmx_interrupt_ciu2_mask_unmask_irq(int irq_number, int op) argument
755 static void __cvmx_interrupt_ciu_mask_unmask_irq(int irq_number, int op) argument
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_toshiba.c321 hci_force_fan(ACPI_HANDLE h, int op, UINT32 *state) argument
338 hci_video_output(ACPI_HANDLE h, int op, UINT32 *video_output) argument
365 hci_lcd_brightness(ACPI_HANDLE h, int op, UINT32 *brightness) argument
382 hci_lcd_backlight(ACPI_HANDLE h, int op, UINT32 *backlight) argument
394 hci_cpu_speed(ACPI_HANDLE h, int op, UINT32 *speed) argument
411 hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg) argument
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init_ops.h256 const union init_op *op; local
[all...]
/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c217 cesa_sync_dma_mem(struct cesa_dma_mem *cdm, bus_dmasync_op_t op) argument
226 cesa_sync_desc(struct cesa_softc *sc, bus_dmasync_op_t op) argument
/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h140 privcmd_hypercall(long op, long a1, long a2, long a3, long a4, long a5) argument
291 struct evtchn_op op; local
175 HYPERVISOR_mmuext_op( struct mmuext_op *op, unsigned int count, unsigned int *success_count, domid_t domid) argument
324 struct physdev_op op; local
393 HYPERVISOR_nmi_op( unsigned long op, void *arg) argument
402 HYPERVISOR_hvm_op( int op, void *arg) argument
417 HYPERVISOR_xenoprof_op( int op, void *arg) argument
424 HYPERVISOR_kexec_op( unsigned long op, void *args) argument
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h384 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) argument
393 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) argument
405 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) argument
839 ahd_sync_qoutfifo(struct ahd_softc *ahd, int op) argument
847 ahd_sync_tqinfifo(struct ahd_softc *ahd, int op) argument
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_alq.h150 uint16_t op; member in struct:if_ath_alq_hdr
161 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) argument
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c1035 enum gssMaggotOp op; member in struct:handler
1075 find_op(int32_t op) argument
1137 int32_t op; local
[all...]
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c135 } op = UNSPEC; variable in typeref:enum:__anon7009
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c507 enum kadm_ops op; local
H A Dipropd_slave.c194 enum kadm_ops op; local
237 enum kadm_ops op; local
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c2790 mpiDIFEncryptionOffloadCmd( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 op, agsaDifEncPayload_t *agDifEncOffload, ossaDIFEncryptionOffloadStartCB_t agCB ) argument
H A Dsaport.c1111 saDIFEncryptionOffloadStart( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 op, agsaDifEncPayload_t *agsaDifEncPayload, ossaDIFEncryptionOffloadStartCB_t agCB) argument
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c924 struct ccatm_op op; local
1004 ng_ccatm_send_user(struct ccuser *user, void *uarg, u_int op, argument
1032 struct ccatm_op op; member in struct:__anon12374
1101 ng_ccatm_send_uni(struct ccconn *conn, void *uarg, u_int op, u_int cookie, struct uni_msg *msg) argument
1126 ng_ccatm_send_uni_glob(struct ccport *port, void *uarg, u_int op, u_int cookie, struct uni_msg *msg) argument
[all...]
/freebsd-11-stable/sys/nlm/
H A Dnlm_advlock.c195 nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl, argument
695 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, int svid, int sysid, off_t size) argument
758 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
957 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
1032 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
[all...]
/freebsd-11-stable/sys/mips/rmi/dev/sec/
H A Drmilib.c142 xlr_sec_io_pt op; local
283 xlr_sec_cipher_hash_command(xlr_sec_io_pt op, symkey_desc_pt desc, uint8_t multi_frag_flag) argument
335 xlr_sec_setup_descriptor(xlr_sec_io_pt op, unsigned int flags, symkey_desc_pt desc, uint32_t * cfg_vector) argument
379 xlr_sec_setup_packet(xlr_sec_io_pt op, symkey_desc_pt desc, unsigned int flags, uint64_t * data, PacketDescriptor_pt pkt_desc, ControlDescriptor_pt ctl_desc, uint32_t vector, PacketDescriptor_pt next_pkt_desc, uint8_t multi_frag_flag) argument
997 xlr_sec_setup_cipher(xlr_sec_io_pt op, ControlDescriptor_pt ctl_desc, uint32_t * vector) argument
1134 xlr_sec_setup_digest(xlr_sec_io_pt op, ControlDescriptor_pt ctl_desc, uint32_t * vector) argument
1234 xlr_sec_setup_cksum(xlr_sec_io_pt op, ControlDescriptor_pt ctl_desc) argument
1254 xlr_sec_control_setup(xlr_sec_io_pt op, unsigned int flags, uint64_t * control, ControlDescriptor_pt ctl_desc, xlr_sec_drv_user_t * user, uint32_t vector) argument
2800 xlr_sec_io_pt op = NULL; local
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c967 _rmc_wrr_dequeue_next(struct rm_ifdat *ifd, int op) argument
1123 _rmc_prr_dequeue_next(struct rm_ifdat *ifd, int op) argument
/freebsd-11-stable/sys/i386/include/xen/
H A Dhypercall.h121 privcmd_hypercall(long op, long a1, long a2, long a3, long a4, long a5) argument
277 struct evtchn_op op; local
153 HYPERVISOR_mmuext_op( mmuext_op_t *op, int count, int *success_count, domid_t domid) argument
308 struct physdev_op op; local
371 HYPERVISOR_nmi_op( unsigned long op, void *arg) argument
387 HYPERVISOR_hvm_op( int op, void *arg) argument
395 HYPERVISOR_xenoprof_op( int op, void *arg) argument
402 HYPERVISOR_kexec_op( unsigned long op, void *args) argument
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_ipc.h415 fdisp_simple_putget_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, argument
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c86 smbfs_smb_lockandx(struct smbnode *np, int op, u_int32_t pid, off_t start, off_t end, argument
124 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, argument
/freebsd-11-stable/sys/dev/sec/
H A Dsec.c173 sec_sync_dma_mem(struct sec_dma_mem *dma_mem, bus_dmasync_op_t op) argument

Completed in 374 milliseconds

<<11121314151617181920>>