| /src/usr.bin/msgc/ | 
| msgparse.y | 13  *    notice, this list of conditions and the following disclaimer. 15  *    notice, this list of conditions and the following disclaimer in the
 56 %start list
 60 list	: /* empty */  label
 61 	| list msg
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ | 
| amdgpu_pp_overdriver.c | 1273 	const struct phm_fuses_default *list = vega10_fuses_default;  local in function:pp_override_get_default_fuse_value 1276 	for (i = 0; list[i].key != 0; i++) {
 1277 		if (key == list[i].key) {
 1278 			result->key =  list[i].key;
 1279 			result->VFT2_m1 = list[i].VFT2_m1;
 1280 			result->VFT2_m2 = list[i].VFT2_m2;
 1281 			result->VFT2_b  = list[i].VFT2_b;
 1282 			result->VFT1_m1 = list[i].VFT1_m1;
 1283 			result->VFT1_m2 = list[i].VFT1_m2;
 1284 			result->VFT1_b  = list[i].VFT1_b
 [all...]
 | 
| /src/usr.bin/chpass/ | 
| table.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 48 ENTRY list[] = {  variable in typeref:typename:ENTRY[]
 
 | 
| /src/tests/usr.bin/xlint/lint1/ | 
| d_cast_typeof.c | 7 	char list;  member in struct:foo 15 	    ((char *)&((typeof(hole))0)->list) :
 16 	    ((char *)&((typeof(*hole) *)0)->list);
 
 | 
| /src/usr.bin/hexdump/ | 
| conv.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 105 	static const char *list[] = {  local in function:conv_u
 118 			(void)printf(pr->fmt, list[*p]);
 
 | 
| /src/usr.bin/mklocale/ | 
| yacc.y | 15  *    notice, this list of conditions and the following disclaimer. 17  *    notice, this list of conditions and the following disclaimer in the
 107     rune_list	*list;
 117 %token	<i>	LIST
 124 %type	<list>	list
 125 %type	<list>	map
 184 	|	LIST list
 194 list	:	RUN  label
 [all...]
 | 
| /src/games/backgammon/teachgammon/ | 
| ttext1.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 47 const char   *const list[] = {  variable in typeref:typename:const char * const[]
 57 	"\t?\tto get this list",
 
 | 
| /src/games/battlestar/ | 
| init.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 92 static const char *const list[] = {  variable in typeref:typename:const char * const[]
 125 	for (ptr = list; *ptr; ptr++)
 
 | 
| /src/sys/arch/hpc/hpc/platid_gen/ | 
| gram.y | 12  *    notice, this list of conditions and the following disclaimer. 14  *    notice, this list of conditions and the following disclaimer in the
 81 %type <node>list
 86 start: list { def_tree = $1; };
 88 list:  label
 89   list item { LIST_ADD($1, $2); $$ = $1; } |
 
 | 
| /src/lib/libcurses/ | 
| screen.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 272         struct __winlist *list;  local in function:__delscreen
 278 	  /* walk the window list and kill all the parent windows */
 279 	while ((list = screen->winlistp) != NULL) {
 280 		delwin(list->winp);
 281 		if (list == screen->winlistp)
 
 | 
| /src/usr.bin/make/unit-tests/ | 
| archive.mk | 22 	@${MAKE} -f ${MAKEFILE} list-archive 23 	@${MAKE} -f ${MAKEFILE} list-archive-wildcard
 24 	@${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?"
 26 	@${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?"
 48 list-archive: ${ARCHIVE} pre post
 54 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
 58 .if make(list-archive-undef-archive)
 61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
 65 .if make(list-archive-undef-member
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/stats/ | 
| stats_client.cc | 41 StatModule *list;  variable in namespace:__anon8b5ce44c0110 51       module_id = reg_func(&list);
 66   mod->next = list;
 67   list = mod;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | 
| amdgpu_csa.c | 75 	struct list_head list;  local in function:amdgpu_map_static_csa 80 	INIT_LIST_HEAD(&list);
 85 	list_add(&csa_tv.head, &list);
 86 	amdgpu_vm_get_pd_bo(vm, &list, &pd);
 88 	r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
 96 		ttm_eu_backoff_reservation(&ticket, &list);
 108 		ttm_eu_backoff_reservation(&ticket, &list);
 112 	ttm_eu_backoff_reservation(&ticket, &list);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ | 
| intel_workarounds_types.h | 26 	struct i915_wa	*list;  member in struct:i915_wa_list 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ | 
| event.h | 18 	struct list_head list;  member in struct:nvkm_event 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ | 
| instmem.h | 14 	struct list_head list;  member in struct:nvkm_instmem 
 | 
| /src/sys/external/bsd/drm2/dist/include/drm/ | 
| drm_debugfs.h | 40  * struct drm_info_list - debugfs info list entry 80 	struct list_head list;  member in struct:drm_info_node
 
 | 
| drm_panel.h | 31 #include <linux/list.h> 169 	 * @list:
 173 	struct list_head list;  member in struct:drm_panel
 
 | 
| /src/usr.bin/hesinfo/ | 
| hesinfo.c | 41 	char  **list, **p, *bindname, *name, *type;  local in function:main 97 	list = hesiod_resolve(context, name, type);
 98 	if (!list) {
 108 	for (p = list; *p; p++)
 111 	hesiod_free_list(context, list);
 
 | 
| /src/usr.bin/rpcgen/ | 
| rpc_util.h | 44 struct list {  struct 46 	struct list *next;
 48 typedef struct list list;  typedef in typeref:struct:list
 66 extern list *defined;
 99 #define STOREVAL(list,item)	\
 100 	storeval(list,item)
 102 #define FINDVAL(list,item,finder) \
 103 	findval(list, item, finder)
 107 definition *findval(list *, const char *
 [all...]
 | 
| /src/usr.sbin/intrctl/ | 
| intrctl_io.c | 11  *    notice, this list of conditions and the following disclaimer. 13  *    notice, this list of conditions and the following disclaimer in the
 52 	error = sysctlbyname("kern.intr.list", NULL, &buf_size, NULL, 0);
 63 		error = sysctlbyname("kern.intr.list", buf, &buf_size, NULL, 0);
 93 	struct intrio_list *list = handle;  local in function:intrctl_io_ncpus
 95 	return list->il_ncpus;
 101 	struct intrio_list *list = handle;  local in function:intrctl_io_nintrs
 103 	return list->il_nintrs;
 109 	struct intrio_list *list = handle;  local in function:intrctl_io_firstline
 113 	buf_end = (char *)list + list->il_bufsize
 124  struct intrio_list *list;  local in function:intrctl_io_nextline
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ | 
| i915_gem_busy.c | 90 	struct dma_resv_list *list;  local in function:i915_gem_busy_ioctl 125 	list = rcu_dereference(obj->base.resv->fence);
 126 	if (list) {
 127 		unsigned int shared_count = list->shared_count, i;
 131 				rcu_dereference(list->shared[i]);
 
 | 
| /src/lib/libm/arch/m68060/ | 
| Makefile | 12 fplsp_wrap.S Makefile.list: makeas.sh 18 .if exists(Makefile.list)
 19 .include "Makefile.list"
 23 	-rm ${ARCH_SRCS} ${ARCH_ADDS} fplsp.hex Makefile.list
 
 | 
| /src/tests/usr.bin/cpio/ | 
| Makefile | 109 test_main.o test_main.d: list.h 111 CLEANFILES+=list.h
 113 list.h: ${SRCS.h_cpio} Makefile
 
 | 
| /src/tests/usr.bin/tar/ | 
| Makefile | 116 test_main.o test_main.d: list.h 118 CLEANFILES+=list.h
 120 list.h: ${SRCS.h_tar} Makefile
 
 |