Searched defs:chtab (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.h35 struct chtab { struct
43 struct chtab *ch_next; /* chain of different prog/vers/dev/proto */
44 struct chtab *ch_list; /* chain of similar clients */
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c103 short chtab[NCH]; /* index of character in chname */ variable
170 chtab[dev.nchtab++] = p - chname;
175 chtab[dev.nchtab++] = 0; /* terminate properly */
187 write(fdout, chtab, dev.nchtab * sizeof(chtab[0]));
201 + dev.nchtab * sizeof(chtab[0])
277 if (strcmp(&chname[chtab[i]], ch) == 0) {
H A Dt10.c54 short *chtab; variable
131 chtab = pstab + nsizes + 1;
132 chname = (char *) (chtab + dev.nchtab);
181 fdprintf(ptid, " %s", &chname[chtab[i]]);
228 if (strcmp(s, &chname[chtab[i]]) == 0)
418 fdprintf(ptid, "%s\n", &chname[chtab[k - 128]]);
487 fdprintf(ptid, "C%s\n", &chname[chtab[k - 128]]);
498 fdprintf(ptid, "C%s\n", &chname[chtab[k - 128]]);
H A Dta.c116 short *chtab; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c103 short chtab[NCH]; /* index of character in chname */ variable
178 chtab[dev.nchtab++] = pchname;
184 chtab[dev.nchtab++] = 0; /* terminate properly */
196 write(fdout, chtab, dev.nchtab * sizeof(chtab[0]));
210 + dev.nchtab * sizeof(chtab[0])
286 if (strcmp(&chname[chtab[i]], ch) == 0) {
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c71 short *chtab = xchtab; variable
174 chtab[i] = cp - chname; /* index, not pointer */
323 for (i = 0; chtab[i] != 0; i++)
324 if (strcmp(s, &chname[chtab[i]]) == 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c356 short *chtab; /* used to locate character names */ variable
1377 chtab = pstab + nsizes + 1;
1378 chname = (char *) (chtab + nchtab);
2247 * chtab[i] to find the string representing character i in chname[]. If the lookup
2255 if ( strcmp(s, &chname[chtab[i]]) != 0 )
2257 if ( strcmp(&chname[chtab[i]], s) == 0 )
2701 } else name = &chname[chtab[lastc - 128]];
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h206 * The following structures, chhead and chtab, make up the client handle
212 * chtab represents an allocated client handle bound to a particular
213 * quadruple. These nodes chain down from a chhead node. chtab
216 * completed with its request, it puts the chtab node back on the chain.
220 struct chtab *ch_list; /* pointer to free client handle(s) */
228 typedef struct chtab { struct
229 struct chtab *ch_list; /* next free client handle */
628 struct chtab **);
629 extern void clfree(CLIENT *, struct chtab *);

Completed in 80 milliseconds