Lines Matching full:descript
53 struct smbdescript descript;
61 struct smbdescriptint descript;
216 f1 = fn->descript.req_f1;
217 f2 = fn->descript.req_f2;
222 f1 = fn->descript.rep_f1;
223 f2 = fn->descript.rep_f2;
229 if (fn->descript.fn)
230 (*fn->descript.fn)(param, data, pcnt, dcnt);
853 f1 = fn->descript.req_f1;
854 f2 = fn->descript.req_f2;
856 f1 = fn->descript.rep_f1;
857 f2 = fn->descript.rep_f2;
860 if (fn->descript.fn)
861 (*fn->descript.fn)(words, data, buf, maxbuf);