Searched refs:nhdlrs (Results 1 – 1 of 1) sorted by relevance
1300 static int (*nhdlrs[NT_NUM + 1])(struct ps_prochandle *, size_t) = { variable2613 if (nhdr.n_type < ARRAY_SIZE(nhdlrs) &&2614 nhdlrs[nhdr.n_type] != NULL) {2615 if (nhdlrs[nhdr.n_type](P, nhdr.n_descsz) < 0) {