Searched refs:link (Results 301 - 325 of 997) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c54 struct iwl_mvm_vif_link_info *link_info = mvmvif->link[link_id];
103 struct iwl_mvm_vif_link_info *link_info = mvmvif->link[link_id];
114 /* When activating a link, phy context should be valid;
115 * when deactivating a link, it also should be valid since
116 * the link was active before. So, do nothing in this case.
117 * Since a link is added first with FW_CTXT_INVALID, then we
123 /* Catch early if driver tries to activate or deactivate a link
128 /* When deactivating a link session protection should
137 /* The phy_id, link address and listen_lmac can be modified only until
138 * the link become
[all...]
H A Dmld-key.c22 link_info = mvmvif->link[keyconf->link_id];
27 /* AP group keys are per link and should be on the mcast STA */
40 * the group keys are per link; make sure that is the case by checking
245 mvm_link = mvmvif->link[link_id];
301 mvm_link = mvmvif->link[link_id];
360 struct iwl_mvm_vif_link_info *link,
367 link->ap_sta_id == IWL_MVM_INVALID_STA))
358 iwl_mvm_sec_key_remove_ap(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_mvm_vif_link_info *link, unsigned int link_id) argument
/freebsd-current/lib/libc/secure/
H A Dstack_protector.c33 #include <link.h>
/freebsd-current/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c123 SLIST_FOREACH(info, &mechs, link) {
/freebsd-current/sys/sys/
H A Dgmon.h131 u_short link; member in struct:tostruct
H A Dlinker.h65 STAILQ_ENTRY(common_symbol) link; member in struct:common_symbol
77 TAILQ_ENTRY(linker_file) link; /* list of all loaded files */ member in struct:linker_file
120 TAILQ_ENTRY(linker_class) link; /* list of all file classes */ member in struct:linker_class
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmultilist.c439 multilist_link_init(multilist_node_t *link) argument
441 list_link_init(link);
445 multilist_link_active(multilist_node_t *link) argument
447 return (list_link_active(link));
/freebsd-current/share/man/man5/
H A DMakefile28 link.5 \
/freebsd-current/sys/dev/e1000/
H A De1000_phy.c1049 * e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
1113 * e1000_copper_link_setup_m88 - Setup m88 PHY's for copper link
1266 * e1000_copper_link_setup_m88_gen2 - Setup m88 PHY's for copper link
1364 * e1000_copper_link_setup_igp - Setup igp PHY's for copper link
1626 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1631 * and restart the negotiation process between the link partner. If
1690 * e1000_setup_copper_link_generic - Configure copper link settings
1693 * Calls the appropriate function to configure the link for auto-neg or forced
1694 * speed and duplex. Then we check for link, once link i
1701 bool link = true; local
1756 bool link; local
1822 bool link; local
1961 bool link; local
2641 bool link; local
2716 bool link; local
2778 bool link; local
3919 bool link; local
3968 bool link; local
[all...]
/freebsd-current/share/examples/jails/
H A Djng210 # to change link numbers in ng_bridge(4) without affecting the
327 ngctl mkpeer $iface:lower bridge link$num link1 ||
329 ngctl name ${iface}bridge:link$num "$iface$bridge" ||
339 ngctl mkpeer "$iface$bridge:" eiface link$num ether || return
345 new=$( set -- `ngctl show -n "$iface$bridge:link$num"` &&
347 ngctl name "$iface$bridge:link$num" $eiface || return
450 jng_stats_descr="Show ng_bridge link statistics for NAME interfaces"
467 $3 == "bridge" && $5 ~ /^link/ {
469 link = substr($5, 5)
471 bridge, link))
[all...]
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm_acpi.c153 SLIST_INSERT_HEAD(&dev->spas, spa_mapping, link);
209 SLIST_FOREACH_SAFE(spa, &root->spas, link, next) {
212 SLIST_REMOVE_HEAD(&root->spas, link);
H A Dnvdimm.c229 SLIST_INSERT_HEAD(&nv->labels, entry, link);
232 SLIST_FOREACH_SAFE(i, &nv->labels, link, next) {
235 SLIST_INSERT_AFTER(i, entry, link);
411 SLIST_FOREACH_SAFE(label, &nv->labels, link, next) {
412 SLIST_REMOVE_HEAD(&nv->labels, link);
/freebsd-current/sys/dev/firewire/
H A Dfwdev.c128 STAILQ_INSERT_TAIL(&q->stfree, &q->bulkxfer[i], link);
235 STAILQ_REMOVE_HEAD(&ir->q, link);
285 STAILQ_REMOVE_HEAD(&d->rq, link);
305 STAILQ_INSERT_TAIL(&fwb->xferlist, xfer, link);
342 STAILQ_REMOVE_HEAD(&ir->stvalid, link);
376 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
436 STAILQ_INSERT_TAIL(&d->rq, xfer, link);
475 STAILQ_REMOVE_HEAD(&it->stfree, link);
503 STAILQ_INSERT_TAIL(&it->stvalid, it->stproc, link);
529 STAILQ_INSERT_TAIL(&d->rq, xfer, link);
[all...]
H A Dfirewirereg.h66 STAILQ_ENTRY(fw_device) link; member in struct:fw_device
207 STAILQ_ENTRY(fw_bulkxfer) link; member in struct:fw_bulkxfer
247 STAILQ_ENTRY(fw_xfer) link; member in struct:fw_xfer
H A Dif_fwip.c233 next = STAILQ_NEXT(xfer, link);
239 next = STAILQ_NEXT(xfer, link);
325 &xferq->bulkxfer[i], link);
344 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
357 STAILQ_INSERT_TAIL(&fwip->xferlist, xfer, link);
485 STAILQ_INSERT_TAIL(&fwip->xferlist, xfer, link);
558 STAILQ_REMOVE_HEAD(&fwip->xferlist, link);
564 STAILQ_INSERT_HEAD(&fwip->xferlist, xfer, link);
570 * Dig out the link-level address which
572 * discovery. If we don't have a link
[all...]
/freebsd-current/usr.bin/stat/tests/
H A Dstat_test.sh101 ln -s nonexistent broken-link
105 atf_check -o not-empty stat -q broken-link
106 atf_check -o not-empty stat -qL broken-link
/freebsd-current/tools/tools/ncpus/
H A Dacpi.c159 LIST_ENTRY(acpi_user_mapping) link;
185 for (map = LIST_FIRST(&maplist); map; map = LIST_NEXT(map, link)) {
201 LIST_INSERT_HEAD(&maplist, map, link);
/freebsd-current/share/mk/
H A Dbsd.own.mk136 # LINKOWN Hard link owner [${BINOWN}]
138 # LINKGRP Hard link group [${BINGRP}]
140 # LINKMODE Hard link mode [${NOBINMODE}]
142 # SYMLINKOWN Symbolic link owner [${BINOWN} or ${LIBOWN}]
144 # SYMLINKGRP Symbolic link group [${BINGRP} or ${LIBGRP}]
146 # SYMLINKMODE Symbolic link mode [755]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h86 s = node.link;
144 new_node.link = s2;
202 s = node.link;
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c44 RB_ENTRY(sroute) link;
52 RB_PROTOTYPE(sroutes, sroute, link, sroute_compare);
359 s = RB_RIGHT(s, link);
369 s = RB_LEFT(s, link);
514 RB_GENERATE(sroutes, sroute, link, sroute_compare);
/freebsd-current/contrib/diff/src/
H A Dutil.c458 Return the last link before the first gap. */
478 and returns the last link that belongs together with the start
482 link at the end) and prints it. */
501 next = end->link;
502 end->link = 0;
511 end->link = next;
723 while ((next = next->link) != 0);
775 for (; sp; sp = sp->link)
/freebsd-current/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c59 SLIST_ENTRY(tdef) link;
408 SLIST_INSERT_HEAD(&tdefs, t, link);
417 SLIST_REMOVE_HEAD(&tdefs, link);
444 SLIST_FOREACH(t, &tdefs, link) {
460 SLIST_FOREACH(t, &tdefs, link) {
/freebsd-current/contrib/dialog/
H A Dprogressbox.c37 struct _wrote *link; member in struct:_wrote
63 obj->wrote = wrote->link;
206 wrote->link = obj->wrote;
243 wrote = wrote->link;
257 wrote = wrote->link;
/freebsd-current/sys/dev/oce/
H A Doce_hw.c465 struct link_status link = { 0 }; local
468 rc = oce_get_link_status(sc, &link);
472 if (link.logical_link_status == NTWK_LOGICAL_LINK_UP) {
480 sc->link_speed = link.phys_port_speed;
481 sc->qos_link_speed = (uint32_t )link.qos_link_speed * 10;
/freebsd-current/sys/dev/drm2/
H A Ddrm_fops.c305 list_for_each_entry_safe(v, vt, &dev->vblank_event_list, base.link)
307 list_del(&v->base.link);
313 list_for_each_entry_safe(e, et, &file_priv->event_list, link)
476 struct drm_pending_event, link);
481 list_del(&e->link);

Completed in 485 milliseconds

<<11121314151617181920>>