Lines Matching defs:descript
50 struct smbdescript descript;
58 struct smbdescriptint descript;
211 f1 = fn->descript.req_f1;
212 f2 = fn->descript.req_f2;
217 f1 = fn->descript.rep_f1;
218 f2 = fn->descript.rep_f2;
223 if (fn->descript.fn)
224 (*fn->descript.fn)(ndo, param, data, pcnt, dcnt);
841 f1 = fn->descript.req_f1;
842 f2 = fn->descript.req_f2;
844 f1 = fn->descript.rep_f1;
845 f2 = fn->descript.rep_f2;
849 if (fn->descript.fn)
850 (*fn->descript.fn)(ndo, words, data, buf, maxbuf);