| /src/sys/ddb/ | 
| db_watch.h | 42 	struct db_watchpoint *link;	/* link in in-use or free chain */  member in struct:db_watchpoint 
 | 
| db_break.h | 49 	struct db_breakpoint *link;	/* link in in-use or free chain */  member in struct:db_breakpoint 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/ | 
| i915_globals.h | 17 	struct list_head link;  member in struct:i915_global 
 | 
| i915_gem_fence_reg.h | 42 	struct list_head link;  member in struct:i915_fence_reg 
 | 
| i915_scheduler_types.h | 67 	struct list_head link;  member in struct:i915_sched_node 
 | 
| /src/distrib/common/ | 
| parselist.awk | 74 #	C	ARGVLN	prog link	as per crunchgen(1) `ln' 88 #	IMP	LINK	src d1 [d2 ...]	hard link src to d1, d2, ...
 95 #					and then used as the name to link
 214 		err("Usage: PROG prog [link ...]");
 228 			link(crunchprog, $i, 555);
 237 		err("Usage: ARGVLN prog link");
 245 $1 == "LINK" \
 248 		err("Usage: LINK prog link [...]")
 320 function link (src, dest, perm) \\  function
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ | 
| amdgpu_dc_sink.c | 52 	struct dc_link *link = init_params->link;  local in function:dc_sink_construct 54 	if (!link)
 58 	sink->link = link;
 59 	sink->ctx = link->ctx;
 63 	sink->sink_id = init_params->link->ctx->dc_sink_id_count;
 66 	init_params->link->ctx->dc_sink_id_count++;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ | 
| intel_engine_pool_types.h | 27 	struct list_head link;  member in struct:intel_engine_pool_node 
 | 
| intel_timeline_types.h | 86 	struct list_head link;  member in struct:intel_timeline 
 | 
| /src/sys/netbt/ | 
| hci_ioctl.c | 58 	struct hci_link *link;  local in function:hci_dump 71 		TAILQ_FOREACH(link, &unit->hci_links, hl_next) {
 75 			    link->hl_handle,
 76 			    (link->hl_type == HCI_LINK_ACL ? "ACL":"SCO"),
 77 			    BDADDR(link->hl_bdaddr),
 78 			    link->hl_state, link->hl_refcnt);
 257 	case SIOCSBTPOLICY:	/* set unit link policy (privileged) */
 
 | 
| hci_misc.c | 60 	struct hci_link *link;  local in function:hci_route_lookup 71 		TAILQ_FOREACH(link, &unit->hci_links, hl_next) {
 72 			if (link->hl_type != HCI_LINK_ACL)
 75 			if (bdaddr_same(&link->hl_bdaddr, dest))
 
 | 
| /src/bin/ksh/ | 
| alloc.c | 36 struct link {  struct 37 	struct link *prev;
 38 	struct link *next;
 51 	struct link *l, *l2;
 60 #define L2P(l)	( (void *)(((char *)(l)) + sizeof(struct link)) )
 61 #define P2L(p)	( (struct link *)(((char *)(p)) - sizeof(struct link)) )
 67 	struct link *l;
 69 	l = malloc(sizeof(struct link) + size);
 86 	struct link *l, *l2, *lprev, *lnext
 [all...]
 | 
| /src/games/warp/ | 
| config.h.SH | 31  *	of a respectable link() command.  function 
 | 
| /src/sys/arch/hpc/hpc/platid_gen/ | 
| platid_gen.h | 41 	struct node_s *link;  member in struct:node_s 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ | 
| amdgpu_dm_hdcp.h | 53 	struct mod_hdcp_link link;  member in struct:hdcp_workqueue 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ | 
| dc_link_ddc.h | 72 	struct dc_link *link;  member in struct:ddc_service_init_data 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ | 
| init.h | 13 	int link;  member in struct:nvbios_init 29 		.link = 0,                                                     \
 
 | 
| vmap.h | 18 	u8  link;  member in struct:nvbios_vmap_entry 
 | 
| /src/tests/fs/vfs/ | 
| t_link.c | 63 	const char link[] = "bar";  local in function:hardlink 92         if (rump_sys_link(name, link) == -1) {
 94 			atf_tc_fail_errno("link");
 97 			atf_tc_fail("failed to disallow hard link");
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ | 
| nouveau_nvkm_engine_disp_sorgm200.c | 59 	u32 link = ior ? (ior->asy.link == 2) : 0;  local in function:gm200_sor_route_set 61 	if (outp->info.sorconf.link & 1) {
 62 		nvkm_mask(device, 0x612308 + moff, 0x0000001f, link << 4 | sor);
 63 		link++;
 66 	if (outp->info.sorconf.link & 2)
 67 		nvkm_mask(device, 0x612388 + moff, 0x0000001f, link << 4 | sor);
 71 gm200_sor_route_get(struct nvkm_outp *outp, int *link)
 74 	const int sublinks = outp->info.sorconf.link;
 78 	for (*link = 0, m = __ffs(outp->info.or) * 2, s = 0; s < 2; m++, s++)
 [all...]
 | 
| nouveau_nvkm_engine_disp_outp.c | 114 	outp->ior->asy.link = outp->info.sorconf.link; 187 	int id, link;  local in function:nvkm_outp_init_route
 202 		id = ior->func->route.get(outp, &link);
 210 		link = (ior->type == SOR) ? outp->info.sorconf.link : 0;
 227 	OUTP_DBG(outp, "on %s link %x", ior->name, ior->arm.link);
 265 	OUTP_DBG(outp, "type %02x loc %d or %d link %d con %x "
 268 		 outp->info.type >= 2 ? outp->info.sorconf.link : 0
 [all...]
 | 
| /src/lib/librefuse/refuse/ | 
| v11.h | 60 	int	(*link)		(const char *, const char *);  member in struct:fuse_operations_v11 
 | 
| v21.h | 56 	int	(*link)			(const char *, const char *);  member in struct:fuse_operations_v21 
 | 
| v22.h | 60 	int	(*link)			(const char *, const char *);  member in struct:fuse_operations_v22 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ | 
| nouveau_nvkm_subdev_mxm_nv50.c | 69 	 * connection enum values to SOR/link 73 		u8 link = mxm_sor_map(bios, ctx->desc.dig_conn);  local in function:mxm_match_dcb
 74 		if ((ctx->outp[0] & 0x0f000000) != (link & 0x0f) << 24)
 77 		/* check dcb entry has a compatible link field */
 78 		link = (link & 0x30) >> 4;
 79 		if ((link & ((ctx->outp[1] & 0x00000030) >> 4)) != link)
 104 	u8 type, i2cidx, link, ver, len;  local in function:mxm_dcb_sanitise_entry
 132 	/* override dcb sorconf.link, based on what mxm data says *
 [all...]
 |