Lines Matching refs:proc
87 interpret_nlm(flags, type, xid, vers, proc, data, len) in interpret_nlm() argument
88 int flags, type, xid, vers, proc; in interpret_nlm()
93 case 1: interpret_nlm_1(flags, type, xid, vers, proc, data, len);
95 case 3: interpret_nlm_3(flags, type, xid, vers, proc, data, len);
97 case 4: interpret_nlm_4(flags, type, xid, vers, proc, data, len);
148 interpret_nlm_1(flags, type, xid, vers, proc, data, len) in interpret_nlm_1() argument
149 int flags, type, xid, vers, proc; in interpret_nlm_1()
155 if (proc < 0 || proc > MAXPROC_1)
168 procnames_short_1[proc]);
170 switch (proc) {
223 procnames_short_1[proc]);
225 switch (proc) {
255 proc, procnames_long_1[proc]);
257 switch (proc) {
287 switch (proc) {
512 interpret_nlm_3(flags, type, xid, vers, proc, data, len) in interpret_nlm_3() argument
513 int flags, type, xid, vers, proc; in interpret_nlm_3()
520 if (proc < 0 || proc > MAXPROC_3)
526 if (proc >= 0 && proc <= MAXPROC_1) {
527 interpret_nlm_1(flags, type, xid, vers, proc, data, len);
541 procnames_short_3[proc-20]);
543 switch (proc) {
564 procnames_short_3[proc-20]);
566 switch (proc) {
595 proc, procnames_long_3[proc-20]);
597 switch (proc) {
610 switch (proc) {
801 interpret_nlm_4(flags, type, xid, vers, proc, data, len) in interpret_nlm_4() argument
802 int flags, type, xid, vers, proc; in interpret_nlm_4()
810 if (proc < 0 || proc > MAXPROC_4)
823 procnames_short_4[proc]);
825 switch (proc) {
896 procnames_short_4[proc]);
898 switch (proc) {
939 proc, procnames_long_4[proc]);
941 switch (proc) {
979 switch (proc) {