| /freebsd-13-stable/contrib/tzdata/ |
| HD | backward | 18 # backward compatibility link. Each section is sorted by link name. 20 # A "#= TARGET1" comment labels each link inserted only because some 24 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 25 # "Link Australia/Canberra Australia/ACT" were it not that data lines 33 # Link TARGET LINK-NAME #= TARGET1 34 Link Australia/Sydney Australia/ACT #= Australia/Canberra 35 Link Australia/Lord_Howe Australia/LHI 36 Link Australia/Sydney Australia/NSW 37 Link Australia/Darwin Australia/North 38 Link Australia/Brisbane Australia/Queensland [all …]
|
| /freebsd-13-stable/contrib/ntp/libntp/lib/isc/include/isc/ |
| HD | list.h | 36 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument 38 (elt)->link.prev = (type *)(-1); \ 39 (elt)->link.next = (type *)(-1); \ 41 #define ISC_LINK_INIT(elt, link) \ argument 42 ISC_LINK_INIT_TYPE(elt, link, void) 43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument 52 (list).head->link.prev = (elt); \ 55 (elt)->link.prev = NULL; \ 56 (elt)->link.next = (list).head; \ [all …]
|
| /freebsd-13-stable/lib/libc/include/isc/ |
| HD | list.h | 34 #define LINK(type) struct { type *prev, *next; } macro 35 #define INIT_LINK_TYPE(elt, link, type) \ argument 37 (elt)->link.prev = (type *)(-1); \ 38 (elt)->link.next = (type *)(-1); \ 40 #define INIT_LINK(elt, link) \ argument 41 INIT_LINK_TYPE(elt, link, void) 42 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 43 (void *)((elt)->link.next) != (void *)(-1)) 49 #define PREPEND(list, elt, link) \ argument 51 INSIST(!LINKED(elt, link));\ [all …]
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr_ring.h | 55 * APR_RING_ENTRY(my_element_t) link; 85 * This struct looks just like the element link struct so that we can 157 * @param link The name of the APR_RING_ENTRY in the element struct 159 #define APR_RING_SENTINEL(hp, elem, link) \ argument 160 (struct elem *)((char *)(&(hp)->next) - APR_OFFSETOF(struct elem, link)) 175 * @param link The name of the APR_RING_ENTRY in the element struct 177 #define APR_RING_NEXT(ep, link) (ep)->link.next argument 181 * @param link The name of the APR_RING_ENTRY in the element struct 183 #define APR_RING_PREV(ep, link) (ep)->link.prev argument 190 * @param link The name of the APR_RING_ENTRY in the element struct [all …]
|
| /freebsd-13-stable/sys/dev/acpica/ |
| HD | acpi_pci_link.c | 50 ACPI_SERIAL_DECL(pci_link, "ACPI PCI link"); 56 * An ACPI PCI link device may contain multiple links. Each link has its 57 * own ACPI resource. _PRT entries specify which link is being used via 86 struct link; 91 struct link *pl_links; 95 struct link { struct 122 static MALLOC_DEFINE(M_PCI_LINK, "pci_link", "ACPI PCI Link structures"); 161 snprintf(descr, sizeof(descr), "ACPI PCI Link %s", name); in acpi_pci_link_probe() 164 device_set_desc(dev, "ACPI PCI Link"); in acpi_pci_link_probe() 210 struct link *link; in link_add_crs() local [all …]
|
| /freebsd-13-stable/sys/dev/ocs_fc/ |
| HD | ocs_list.h | 64 * @brief list/link structure 66 * used for both the list object, and the link object(s). offset 69 * when ocs_list_t is used as a link (ocs_list_link_t). 76 ocs_list_t *next; /*<< pointer to head of list (or next if link) */ 77 ocs_list_t *prev; /*<< pointer to tail of list (or previous if link) */ 78 uint32_t offset; /*<< offset in bytes to the link element of the objects in list */ 82 /* item2link - return pointer to link given pointer to an item */ 85 /* link2item - return pointer to item given pointer to a link */ 86 #define link2item(list, link) ((void*) (((uint8_t*)(link)) - (list)->offset)) argument 92 * offsetof(type, link) [all …]
|
| /freebsd-13-stable/bin/ln/ |
| HD | ln.1 | 39 .Nm link 40 .Nd link files 54 .Nm link 69 instead, a link 73 How a link 75 to a file is one of the differences between a hard and symbolic link. 81 so that the link may occur. 102 When creating a hard link to a symbolic link, 103 create a hard link to the target of the symbolic link. 109 When creating a hard link to a symbolic link, [all …]
|
| /freebsd-13-stable/bin/ln/tests/ |
| HD | ln_test.sh | 42 atf_set "descr" "Verify that when creating a hard link to a " \ 43 "symbolic link, '-L' option creates a hard" \ 44 "link to the target of the symbolic link" 58 atf_set "descr" "Verify that when creating a hard link to a " \ 59 "symbolic link, '-P' option creates a hard " \ 60 "link to the symbolic link itself" 74 "'-f' option unlinks it so that link may occur" 86 atf_set "descr" "Verify whether creating a hard link fails if the " \ 99 atf_set "descr" "Verify whether creating a symbolic link fails if " \ 112 "link, '-shf' option prevents following the link" [all …]
|
| /freebsd-13-stable/share/man/man4/ |
| HD | ng_ppp.4 | 56 multi-link PPP, Van Jacobson compression, PPP compression, PPP 58 A single PPP node corresponds to one PPP multi-link bundle. 60 There is a separate hook for each PPP link in the bundle, plus 75 In general, the PPP node enables a specific link or functionality when 82 When a link is connected but disabled, traffic can still flow on 83 the link via the 86 .Sh LINK HOOKS 96 information fields, but no checksum or other link-specific fields. 105 field compression has been enabled for the link, the address and 112 should not be connected and enabled until the corresponding link [all …]
|
| HD | ng_bridge.4 | 48 Each link (represented by a connected hook) is used to transmit 50 As packets are received, the node learns which link each 53 link only, and other links are spared the traffic. 55 every received packet to every other link. 65 If a host is detected on link A, and is then detected on link B 66 within a certain time period after first being detected on link A, 67 then link B is considered to be a looped back link. 70 A looped back link will be temporarily muted, i.e., all traffic 71 received on that link is ignored. 75 mechanism on a per-link basis is not yet implemented. [all …]
|
| HD | rtwn_usb.4 | 72 .It "D-Link DWA-121 rev C1A (N150 Nano)" Ta RTL8188EU Ta USB 2.0 73 .It "D-Link DWA-123 rev D1" Ta RTL8188EU Ta USB 2.0 74 .It "D-Link DWA-125 rev D1" Ta RTL8188EU Ta USB 2.0 75 .It "D-Link DWA-131" Ta RTL8192CU Ta USB 2.0 76 .It "D-Link DWA-131 rev E1" Ta RTL8192EU Ta USB 2.0 77 .It "D-Link DWA-171 rev A1" Ta RTL8821AU Ta USB 2.0 78 .It "D-Link DWA-172 rev A1" Ta RTL8821AU Ta USB 2.0 79 .It "D-Link DWA-180 rev A1" Ta RTL8812AU Ta USB 2.0 80 .It "D-Link DWA-182 rev C1" Ta RTL8812AU Ta USB 3.0 100 .It "TP-Link Archer T2U Nano" Ta RTL8821AU Ta USB 2.0 [all …]
|
| HD | ng_one2many.4 | 70 How a link is determined to be up or down depends on the node's 71 configured link failure detection algorithm. 73 Before an interface or link can be plumbed into a group, its status 104 .Sh LINK FAILURE DETECTION 107 The following link failure detection algorithms are available: 117 hooks, and considers link failed if 122 message is received, node considers link active. 132 When at least one link comes up, node sends the 158 uint32_t failAlg; /* how to detect link failure */ 179 This command takes a 32 bit link number as an argument and [all …]
|
| /freebsd-13-stable/lib/libc/sys/ |
| HD | link.2 | 28 .\" @(#)link.2 8.3 (Berkeley) 1/12/94 34 .Nm link , 36 .Nd make a hard file link 42 .Fn link "const char *name1" "const char *name2" 49 .Fn link 51 atomically creates the specified directory entry (hard link) 55 If the link is successful: the link count of the underlying object 68 is not deleted and the link count of the 75 must exist for the hard link to 90 .Fa link [all …]
|
| /freebsd-13-stable/usr.sbin/etcupdate/tests/ |
| HD | always_test.sh | 99 # /first/difflinks/second: Modified link removed. Should 101 ln -s "old link" $OLD/first/difflinks/second/link 102 ln -s "test link" $TEST/first/difflinks/second/link 115 # /second/second/difflinks: Newly added link conflicts with 116 # existing link in test tree. Should generate a warning. 117 ln -s "new link" $NEW/second/second/difflinks/link 118 ln -s "test link" $TEST/second/second/difflinks/link 141 # non-link to a link in both the new and test trees, but the 143 # generate a new link conflict. 144 mkfifo $OLD/difftype/difftype/difflinks/link [all …]
|
| HD | tests_test.sh | 111 ln -s "bar" $i/equal/equal/equal/link 120 ln -s "bar" $i/equal/first/first/link 133 # link. Nothing should happen. 135 ln -s "foo" $i/equal/difflinks/difflinks/link 137 ln -s "bar" $TEST/equal/difflinks/difflinks/link 152 ln -s "bar" $i/first/equal/second/link 165 ln -s "bar" $OLD/first/first/equal/link 181 # /first/difflinks/second: Modified link removed. Should 183 ln -s "old link" $OLD/first/difflinks/second/link 184 ln -s "test link" $TEST/first/difflinks/second/link [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Types.def | 38 … INVALID, "i", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 39 … "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 40 … "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 41 … INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 42 … "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 43 …X, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 44 …, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 45 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 46 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 47 … INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble, phases::Link) [all …]
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntp_lists.h | 13 * The name of the next link field is passed as an argument to allow 14 * membership in several lists at once using multiple next link fields. 16 * When possible, placing the link field first in the entry structure 100 * because both link chains are circular. The beginning/end is marked 118 * an entry's link pointer when it is unlinked, as the stale pointer 255 * begins with the link pointer 259 gen_node * link; member 357 #define DECL_DLIST_LINK(entrytype, link) \ argument 361 } link 363 #define INIT_DLIST(listhead, link) \ argument [all …]
|
| /freebsd-13-stable/usr.sbin/ppp/ |
| HD | physical.c | 79 #include "link.h" 164 p->link.type = PHYSICAL_LINK; in physical_Create() 165 p->link.name = dl->name; in physical_Create() 166 p->link.len = sizeof *p; in physical_Create() 169 throughput_init(&p->link.stats.total, SAMPLE_PERIOD); in physical_Create() 170 p->link.stats.parent = dl->bundle->ncp.mp.active ? in physical_Create() 171 &dl->bundle->ncp.mp.link.stats.total : NULL; in physical_Create() 172 p->link.stats.gather = 1; in physical_Create() 174 memset(p->link.Queue, '\0', sizeof p->link.Queue); in physical_Create() 175 memset(p->link.proto_in, '\0', sizeof p->link.proto_in); in physical_Create() [all …]
|
| HD | link.h | 40 struct link { struct 46 struct pppThroughput total; /* Link throughput statistics */ 47 struct pppThroughput *parent; /* MP link throughput statistics */ argument 61 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0]) argument 62 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1) argument 64 extern void link_SequenceQueue(struct link *); 65 extern void link_DeleteQueue(struct link *); 66 extern size_t link_QueueLen(struct link *); 67 extern size_t link_QueueBytes(struct link *); 68 extern void link_PendingLowPriorityData(struct link *, size_t *, size_t *); [all …]
|
| /freebsd-13-stable/contrib/netbsd-tests/usr.sbin/mtree/ |
| HD | d_merge.in | 5 # directory "a" with only one entry, changing from dir to link 7 ./a/change-dir-to-link type=dir mode=0755 8 ./a/change-dir-to-link type=link mode=0755 10 # directory "b" with only one entry, changing from link to dir 12 ./b/change-link-to-dir type=link mode=0755 13 ./b/change-link-to-dir type=dir mode=0755 15 # directory "c" with multiple entries, one changing from dir to link 19 ./c/change-dir-to-link type=dir mode=0755 20 ./c/change-dir-to-link type=link mode=0755 22 # directory "d" with multiple entries, one changing from link to dir [all …]
|
| /freebsd-13-stable/contrib/bsnmp/snmpd/ |
| HD | snmpmod.h | 61 * First set of macros is used when the link is embedded into sub-struct 66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument 70 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \ 76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \ 79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument 82 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument 91 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 98 * This set of macros allows specification of the link and index name. [all …]
|
| /freebsd-13-stable/contrib/netbsd-tests/bin/cp/ |
| HD | t_cp.sh | 28 FILES="file file2 file3 link dir dir2 dirlink target" 44 ln -s file link 105 atf_set "descr" "Checks the copy of a file to a symbolic link" 109 atf_check -s eq:0 -o empty -e empty cp file2 link 115 atf_set "descr" "Checks the copy of a symbolic link to a file" 119 # file and link are identical (not copied). 120 atf_check -s eq:1 -o empty -e ignore cp link file 121 atf_check -s eq:0 -o empty -e empty cp link file2 127 atf_set "descr" "Checks the copy of a file to a symbolic link" \ 132 atf_check -s eq:0 -o empty -e empty cp -P file link [all …]
|
| /freebsd-13-stable/sys/netgraph/ |
| HD | ng_bridge.c | 42 * algorithm is included which disables a link for priv->conf.loopTimeout 43 * seconds when a host is seen to have jumped from one link to 48 * tell us on which link the host may be found. A host's entry will 92 counter_u64_t recvOctets; /* total octets rec'd on link */ 93 counter_u64_t recvPackets; /* total pkts rec'd on link */ 94 counter_u64_t recvMulticasts; /* multicast pkts rec'd on link */ 95 counter_u64_t recvBroadcasts; /* broadcast pkts rec'd on link */ 99 counter_u64_t xmitOctets; /* total octets xmit'd on link */ 100 counter_u64_t xmitPackets; /* total pkts xmit'd on link */ 101 counter_u64_t xmitMulticasts; /* multicast pkts xmit'd on link */ [all …]
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_deadlock_detector2.cpp | 41 struct Link { struct 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; member 229 Link *link = &mtx1->link[li]; in MutexBeforeLock() local 230 if (link->id == m->id) { in MutexBeforeLock() 231 if (link->seq != mtx->seq) { in MutexBeforeLock() 232 link->seq = mtx->seq; in MutexBeforeLock() 233 link->tid = lt->ctx; in MutexBeforeLock() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/leds/ |
| HD | leds-bcm6328.txt | 16 is usually 1:1 for hardware to LED signals, but through the activity/link 18 explained later in brcm,link-signal-sources). Even if a LED is hardware 59 - brcm,link-signal-sources : An array of hardware link 60 signal sources. Up to four link hardware signals can get muxed into 127 brcm,link-signal-sources = <0>; 132 brcm,link-signal-sources = <1>; 205 brcm,link-signal-sources = <0>; 207 /* USB link/activity routed to USB LED */ 218 brcm,link-signal-sources = <4>; 219 /* EPHY0 link routed to EPHY0 LED */ [all …]
|