/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.h | 35 struct chtab { struct 43 struct chtab *ch_next; /* chain of different prog/vers/dev/proto */ argument 44 struct chtab *ch_list; /* chain of similar clients */ argument
|
H A D | rdc_clnt.c | 80 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) in rdc_clnt_get() 2698 register struct chtab *ch; in rdc_clnt_get() 2699 struct chtab **plistp; in rdc_clnt_get() 2805 ch = (struct chtab *)kmem_zalloc(sizeof (*ch), KM_SLEEP); in rdc_clnt_get() 2866 struct chtab *ch = NULL; in rdc_clnt_call() 2996 rdc_clnt_free(struct chtab *ch, CLIENT *clp) in rdc_clnt_free() 3021 _rdc_clnt_destroy(struct chtab **p, const int list) in _rdc_clnt_destroy() 3023 struct chtab *ch; in _rdc_clnt_destroy() [all …]
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | makedev.c | 103 short chtab[NCH]; /* index of character in chname */ variable 170 chtab[dev.nchtab++] = p - chname; in main() 175 chtab[dev.nchtab++] = 0; /* terminate properly */ in main() 187 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main() 201 + dev.nchtab * sizeof(chtab[0]) in main() 277 if (strcmp(&chname[chtab[i]], ch) == 0) {
|
H A D | t10.c | 54 short *chtab; variable 131 chtab = pstab + nsizes + 1; in ptinit() 132 chname = (char *) (chtab + dev.nchtab); in ptinit() 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 D | t6.c | 260 extern short *chtab; in setch() 268 if (strcmp(&chname[chtab[j]], temp) == 0) in setch()
|
H A D | ta.c | 116 short *chtab; variable
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/ |
H A D | makedev.c | 103 short chtab[NCH]; /* index of character in chname */ variable 178 chtab[dev.nchtab++] = pchname; in main() 184 chtab[dev.nchtab++] = 0; /* terminate properly */ in main() 196 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main() 210 + dev.nchtab * sizeof(chtab[0]) in main() 286 if (strcmp(&chname[chtab[i]], ch) == 0) { in dofont()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 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 */ argument 633 struct chtab **); 634 extern void clfree(CLIENT *, struct chtab *);
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n2.c | 194 oput(chname[chtab[j-128]]); 195 oput(chname[chtab[j-128]+1]);
|
H A D | ext.h | 70 extern short *chtab;
|
/titanic_41/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 71 short *chtab = xchtab; variable 174 chtab[i] = cp - chname; /* index, not pointer */ in ptinit() 323 for (i = 0; chtab[i] != 0; i++) 324 if (strcmp(s, &chname[chtab[i]]) == 0)
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.c | 356 short *chtab; /* used to locate character names */ variable 1377 chtab = pstab + nsizes + 1; in fontinit() 1378 chname = (char *) (chtab + nchtab); in fontinit() 2255 if ( strcmp(s, &chname[chtab[i]]) != 0 ) in put1s() 2257 if ( strcmp(&chname[chtab[i]], s) == 0 ) in put1s() 2701 } else name = &chname[chtab[lastc - 128]]; in charlib()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 233 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) in clget_impl() 313 struct chtab *cp; in clget_impl() 471 struct chtab **chp) in clget() 483 struct chtab **chp, struct nfs_clnt *nfscl) in acl_clget() 544 struct chtab **chp, struct nfs_clnt *nfscl) in nfs_clget() 604 clfree_impl(CLIENT *cl, struct chtab *cp, struct nfs_clnt *nfscl) in clfree_impl() [all …]
|
H A D | nfs4_subr.c | 825 struct chtab **chp, struct nfs4_clnt *nfscl) in clget4() 829 struct chtab *cp; in clget4() 993 struct chtab **chp, struct nfs4_clnt *nfscl) in nfs_clget4() 1061 clfree4(CLIENT *cl, struct chtab *cp, struct nfs4_clnt *nfscl) in clfree4() 1091 struct chtab *cp; /* list of objects that can be reclaimed */ in clreclaim4_zone() 1092 struct chtab *cpe; in clreclaim4_zone() 1093 struct chtab *cpl; in clreclaim4_zone() 1094 struct chtab **cpp; in clreclaim4_zone() 1217 struct chtab *ch; in nfs4_rfscall() 2840 sizeof (struct chtab), 0, NULL, NULL, clreclaim4, NULL, in nfs4_subr_init()
|