Searched refs:_list (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/sys/dev/bxe/ |
| D | ecore_sp.h | 290 #define ECORE_LIST_INIT(_list) \ argument 292 (_list)->head = NULL; \ 293 (_list)->tail = NULL; \ 294 (_list)->cnt = 0; \ 298 #define ECORE_LIST_IS_LAST(_elem, _list) \ argument 299 (_elem == (_list)->tail) 302 #define ECORE_LIST_IS_EMPTY(_list) \ argument 303 ((_list)->cnt == 0) 306 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument 307 (cast *)((_list)->head) [all …]
|
| /freebsd-9-stable/contrib/file/python/ |
| D | magic.py | 101 _list = _libraries['magic'].magic_list variable 102 _list.restype = c_int 103 _list.argtypes = [magic_t, c_char_p] 215 return _list(self._magic_t, dbs)
|
| /freebsd-9-stable/etc/ |
| D | network.subr | 1194 local _prefix _list ifn 1196 _list= 1202 _list="${_list}${_prefix}${ifn}" 1206 debug "Cloned: ${_list}" 1215 local _prefix _list ifn 1217 _list= 1222 _list="${_list}${_prefix}${ifn}" 1226 debug "Destroyed clones: ${_list}" 1507 local type _tmplist _list _autolist _lo _if 1540 _list= [all …]
|
| D | rc.subr | 618 local _list _prefix _nlist _j 620 _list="$@" 621 if [ -z "$_list" ]; then 627 for _j in $_list; do 636 _list=$_nlist 637 echo -n ${_prefix:-"Waiting for PIDS: "}$_list 639 pwait $_list 2>/dev/null
|
| /freebsd-9-stable/usr.bin/tee/ |
| D | tee.c | 54 typedef struct _list { struct 55 struct _list *next; argument
|
| /freebsd-9-stable/crypto/openssh/ |
| D | addrmatch.c | 378 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument 389 if ((o = list = strdup(_list)) == NULL) in addr_match_list() 438 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument 449 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
|
| /freebsd-9-stable/usr.bin/paste/ |
| D | paste.c | 121 typedef struct _list { struct 122 struct _list *next; argument
|
| /freebsd-9-stable/lib/libutil/ |
| D | libutil.h | 120 void properties_free(properties _list); 121 char *property_find(properties _list, const char *_name);
|
| /freebsd-9-stable/tools/tools/nanobsd/ |
| D | fill_pkg.sh | 77 PL=$NANO_PACKAGE_DIR/_list
|
| /freebsd-9-stable/sbin/hastd/ |
| D | secondary.c | 114 if (TAILQ_EMPTY(&hio_##name##_list)) \ 116 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_next); \ 122 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \ 128 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_next); \
|
| D | primary.c | 184 if (TAILQ_EMPTY(&hio_##name##_list[(ncomp)])) \ 186 TAILQ_INSERT_TAIL(&hio_##name##_list[(ncomp)], (hio), \ 193 if (TAILQ_EMPTY(&hio_##name##_list)) \ 195 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_##name##_next);\ 204 while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \ 213 TAILQ_REMOVE(&hio_##name##_list[(ncomp)], (hio), \ 220 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \ 226 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_##name##_next); \
|
| /freebsd-9-stable/contrib/bsnmp/lib/ |
| D | snmpclient.h | 185 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
|
| /freebsd-9-stable/contrib/gcc/ |
| D | FSFChangeLog.10 | 7239 (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.
|