Searched refs:inst (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dusb.h54 #define nlm_get_usb_pcibase(node, inst) nlm_pcicfg_base(XLP_IO_USB_OFFSET(node, inst))
55 #define nlm_get_usb_hcd_base(node, inst) nlm_xkphys_map_pcibar0(nlm_get_usb_pcibase(node, inst))
56 #define nlm_get_usb_regbase(node, inst) (nlm_get_usb_pcibase(node, inst) + XLP_IO_PCI_HDRSZ)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c353 static struct arm_it inst; variable in typeref:struct:arm_it
805 inst.error = _("immediate expression requires a # prefix");
831 if (inst.error == NULL)
832 inst.error = _("bad expression");
843 inst.error = _("bad segment");
860 inst.error = _("invalid constant");
1197 if (!inst.error)
1198 inst.error = err;
1503 inst.error = _("invalid register mask");
1522 if (inst
[all...]
H A Dtc-score.c28 #include "opcode/score-inst.h"
88 #define SET_INSN_ERROR(s) (inst.error = (s))
157 struct score_it inst; variable in typeref:struct:score_it
260 struct score_it *inst; member in struct:literalS
807 if (!inst.error)
808 inst.error = BAD_GARBAGE;
856 if ((reg == 1) && (nor1 == 1) && (inst.bwarn == 0))
859 inst.bwarn = 1;
865 strcpy (inst.reg, score_crn_table[reg].name);
867 strcpy (inst
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp66 MCWin64EHInstruction &inst) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
72 EmitAbsDifference(streamer, inst.getLabel(), begin);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
77 EmitAbsDifference(streamer, inst.getLabel(), begin);
78 if (inst.getSize() > 512*1024-8) {
81 w = inst.getSize() & 0xFFF8;
83 w = inst.getSize() >> 16;
86 w = inst
65 EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst) argument
197 MCWin64EHInstruction inst = info->Instructions.back(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp42 if (IntrinsicInst *inst = dyn_cast<IntrinsicInst>(II)) {
43 Intrinsic::ID id = inst->getIntrinsicID();
63 Instruction *inst = SplitPoints[i]; local
64 inst->getParent()->splitBasicBlock(inst, "bar_split");
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_ins.d20 * inst instruction
48 tcl*:::inst-start
50 @calls[pid, "inst", copyinstr(arg0)] = count();
H A Dintoncpu.d58 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
H A Dinttimes.d59 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
60 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_ins.d20 * inst instruction
48 tcl*:::inst-start
50 @calls[pid, "inst", copyinstr(arg0)] = count();
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dintoncpu.d58 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
H A Dinttimes.d59 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
60 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
/freebsd-9.3-release/contrib/libstdc++/src/
H A DMakefile.am155 allocator-inst.cc \
156 concept-inst.cc \
157 fstream-inst.cc \
158 ext-inst.cc \
159 ios-inst.cc \
160 iostream-inst.cc \
161 istream-inst.cc \
163 locale-inst.cc \
164 misc-inst.cc \
165 ostream-inst
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkrb4.c128 char inst[INST_SZ]; local
134 k_getsockinst(0, inst, sizeof(inst));
135 kerror = krb_rd_req(&tkt, "ftp", inst,
138 k_getsockinst(0, inst, sizeof(inst));
139 kerror = krb_rd_req(&tkt, "rcmd", inst,
216 char sname[SNAME_SZ], inst[INST_SZ], realm[REALM_SZ]; local
219 strlcpy(inst, krb_get_phost(host), sizeof(inst));
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dkrb4.c128 char inst[INST_SZ]; local
134 k_getsockinst(0, inst, sizeof(inst));
135 kerror = krb_rd_req(&tkt, "ftp", inst,
138 k_getsockinst(0, inst, sizeof(inst));
139 kerror = krb_rd_req(&tkt, "rcmd", inst,
216 char sname[SNAME_SZ], inst[INST_SZ], realm[REALM_SZ]; local
219 strlcpy(inst, krb_get_phost(host), sizeof(inst));
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/auth/pam/
H A Dpam.c170 const char *inst,
184 ret = krb_verify_user(name, inst, realm, pass, krb_verify, NULL);
186 name, inst, realm, krb_verify,
214 const char *inst,
231 else if (pass != 0 && verify_pass(pamh, name, inst, pass) == PAM_SUCCESS)
240 if (*inst == 0)
243 snprintf(prompt, sizeof(prompt), "%s.%s's Password: ", name, inst);
250 ret = verify_pass(pamh, name, inst, resp->resp);
278 const char *name, *inst; local
309 inst
168 verify_pass(pam_handle_t *pamh, const char *name, const char *inst, const char *pass) argument
211 krb4_auth(pam_handle_t *pamh, int flags, const char *name, const char *inst, struct pam_conv *conv) argument
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-zephyr.c50 char *inst; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
147 z.inst = 0;
177 PARSE_FIELD_STR(z.inst);
213 printf(" locate %s", z.inst);
223 if (!strcmp(z.inst, "CLIENT")) {
261 if (!strcmp(z.inst, "HM")) {
266 if (!strcmp(z.inst, "REALM")) {
280 printf(" hm_ctl %s", str_to_lower(z.inst));
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dafskrb.c45 get_cred(struct kafs_data *data, const char *name, const char *inst, argument
50 int ret = krb_get_cred((char*)name, (char*)inst, (char*)realm, &c);
53 ret = krb_mk_req(&tkt, (char*)name, (char*)inst, (char*)realm, 0);
55 ret = krb_get_cred((char*)name, (char*)inst, (char*)realm, &c);
72 char inst[INST_SZ]; local
81 ret = krb_get_tf_fullname(tkt_string(), name, inst, realm);
/freebsd-9.3-release/sys/sparc64/include/
H A Ddb_machdep.h45 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmips-tdep.c842 /* This returns the PC of the first inst after the prologue. If we can't
888 mips32_decode_reg_save (t_inst inst, unsigned long *gen_mask, argument
893 if ((inst & 0xffe00000) == 0xafa00000 /* sw reg,n($sp) */
894 || (inst & 0xffe00000) == 0xafc00000 /* sw reg,n($r30) */
895 || (inst & 0xffe00000) == 0xffa00000) /* sd reg,n($sp) */
902 reg = (inst & 0x001f0000) >> 16;
905 else if ((inst & 0xffe00000) == 0xe7a00000 /* swc1 freg,n($sp) */
906 || (inst & 0xffe00000) == 0xe7c00000 /* swc1 freg,n($r30) */
907 || (inst & 0xffe00000) == 0xf7a00000) /* sdc1 freg,n($sp) */
910 reg = ((inst
921 mips16_decode_reg_save(t_inst inst, unsigned long *gen_mask) argument
1009 mips32_relative_offset(unsigned long inst) argument
1026 unsigned long inst; local
1249 unpack_mips16(CORE_ADDR pc, unsigned int extension, unsigned int inst, enum mips16_inst_fmts insn_format, struct upk_mips16 *upk) argument
1589 ULONGEST inst = mips16_fetch_instruction (PROC_LOW_ADDR (proc_desc)); local
1922 unsigned short inst; local
1957 mips16_get_imm(unsigned short prev_inst, unsigned short inst, int nbits, int scale, int is_signed) argument
1996 unsigned inst = 0; /* current instruction */ local
2140 unsigned long inst, high_word, low_word; local
4580 t_inst inst; local
4681 unsigned short inst; member in struct:__anon1394
4733 unsigned short inst; local
5132 t_inst inst; local
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dtrap.c127 MipsKernGenException, /* virtual coherence exception inst */
935 InstFmt inst; local
940 #define GetBranchDest(InstPtr, inst) \
941 (InstPtr + 4 + ((short)inst.IType.imm << 2))
946 inst.word = fuword32((void *)instptr);
948 inst = *(InstFmt *) instptr;
951 inst.word = fuword32((void *)instPC);
953 inst = *(InstFmt *) instPC;
956 switch ((int)inst.JType.op) {
958 switch ((int)inst
1303 u_int32_t inst = *((u_int32_t *)(intptr_t)pc); local
[all...]
H A Ddb_interface.c243 InstFmt inst; local
246 inst.word = ins;
247 switch ((int)inst.JType.op) {
249 switch ((int)inst.RType.func) {
261 switch ((int)inst.IType.rt) {
295 switch (inst.RType.rs) {
330 branch_taken(int inst, db_addr_t pc) argument
/freebsd-9.3-release/sys/dev/uart/
H A Duart_cpu_sparc64.c107 ihandle_t inst; local
120 if (OF_getprop(chosen, "stdin", &inst, sizeof(inst)) == -1)
122 if ((input = OF_instance_to_package(inst)) == -1)
124 if (OF_getprop(chosen, "stdout", &inst, sizeof(inst)) == -1)
126 if ((output = OF_instance_to_package(inst)) == -1)
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_disasm.c107 struct inst { struct
127 static const struct inst db_inst_0f388x[] = {
147 static const struct inst * const db_inst_0f38[] = {
232 static const struct inst db_inst_0f0x[] = {
252 static const struct inst db_inst_0f2x[] = {
272 static const struct inst db_inst_0f3x[] = {
292 static const struct inst db_inst_0f4x[] = {
312 static const struct inst db_inst_0f7x[] = {
332 static const struct inst db_inst_0f8x[] = {
352 static const struct inst db_inst_0f9
1198 int inst; local
[all...]
/freebsd-9.3-release/sys/amd64/include/
H A Ddb_machdep.h41 #define BKPT_SIZE (1) /* size of breakpoint inst */
42 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-9.3-release/sys/i386/include/
H A Ddb_machdep.h41 #define BKPT_SIZE (1) /* size of breakpoint inst */
42 #define BKPT_SET(inst) (BKPT_INST)

Completed in 181 milliseconds

12345