Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dptrlist.h20 #define DECLARE_PTR_LIST(listname, type) \ argument
21 struct listname { \
24 struct listname *prev; \
25 struct listname *next; \
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c82 isonlist(char *listname, const char *man, const char *prod) in isonlist() argument
87 sl.pms_listname = listname; in isonlist()
92 listname, man, prod, ret); in isonlist()
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c952 char listname[MAXCOPYBUF]; in pm_ioctl() local
2590 listname, MAXCOPYBUF, NULL)) { in pm_ioctl()
2626 listname, MAXCOPYBUF, NULL)) { in pm_ioctl()
2650 psa.pms_listname = listname; in pm_ioctl()