Searched refs:chtab (Results 1 - 14 of 14) 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 */
H A Drdc_clnt.c80 static void rdc_clnt_free(struct chtab *, CLIENT *);
96 static struct chtab *rdc_chtable = NULL;
2691 rdc_clnt_get(rdc_srv_t *svp, rpcvers_t vers, struct chtab **rch, CLIENT **clp)
2698 register struct chtab *ch;
2699 struct chtab **plistp;
2805 ch = (struct chtab *)kmem_zalloc(sizeof (*ch), KM_SLEEP);
2866 struct chtab *ch = NULL;
2996 rdc_clnt_free(struct chtab *ch, CLIENT *clp)
3021 _rdc_clnt_destroy(struct chtab **p, const int list)
3023 struct chtab *c
[all...]
/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 Dt6.c260 extern short *chtab;
268 if (strcmp(&chname[chtab[j]], temp) == 0)
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/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 *);
/illumos-gate/usr/src/cmd/troff/
H A Dext.h70 extern short *chtab;
H A Dn2.c194 oput(chname[chtab[j-128]]);
195 oput(chname[chtab[j-128]+1]);
/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/fs/nfs/
H A Dnfs_subr.c233 struct chtab **);
234 void clfree(CLIENT *, struct chtab *);
236 struct chtab **, struct nfs_clnt *);
238 struct chtab **, struct nfs_clnt *);
309 struct chtab **chp, struct nfs_clnt *nfscl)
313 struct chtab *cp;
471 struct chtab **chp)
483 struct chtab **chp, struct nfs_clnt *nfscl)
544 struct chtab **chp, struct nfs_clnt *nfscl)
604 clfree_impl(CLIENT *cl, struct chtab *c
[all...]
H A Dnfs4_subr.c825 struct chtab **chp, struct nfs4_clnt *nfscl)
829 struct chtab *cp;
993 struct chtab **chp, struct nfs4_clnt *nfscl)
1061 clfree4(CLIENT *cl, struct chtab *cp, struct nfs4_clnt *nfscl)
1091 struct chtab *cp; /* list of objects that can be reclaimed */
1092 struct chtab *cpe;
1093 struct chtab *cpl;
1094 struct chtab **cpp;
1111 * cp will contain all eligible chtab entries. When this traversal
1112 * completes, chtab entrie
[all...]

Completed in 546 milliseconds