Home
last modified time | relevance | path

Searched refs:nhdlrs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1300 static int (*nhdlrs[NT_NUM + 1])(struct ps_prochandle *, size_t) = { variable
2613 if (nhdr.n_type < ARRAY_SIZE(nhdlrs) &&
2614 nhdlrs[nhdr.n_type] != NULL) {
2615 if (nhdlrs[nhdr.n_type](P, nhdr.n_descsz) < 0) {