Searched refs:_list (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | locale.c | 96 const Msglst *list, *_list; in msgid_to_msgstr() local 112 _list = list + off; in msgid_to_msgstr() 113 _msgid = ids + _list->lst_idoff; in msgid_to_msgstr() 116 return (strs + _list->lst_stroff); in msgid_to_msgstr() 119 if ((off = _list->lst_less) == LEAFINDICATOR) in msgid_to_msgstr() 122 if ((off = _list->lst_more) == LEAFINDICATOR) in msgid_to_msgstr()
|
H A D | paths.c | 347 char *token = NULL, *oname, *ename, *optr, *_optr, *nptr, *_list; in expand() local 605 if ((_list = lptr = in expand() 756 *list = _list; in expand()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | expression.h | 287 struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset);
|
H A D | evaluate.c | 1991 struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset) in find_identifier() argument 1993 struct ptr_list *head = (struct ptr_list *)_list; in find_identifier()
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 736 iplist=`get_target${_6}_list $service` 782 for name in `get_apply2${_6}_list $service`; do
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 99 #define ECORE_LIST_IS_LAST(_link, _list) (_link == (_list)->tail) argument
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1263 …\texttt{cnq\_pbl\_list} & Array of pbls used per cnq. The array should be initialized according to…
|