Searched defs:instr (Results 1 - 25 of 119) sorted by relevance

12345

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_instr.c49 instr(char *s) function
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.c46 uint8_t instr[] = { local
54 uint8_t *fp = malloc(sizeof (instr));
59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8];
65 bcopy(instr, fp, sizeof (instr));
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.helper.c46 uint32_t instr[] = { local
53 uint32_t *fp = malloc(sizeof (instr));
58 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2;
64 bcopy(instr, fp, sizeof (instr));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnstr.c100 (instr)(s) function
106 __m_trace("instr(%p)", s);
111 return __m_return_code("instr", code);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddisasm.c36 disassemble(unsigned int instr, unsigned long pc, FUNCPTR prtAddress, argument
41 (void) snprintf(buf, 256, "0x%x", instr);
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dbootparams_getbyname.c102 char *instr = be->buf; local
113 if ((linelen = _nss_files_read_line(be->f, instr,
124 p = instr;
152 linelen -= (p - instr);
H A Dgetprinter.c99 char *instr = be->buf; local
102 if ((linelen = _nss_files_read_line(be->f, instr,
111 while (isspace(*instr)) {
112 instr++;
117 if (*instr == '#')
121 if ((*instr == '\n') || (*instr == '\0'))
124 if (filter != 0 && strstr(instr, filter) == 0) {
136 if (check != NULL && (*check)(args, instr, linelen) == 0)
140 parsestat = (*func)(instr, linele
[all...]
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c176 char *instr = be->buf; local
179 if ((linelen = _nss_user_read_line(be->f, instr,
186 if (filter != 0 && strstr(instr, filter) == 0) {
198 if ((last = strchr(instr, '#')) == 0) {
199 last = instr + linelen;
207 for (first = instr; isspace(*first); first++) {
224 if (first != instr) {
225 instr = first;
230 parsestat = (*args->str2ent)(instr, linelen, args->buf.result,
H A Dgetprinter.c123 char *instr = be->buf; local
135 if ((linelen = _nss_user_read_line(be->f, instr,
142 p = instr;
150 if ((limit = strpbrk(instr, "\t ")) == NULL) /* bad line */
198 char *instr = be->buf; local
201 if ((linelen = _nss_user_read_line(be->f, instr,
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c69 * NOTE: we expect the data we're passed (in instr) has had the host's name
75 const char *instr,
84 if ((instr >= buffer && (buffer + buflen) > instr) ||
85 (buffer >= instr && (instr + lenstr) > buffer)) {
88 p = instr;
99 lenstr -= (p - instr);
74 str2bootent( const char *instr, int lenstr, void *ent, char *buffer, int buflen ) argument
H A Dgetnetent_r.c134 str2netent(const char *instr, int lenstr, argument
143 if ((instr >= buffer && (buffer + buflen) > instr) ||
144 (buffer >= instr && (instr + lenstr) > buffer)) {
148 p = instr;
215 net->n_aliases = _nss_netdb_aliases(p, lenstr - (int)(p - instr),
H A Dgetprotoent_r.c129 str2protoent(const char *instr, int lenstr, argument
139 if ((instr >= buffer && (buffer + buflen) > instr) ||
140 (buffer >= instr && (instr + lenstr) > buffer)) {
144 p = instr;
210 proto->p_aliases = _nss_netdb_aliases(p, lenstr - (int)(p - instr),
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c89 #undef instr macro
92 instr(char *s) function
/illumos-gate/usr/src/cmd/sgs/librtld_db/sparc/
H A Dplt32_resolution.c53 unsigned int instr[4]; local
63 if (ps_pread(rap->rd_psp, pltaddr, (char *)instr,
74 if ((instr[0] != M_NOP) &&
75 ((instr[1] & (~(S_MASK(22)))) == M_BA_A)) {
85 } else if ((instr[2] & (~(S_MASK(13)))) == M_JMPL) {
101 hi_bits = instr[1] & S_MASK(22); /* 31..10 */
102 lo_bits = instr[2] & S_MASK(10); /* 09..00 */
106 } else if ((instr[0] == M_NOP) &&
107 ((instr[1] & (~(S_MASK(22)))) == M_BA_A)) {
121 d22 = instr[
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dscb.h42 int instr[8]; member in struct:trapvec
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_rtld.c343 bptsave_t instr; local
358 instr = INS_BPT;
361 &instr, sizeof (instr));
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent6.c57 str2hostent6(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
59 return (__str2hostent(AF_INET6, instr, lenstr, ent, buffer, buflen));
H A Dgethostent_r.c52 str2hostent(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
54 return (__str2hostent(AF_INET, instr, lenstr, ent, buffer, buflen));
H A Dgetauthattr.c64 str2authattr(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
73 if (instr != buffer)
74 (void) strncpy(buffer, instr, buflen);
H A Dgetauuser.c68 str2auuser(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
77 if (instr != buffer)
78 (void) strncpy(buffer, instr, buflen);
H A Dgetprofattr.c63 str2profattr(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
71 if (instr != buffer)
72 (void) strncpy(buffer, instr, buflen);
H A Dgetuserattr.c71 str2userattr(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
80 if (instr != buffer)
81 (void) strncpy(buffer, instr, buflen);
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_printer.c78 str2printer(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
84 if (instr[0] == '#')
90 (void) memcpy(buffer, instr, lenstr);
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c167 str_to_tpstr(const char *instr, int lenstr, void *entp, char *buffer, argument
175 if ((instr >= buffer && (buffer + buflen) > instr) ||
176 (buffer >= instr && (instr + lenstr) > buffer))
180 (void) strncpy(buffer, instr, buflen);
192 instr, tpstrp->template ? tpstrp->template : "NULL",
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c96 unsigned instr, opf, rs1, rs2; local
100 instr = uap->uc_mcontext.fpregs.fpu_q->FQu.fpq.fpq_instr;
101 opf = (instr >> 5) & 0x1ff;
102 rs1 = (instr >> 14) & 0x1f;
103 rs2 = instr & 0x1f;
131 switch ((instr >> 19) & 0x183f) {
190 unsigned instr, opf, rs1, rs2; local
194 instr = uap->uc_mcontext.fpregs.fpu_q->FQu.fpq.fpq_instr;
195 opf = (instr >> 5) & 0x1ff;
196 rs1 = (instr >> 1
478 unsigned instr, opf, rs1, rs2, rd; local
[all...]

Completed in 121 milliseconds

12345