Home
last modified time | relevance | path

Searched defs:link (Results 1 – 25 of 234) sorted by relevance

12345678910

/freebsd-src/usr.sbin/ppp/
H A Dlink.h40 struct link { struct
42 const char *name; /* Points to datalink::name */ argument
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
H A Dnat_cmd.c119 struct alias_link *link; in nat_RedirectPort() local
209 struct alias_link *link; in nat_RedirectAddr() local
245 struct alias_link *link; in nat_RedirectProto() local
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlist.h36 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument
41 #define ISC_LINK_INIT(elt, link) \ argument
43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument
49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument
60 #define ISC_LIST_PREPEND(list, elt, link) \ argument
66 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument
69 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument
80 #define ISC_LIST_APPEND(list, elt, link) \ argument
86 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument
89 #define __ISC_LIST_UNLINKUNSAFE_TYPE(list, elt, link, type) \ argument
[all …]
H A Dutil.h192 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument
196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument
197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument
198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument
199 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument
200 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
201 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument
202 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link) argument
/freebsd-src/lib/libc/include/isc/
H A Dlist.h35 #define INIT_LINK_TYPE(elt, link, type) \ argument
40 #define INIT_LINK(elt, link) \ argument
42 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument
49 #define PREPEND(list, elt, link) \ argument
61 #define APPEND(list, elt, link) \ argument
73 #define UNLINK_TYPE(list, elt, link, type) \ argument
90 #define UNLINK(list, elt, link) \ argument
93 #define PREV(elt, link) ((elt)->link.prev) argument
94 #define NEXT(elt, link) ((elt)->link.next) argument
96 #define INSERT_BEFORE(list, before, elt, link) \ argument
[all …]
/freebsd-src/sys/dev/acpica/
H A Dacpi_pci_link.c95 struct link { struct
96 struct acpi_pci_link_softc *l_sc; argument
110 struct link_count_request { argument
209 struct link *link; in link_add_crs() local
275 struct link *link; in link_add_prs() local
391 link_valid_irq(struct link *link, int irq) in link_valid_irq()
421 struct link *link; in acpi_pci_link_dump() local
641 struct link *link; in acpi_pci_link_add_reference() local
725 struct link *link; in acpi_pci_link_srs_from_crs() local
811 struct link *link; in acpi_pci_link_srs_from_links() local
[all …]
/freebsd-src/sys/dev/wtap/plugins/
H A Dvisibility_ioctl.h41 struct link { struct
42 int op; //0 remove, 1 link argument
48 #define VISIOCTLLINK _IOW('W', 4, struct link) // argument
/freebsd-src/contrib/ntp/include/
H A Dntp_lists.h259 gen_node * link; member
357 #define DECL_DLIST_LINK(entrytype, link) \ argument
363 #define INIT_DLIST(listhead, link) \ argument
369 #define HEAD_DLIST(listhead, link) \ argument
376 #define TAIL_DLIST(listhead, link) \ argument
383 #define NEXT_DLIST(listhead, entry, link) \ argument
390 #define PREV_DLIST(listhead, entry, link) \ argument
397 #define LINK_DLIST(listhead, pentry, link) \ argument
405 #define LINK_TAIL_DLIST(listhead, pentry, link) \ argument
413 #define UNLINK_DLIST(ptounlink, link) \ argument
[all …]
H A Dntp_config.h61 any_node * link; member
69 attr_val * link; member
87 address_node * link; member
96 int_node * link; member
104 string_node * link; member
112 restrict_node * link; member
127 peer_node * link; member
143 unpeer_node * link; member
165 filegen_node * link; member
174 setvar_node * link; member
[all …]
/freebsd-src/sys/dev/ocs_fc/
H A Docs_list.h86 #define link2item(list, link) ((void*) (((uint8_t*)(link)) - (list)->offset)) argument
109 #define ocs_list_init(head, type, link) _ocs_list_init(head, offsetof(type, link)) argument
191 ocs_list_init_link(ocs_list_t *list, ocs_list_t *link) in ocs_list_init_link()
218 ocs_list_t *link; in ocs_list_add_head() local
245 ocs_list_t *link; in ocs_list_add_tail() local
320 ocs_list_t *link; in ocs_list_next() local
365 ocs_list_t *link; in ocs_list_remove() local
438 ocs_list_on_list(ocs_list_link_t *link) in ocs_list_on_list()
/freebsd-src/sys/kern/
H A Dkern_rctl.c382 struct rctl_rule_link *link; in rctl_throttle_decay() local
425 struct rctl_rule_link *link; in rctl_pcpu_available() local
499 struct rctl_rule_link *link; in rctl_enforce() local
701 struct rctl_rule_link *link; in rctl_get_limit() local
728 struct rctl_rule_link *link; in rctl_get_available() local
884 struct rctl_rule_link *link; in rctl_racct_add_rule() local
902 struct rctl_rule_link *link; in rctl_racct_add_rule_locked() local
929 struct rctl_rule_link *link, *linktmp; in rctl_racct_remove_rules() local
1690 struct rctl_rule_link *link; in rctl_get_rules_callback() local
1709 struct rctl_rule_link *link; in sys_rctl_get_rules() local
[all …]
/freebsd-src/usr.sbin/arp/
H A Darp_netlink.c56 get_link_info(struct snl_state * ss,uint32_t ifindex,struct snl_parsed_link_simple * link) get_link_info() argument
85 struct snl_parsed_link_simple link = {}; has_l2() local
177 print_entry(struct snl_parsed_neigh * neigh,struct snl_parsed_link_simple * link) print_entry() argument
274 struct snl_parsed_link_simple link = {}; print_entries_nl() local
[all...]
/freebsd-src/sys/net/
H A Dpfil.c150 struct pfil_link *link; in pfil_mem_common() local
200 struct pfil_link *link; in pfil_mbuf_common() local
289 struct pfil_link *link, *next; in pfil_head_unregister() local
374 struct pfil_link *in, *out, *link; in pfil_link() local
471 struct pfil_link *link; in pfil_link_free() local
517 struct pfil_link *link; in pfil_link_remove() local
588 struct pfil_link *link; in pfilioc_listheads() local
/freebsd-src/sbin/ifconfig/
H A Difconfig_netlink.c125 struct snl_parsed_link link; member
185 struct snl_parsed_link_simple link = {}; in if_nametoindex_nl() local
254 if_link_t *link = &iface->link; in match_iface() local
342 print_ifcaps(if_ctx * ctx,if_link_t * link) print_ifcaps() argument
366 if_link_t *link = &iface->link; status_nl() local
[all...]
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c73 typedef struct link { struct
74 uint64_t guid; /* guid of the neighbor behind the link */ argument
75 uint32_t from; /* base_index in the adjazenz list (start of the link) */ argument
76 …uint8_t from_port; /* port on the base_side (needed for weight update to identify the correct link argument
77 uint32_t to; /* index of the neighbor in the adjazenz list (end of the link) */ argument
79 uint64_t weight; /* link weight */ argument
80 struct link *next; argument
142 static inline void set_default_link(link_t * link) in set_default_link()
497 static void set_next_srcdest_pair(cdg_link_t * link, uint32_t srcdest) in set_next_srcdest_pair()
525 static inline uint32_t get_next_srcdest_pair(cdg_link_t * link, uint32_t index) in get_next_srcdest_pair()
[all …]
/freebsd-src/usr.sbin/ndp/
H A Dndp_netlink.c98 if (!get_link_info(ss, ifindex, &link)) in has_l2() local
69 get_link_info(struct snl_state * ss,uint32_t ifindex,struct snl_parsed_link_simple * link) get_link_info() argument
213 print_entry(struct snl_parsed_neigh * neigh,struct snl_parsed_link_simple * link) print_entry() argument
317 struct snl_parsed_link_simple link = {}; print_entries_nl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp69 Error RemarkLinker::link(StringRef Buffer, std::optional<Format> RemarkFormat) { in link() function in RemarkLinker
105 Error RemarkLinker::link(const object::ObjectFile &Obj, in link() function in RemarkLinker
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c660 const char *link = nd_get_link(nd); zpl_put_link() local
674 zpl_get_link_common(struct dentry * dentry,struct inode * ip,char ** link) zpl_get_link_common() argument
708 char *link = NULL; zpl_get_link() local
726 char *link = NULL; zpl_get_link() local
742 char *link = NULL; zpl_follow_link() local
755 char *link = NULL; zpl_follow_link() local
/freebsd-src/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp128 uint8_t link, cond; in inst_Thumb_is_direct_branch() local
181 uint8_t link; in inst_Thumb_is_indirect_branch() local
238 uint8_t link = 0; in inst_A64_is_direct_branch() local
287 uint8_t link = 0; in inst_A64_is_indirect_branch() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp80 Link link[kMaxLink]; member
229 Link *link = &mtx1->link[li]; in MutexBeforeLock() local
245 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() local
368 Link link = pt->pending[--npending]; in CycleCheck() local
402 Link *link = &pt->path[i]; in Report() local
/freebsd-src/sys/netgraph/
H A Dng_bridge.c136 link_p link; /* link where addr can be found */ member
389 link_p link; in ng_bridge_newhook() local
498 ng_bridge_free_link(link_p link) in ng_bridge_free_link()
579 link_p link; in ng_bridge_rcvmsg() local
971 link_p link = NG_HOOK_PRIVATE(hook); in ng_bridge_disconnect() local
1026 ng_bridge_put(priv_p priv, const u_char *addr, link_p link) in ng_bridge_put()
1161 ng_bridge_remove_hosts(priv_p priv, link_p link) in ng_bridge_remove_hosts()
1190 link_p link = NG_HOOK_PRIVATE(hook); in ng_bridge_unmute() local
/freebsd-src/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh94 link() function
/freebsd-src/sbin/route/
H A Droute_netlink.c312 get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link) in get_ifdata() argument
352 struct snl_parsed_link_simple link = {}; in print_getmsg() local
423 struct snl_parsed_link_simple link in print_prefix() local
485 struct snl_parsed_link_simple link = {}; print_nlmsg_route_nhop() local
619 struct snl_parsed_link_simple link = {}; print_nlmsg_addr() local
668 struct snl_parsed_link_simple link = {}; print_nlmsg_neigh() local
[all...]
/freebsd-src/sys/ddb/
H A Ddb_watch.h45 struct db_watchpoint *link; /* link in in-use or free chain */ member
/freebsd-src/tools/test/stress2/misc/
H A Dlink.sh179 type = arc4random() % 2; /* test either link() or rename() */ function

12345678910