Searched defs:link (Results 101 - 125 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1906 ql_link_t *link; local
1916 for (link = NULL, index = 0;
1917 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) {
1918 for (link = ha->dev[index].first; link != NULL;
1919 link = link->next) {
1920 tq = link->base_address;
2423 ql_link_t *link; local
2430 for (link
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c583 link(const char* fp, const char* tp) function
1056 * static link multiple definitions
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c55 Dtlink_t link; member in struct:__anon2645
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c59 Link_t link; member in struct:Abbreviation_s
65 Link_t link; member in struct:Attribute_s
76 Link_t link; member in struct:Charset_s
83 Link_t link; member in struct:Language_s
98 Link_t link; member in struct:Territory_s
107 Link_t link; member in struct:Map_s
427 cp->link.code = copy(&b, arg[0]);
432 fprintf(stderr, "%s: %d: %s: duplicate charset\n", command, line, cp->link.code);
443 tp->link.code = copy(&b, arg[0]);
486 fprintf(stderr, "%s: %d: %s: duplicate territory\n", command, line, tp->link
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c264 Block_t link; local
294 l = r = &link;
341 if((root = LEFT(&link)) )
344 LEFT(&link) = RIGHT(root);
349 { /* head of a link list, use next one for root */
350 LEFT(r) = RIGHT(&link);
351 RIGHT(r) = LEFT(&link);
353 else if(!(r = LEFT(&link)) )
354 r = RIGHT(&link);
358 LEFT(r) = RIGHT(&link);
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c160 * This is often used when a MAC of a virtual link is registered
197 /* Default bridge link learning protection values */
638 * Check if the link is part of a bridge. If not, then we don't need
646 * Once we take a reference on the bridge link, the bridge
789 * Notify the MAC layer about a link state change
792 mac_link_update(mac_handle_t mh, link_state_t link) argument
797 * Save the link state.
799 mip->mi_lowlinkstate = link;
809 * Notify the MAC layer about a link state change due to bridging.
812 mac_link_redo(mac_handle_t mh, link_state_t link) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c59 struct sc_gptwocfg_config *link; member in struct:sc_gptwocfg_config
569 board_config->link = NULL;
652 new->link = NULL;
653 last->link = new;
725 * Walk the link of ports on this board and unconfigure them.
728 while (board_config->link != NULL) {
730 board_config = board_config->link;
747 prior_config->link = board_config->link;
755 if (axq_config->link
[all...]
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c536 efe_mii_notify(void *arg, link_state_t link) argument
540 mac_link_update(efep->efe_mh, link);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c583 * function to query the link status from the hardware
586 * link_status - [OUT] pointer to the structure returning the link attributes
591 oce_get_link_status(struct oce_dev *dev, struct link_status *link) argument
620 bcopy(&fwcmd->params.rsp, link, sizeof (struct link_status));
621 link->logical_link_status = LE_32(link->logical_link_status);
622 link->qos_link_speed = LE_16(link->qos_link_speed);
1142 * function to enable or disable the link
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c95 struct mountent *link; /* used when in linked list */ member in struct:mountent
485 gettext("%s: warning: broken link detected\n"), myname);
535 for (/* */; mlist; mlist = mlist->link) {
625 * Now link them up so that a given pid is easier to find when
630 mp->link = *++ml;
671 for (ndx = 0, mp = mntll; mp; mp = mp->link) {
759 mp->link = mtail;
888 for (prevp = NULL, mp = mntll; mp; mp = mp->link) {
897 prevp->link = mp->link;
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c56 /* IBPART link flags */
63 /* link representation */
65 struct dl_ibpart *dlib_next; /* next IBPART on this link */
66 struct dl_ibpart *dlib_prev; /* prev IBPART on this link */
68 ibpart_flag_t dlib_flags; /* IBPART link flags */
88 dl_ibpart_t *pc_ibpart; /* IBPART list on this link */
372 ibpart_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 ibpart_log_err(node->pc_linkid, errorp, "link not offlined");
673 "IBPART: notify_event: link configuratio
1093 char link[MAXLINKNAMELEN]; local
[all...]
H A Dvlan_rcm.c56 /* VLAN link flags */
63 /* link representation */
65 struct dl_vlan *dv_next; /* next VLAN on the same link */
66 struct dl_vlan *dv_prev; /* prev VLAN on the same link */
68 vlan_flag_t dv_flags; /* VLAN link flags */
88 dl_vlan_t *vc_vlan; /* VLAN list on this link */
372 vlan_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 vlan_log_err(node->vc_linkid, errorp, "link not offlined");
661 "VLAN: notify_event: link configuratio
1064 char link[MAXLINKNAMELEN]; local
[all...]
H A Dvnic_rcm.c56 /* VNIC link flags */
63 /* link representation */
65 struct dl_vnic *dlv_next; /* next VNIC on the same link */
66 struct dl_vnic *dlv_prev; /* prev VNIC on the same link */
68 vnic_flag_t dlv_flags; /* VNIC link flags */
88 dl_vnic_t *vc_vnic; /* VNIC list on this link */
372 vnic_log_err(DATALINK_INVALID_LINKID, errorp, "no such link");
378 /* Check if no attempt should be made to online the link here */
380 vnic_log_err(node->vc_linkid, errorp, "link not offlined");
664 "VNIC: notify_event: link configuratio
1076 char link[MAXLINKNAMELEN]; local
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c272 * devzvol_create_{dir, link}, then the validator says it's invalid,
346 char *ptr, *link; local
350 rc = sdev_getlink(vn, &link);
353 ptr = strrchr(link, ':') + 1;
355 kmem_free(link, strlen(link) + 1);
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h65 STAILQ_ENTRY(common_symbol) link; member in struct:common_symbol
76 TAILQ_ENTRY(linker_file) link; /* list of all loaded files */ member in struct:linker_file
107 TAILQ_ENTRY(linker_class) link; /* list of all file classes */ member in struct:linker_class
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h60 uint32_t path; /* link path */
61 uint32_t content; /* link content */
62 uint32_t sib; /* next link for same minor */
69 uint32_t link; /* next minor for same node */ member in struct:db_minor
100 char *path; /* link path */
101 char *content; /* link content */
102 uint_t attr; /* link attributes */
103 struct cache_link *hash; /* next link on same hash chain */
104 struct cache_link *sib; /* next link for same minor */
105 struct cache_minor *minor; /* minor for this link */
113 struct cache_link *link; /* first link pointing to minor */ member in struct:cache_minor
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c197 s = "invalid link";
242 s = "link busy";
251 s = "link notification is not supported";
260 s = "MAC address reserved for use by underlying data-link";
335 s = "link still has flows";
395 s = "invalid IB phys link";
622 * Given a link class, returns its class string.
667 * Given a physical link media type, returns its media type string.
689 * Given a physical link media type string, returns its media type constant.
824 dladm_valid_linkname(const char *link) argument
[all...]
H A Dlibdlaggr.c49 * configure link aggregations.
375 * Add or remove one or more ports to/from an existing link aggregation.
591 * Send a modify command to the link aggregation driver.
628 * Send a create command to the link aggregation driver.
675 * Invoked to bring up a link aggregation group.
703 * Validate (and purge) each physical link associated with this
1009 dladm_aggr_persist_aggr_conf(dladm_handle_t handle, const char *link, argument
1022 if ((status = dladm_create_conf(handle, link, linkid,
1101 * Commit the link aggregation configuration.
1111 * Create a new link aggregatio
[all...]
H A Dlibdlbridge.c623 dladm_bridge_persist_conf(dladm_handle_t handle, const char *link, argument
629 status = dladm_create_conf(handle, link, linkid, DATALINK_CLASS_BRIDGE,
1034 * Set a link as a member of a bridge, or remove bridge membership. If the
1036 * In all other cases, we must tell the daemon to add or delete the link in
1061 * Don't allow a link to be reassigned directly from one bridge
1271 dladm_observe_to_bridge(char *link) argument
1275 llen = strnlen(link, MAXLINKNAMELEN);
1276 if (llen < 2 || link[llen - 1] != '0' || isdigit(link[llen - 2]))
1278 link[lle
[all...]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h96 struct fieldnode * link; /* linked field chain */ member in struct:fieldnode
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h109 LINK(struct evAccept) link; member in struct:evAccept
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h194 uu_list_node_t link; member in struct:__anon3324
204 uu_list_node_t link; member in struct:__anon3325
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c166 u32 link; member in struct:_BufferDesc
507 txd.link = (u32) 0;
536 rxd[i].link = virt_to_bus((i+1 < NUM_RX_DESC) ? &rxd[i+1] : &rxd[0]);
540 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
541 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
576 printf("%s: Setting %s-duplex based on negotiated link"
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h41 #define RR_FLAG_SL 0x04 /* Symbolic link */
43 #define RR_FLAG_CL 0x10 /* Child link */
44 #define RR_FLAG_PL 0x20 /* Parent link */
187 } link; member in struct:rock_ridge::__anon2191::SL
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c116 struct uid_blk *link; member in struct:uid_blk
782 uid_sp->link = NULL;
1311 if (link(PASSWD, OPASSWD) == -1)
1316 if (link(OPASSWD, PASSWD))
1331 if (link(SHADOW, OSHADOW) == -1) {
1359 if (link(USERATTR_FILENAME, OUSERATTR_FILENAME) == -1) {
1393 if (unlink(PASSWD) || link(OPASSWD, PASSWD))
1406 uid_tp = uid_p->link;
1408 uid_p->link = uid_tp->link;
[all...]

Completed in 163 milliseconds

12345678910