Searched defs:opc (Results 76 - 100 of 252) sorted by relevance

1234567891011

/netbsd-current/usr.sbin/puffs/mount_psshfs/
H A Dnode.c42 psshfs_node_lookup(struct puffs_usermount *pu, puffs_cookie_t opc, argument
117 psshfs_node_getattr(struct puffs_usermount *pu, puffs_cookie_t opc, argument
133 psshfs_node_setattr(struct puffs_usermount *pu, puffs_cookie_t opc, argument
223 psshfs_node_create(struct puffs_usermount *pu, puffs_cookie_t opc, argument
285 psshfs_node_open(struct puffs_usermount *pu, puffs_cookie_t opc, int mode, argument
377 psshfs_node_inactive(struct puffs_usermount *pu, puffs_cookie_t opc) argument
386 psshfs_node_readdir(struct puffs_usermount *pu, puffs_cookie_t opc, struct dirent *dent, off_t *readoff, size_t *reslen, const struct puffs_cred *pcr, int *eofflag, off_t *cookies, size_t *ncookies) argument
471 psshfs_node_read(struct puffs_usermount *pu, puffs_cookie_t opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *pcr, int ioflag) argument
586 psshfs_node_write(struct puffs_usermount *pu, puffs_cookie_t opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *cred, int ioflag) argument
672 psshfs_node_readlink(struct puffs_usermount *pu, puffs_cookie_t opc, const struct puffs_cred *cred, char *linkvalue, size_t *linklen) argument
749 psshfs_node_remove(struct puffs_usermount *pu, puffs_cookie_t opc, puffs_cookie_t targ, const struct puffs_cn *pcn) argument
765 psshfs_node_rmdir(struct puffs_usermount *pu, puffs_cookie_t opc, puffs_cookie_t targ, const struct puffs_cn *pcn) argument
781 psshfs_node_mkdir(struct puffs_usermount *pu, puffs_cookie_t opc, struct puffs_newinfo *pni, const struct puffs_cn *pcn, const struct vattr *va) argument
814 psshfs_node_symlink(struct puffs_usermount *pu, puffs_cookie_t opc, struct puffs_newinfo *pni, const struct puffs_cn *pcn, const struct vattr *va, const char *link_target) argument
856 psshfs_node_rename(struct puffs_usermount *pu, puffs_cookie_t opc, puffs_cookie_t src, const struct puffs_cn *pcn_src, puffs_cookie_t targ_dir, puffs_cookie_t targ, const struct puffs_cn *pcn_targ) argument
925 psshfs_node_reclaim(struct puffs_usermount *pu, puffs_cookie_t opc) argument
[all...]
/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dnode.c77 puffs9p_node_getattr(struct puffs_usermount *pu, void *opc, struct vattr *vap, argument
90 puffs9p_node_lookup(struct puffs_usermount *pu, void *opc, struct puffs_newinfo *pni, argument
165 puffs9p_node_readdir(struct puffs_usermount *pu, void *opc, struct dirent *dent, argument
235 puffs9p_node_setattr(struct puffs_usermount *pu, void *opc, argument
270 puffs9p_node_open(struct puffs_usermount *pu, void *opc, int mode, argument
306 puffs9p_node_inactive(struct puffs_usermount *pu, void *opc) argument
328 puffs9p_node_read(struct puffs_usermount *pu, void *opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *pcr, int ioflag) argument
371 puffs9p_node_write(struct puffs_usermount *pu, void *opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *cred, int ioflag) argument
489 puffs9p_node_create(struct puffs_usermount *pu, void *opc, struct puffs_newinfo *pni, const struct puffs_cn *pcn, const struct vattr *va) argument
497 puffs9p_node_mkdir(struct puffs_usermount *pu, void *opc, struct puffs_newinfo *pni, const struct puffs_cn *pcn, const struct vattr *va) argument
547 puffs9p_node_remove(struct puffs_usermount *pu, void *opc, void *targ, const struct puffs_cn *pcn) argument
565 puffs9p_node_rmdir(struct puffs_usermount *pu, void *opc, void *targ, const struct puffs_cn *pcn) argument
635 puffs9p_node_reclaim(struct puffs_usermount *pu, void *opc) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
[all...]
H A Dor1k-asm.c617 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
H A Dtic6x-dis.c310 const tic6x_opcode *const opc = &tic6x_opcode_table[opcode_id]; local
[all...]
H A Dm68k-dis.c1538 const struct m68k_opcode *opc = opcodes[major_opcode][i]; local
H A Dnds32-dis.c206 nds32_parse_opcode (struct nds32_opcode *opc, bfd_vma pc ATTRIBUTE_UNUSED, argument
507 nds32_filter_unknown_insn(uint32_t insn, struct nds32_opcode **opc) argument
573 struct nds32_opcode *opc; local
586 struct nds32_opcode *opc; local
890 nds32_special_opcode(uint32_t insn, struct nds32_opcode **opc) argument
1204 opcode_t *opc; local
[all...]
H A Dmep-asm.c1328 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
[all...]
H A Dor1k-asm.c621 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
H A Dhppa-dis.c726 int opc = GET_FIELD (insn, 0, 5); local
742 int opc = GET_FIELD (insn, 0, 5); local
H A Dtic6x-dis.c311 const tic6x_opcode *const opc = &tic6x_opcode_table[opcode_id]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-dump.c1265 debug_hsa_operand (hsa_op_base *opc) argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dor1k-asm.c612 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dor1k-asm.c617 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
[all...]
/netbsd-current/lib/libperfuse/
H A Dperfuse.c686 perfuse_get_nodeid(struct puffs_usermount *pu, puffs_cookie_t opc) argument
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c306 int opc; local
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_puffs.c83 pgfs_node_getattr(struct puffs_usermount *pu, puffs_cookie_t opc, argument
119 pgfs_node_readdir(struct puffs_usermount *pu, puffs_cookie_t opc, argument
287 pgfs_node_lookup(struct puffs_usermount *pu, puffs_cookie_t opc, argument
379 pgfs_node_mkdir(struct puffs_usermount *pu, puffs_cookie_t opc, argument
421 pgfs_node_create(struct puffs_usermount *pu, puffs_cookie_t opc, argument
461 pgfs_node_write(struct puffs_usermount *pu, puffs_cookie_t opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *pcr, int ioflags) argument
536 pgfs_node_read(struct puffs_usermount *pu, puffs_cookie_t opc, uint8_t *buf, off_t offset, size_t *resid, const struct puffs_cred *pcr, int ioflags) argument
631 pgfs_node_remove(struct puffs_usermount *pu, puffs_cookie_t opc, puffs_cookie_t targ, const struct puffs_cn *pcn) argument
669 pgfs_node_rmdir(struct puffs_usermount *pu, puffs_cookie_t opc, puffs_cookie_t targ, const struct puffs_cn *pcn) argument
719 pgfs_node_inactive(struct puffs_usermount *pu, puffs_cookie_t opc) argument
754 pgfs_node_setattr(struct puffs_usermount *pu, puffs_cookie_t opc, const struct vattr *va, const struct puffs_cred *pcr) argument
1034 pgfs_node_symlink(struct puffs_usermount *pu, puffs_cookie_t opc, struct puffs_newinfo *pni, const struct puffs_cn *pcn, const struct vattr *va, const char *target) argument
1090 pgfs_node_readlink(struct puffs_usermount *pu, puffs_cookie_t opc, const struct puffs_cred *pcr, char *buf, size_t *buflenp) argument
1121 pgfs_node_access(struct puffs_usermount *pu, puffs_cookie_t opc, int mode, const struct puffs_cred *pcr) argument
1152 pgfs_node_fsync(struct puffs_usermount *pu, puffs_cookie_t opc, const struct puffs_cred *pcr, int flags, off_t offlo, off_t offhi) argument
[all...]
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgsp_inst.c445 int opc, nw, class, flags, ms, md, off; local
[all...]
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c86 u8 opc[16]; member in struct:milenage_parameters
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_sim.c278 u8 opc[16], k[16]; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h318 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1329 unsigned opc = BO->getOpcode(); local

Completed in 398 milliseconds

1234567891011