Searched defs:add (Results 101 - 125 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c15 * If applicable, add the following below this CDDL HEADER, with the
2077 * @add:
2084 xgell_m_multicst(void *arg, boolean_t add, const uint8_t *mc_addr) argument
2090 xge_debug_ll(XGE_TRACE, "M_MULTICAST add %d", add);
2103 status = (add) ?
2109 add ? "enable" : "disable", status);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1058 "Unable to add interrupt handler, %d", rv);
3118 yge_m_multicst(void *arg, boolean_t add, const uint8_t *addr) argument
3128 if (add) {
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c500 mxfe_error(dip, "unable to add interrupt");
658 mxfe_m_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
1052 /* possibly we should add in support for PAUSE frames */
1790 * We just add up to the nearest msec (2), which should be
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c15 * If applicable, add the following below this CDDL HEADER, with the
1288 nge_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1298 (add) ? "add" : "remove", ether_sprintf((void *)mca)));
1303 if (add) {
2787 "nge_attach: add nge_reschedule softintr failed");
2796 "nge_attach: add nge_chip_factotum softintr failed!");
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c15 * If applicable, add the following below this CDDL HEADER, with the
480 /* add to the list of vnet devices */
735 vnet_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
737 _NOTE(ARGUNUSED(add, mca))
758 rv = cbp->mc_multicst(macp->m_driver, add, mca);
1813 * add it to the fdb.
2138 * initialized and only then do we add the rx callback for
2754 /* add the recv callback */
H A Dvsw.c15 * If applicable, add the following below this CDDL HEADER, with the
1244 vsw_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1263 if (add) {
1299 cmn_err(CE_WARN, "!vsw%d: unable to add multicast "
1598 cmn_err(CE_WARN, "!vsw%d: Unable to add new port "
2424 /* add these new vlan ids into hash table */
2685 /* add these new vlan ids into hash table */
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c15 * If applicable, add the following below this CDDL HEADER, with the
307 /* Build and add the filter components */
327 "%s: Unable to add filter component \"%s\"",
1865 * If 'add' is set, attributes/values are added; object classes
1866 * are also added. If 'add' is cleared, attributes/values are modified,
1870 search2LdapMod(__nis_rule_value_t *rv, int add, int oc) { argument
1885 * If we're creating an LDAPMod array for an add operation,
1888 if (add && rv->attrVal[i].numVals < 0)
1904 if (!add && !oc && isOc)
1932 mods[nm]->mod_op = (add)
2224 int stat, add = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c15 * If applicable, add the following below this CDDL HEADER, with the
551 /* add port to list of group constituent ports */
636 * The group is already registered, dynamically add a new ring to the
1056 /* add the specified ports to group */
1058 /* add port to group */
1312 /* add MAC ports to group */
1418 /* add new group to hash table */
2453 aggr_grp_multicst_port(aggr_port_t *port, boolean_t add) argument
2463 mac_multicast_refresh(grp->lg_mh, aggr_port_multicst, port, add);
2467 aggr_m_multicst(void *arg, boolean_t add, cons argument
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c15 * If applicable, add the following below this CDDL HEADER, with the
96 * during this period, tcp_time_wait_append() will be called to add this
1371 * Note that tlc_cnt starts with 1. So need to add 1 to tlc_max
2327 uint32_t add; local
4271 add = mss;
4285 tcp->tcp_cwnd_cnt = cwnd + add;
4287 tcp->tcp_cwnd_cnt -= add;
4288 add = 0;
4291 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max);
4986 crb_t addflag; /* Which pieces to add */
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2333 arn_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
2352 if (add) { /* enable multicast */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c15 * If applicable, add the following below this CDDL HEADER, with the
367 nss_cfgcomp_get(char *name, int add) argument
391 if (!add) {
426 nss_cfgparam_get(char *name, int add) argument
433 if ((comp = nss_cfgcomp_get(name, add)) == NULL)
445 if (!add) {
540 nss_cfg_put(nss_config_t *next, int add) argument
545 if ((param = nss_cfgparam_get(next->name, add)) == NULL)
595 /* add parameter & set new lock/buffer/length fields */
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c691 vioif_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
767 * 64-k buffer), we are done. Otherwise, add the rest of the
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c15 * If applicable, add the following below this CDDL HEADER, with the
260 iptun_m_multicst(void *arg, boolean_t add, const uint8_t *addrp) argument
2879 * could simply add a IPv6 route for native IPv6 addresses (such as a
3058 * If there isn't one already, add one.
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c15 * If applicable, add the following below this CDDL HEADER, with the
1325 bge_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1335 (add) ? "add" : "remove", ether_sprintf((void *)mca)));
1363 if (add) {
1540 * First add the unicast address to a available slot.
3363 * want to implement it, please add the ASF/IPMI related
4156 * want to implement it, please add the ASF/IPMI related
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c15 * If applicable, add the following below this CDDL HEADER, with the
58 add(fcode_env_t *env) function
2502 ANSI(0x01e, 0, "+", add);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2581 sifroute(int u, u_int32_t l, u_int32_t g, int add, const char *str) argument
2606 if (myioctl(ipfd, (add ? SIOCADDRT : SIOCDELRT), &rt) < 0) {
2625 if (!sifroute(u, 0, g, 1, "add default")) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1116 * then that might add some weight to adding this...
1974 * state tracking is foolish as the attempt to add a new
2212 * If we fail to add a packet to the authorization queue, then we
2912 * add back carry outs from top 16 bits to low 16 bits
2914 sum = (sum >> 16) + (sum & 0xffff); /* add hi 16 to low 16 */
2915 sum += (sum >> 16); /* add carry */
3069 int add; local
3113 add = MIN(hlen, m->m_len);
3114 sp = (u_short *)(mtod(m, caddr_t) + add);
3115 hlen -= add;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c15 * If applicable, add the following below this CDDL HEADER, with the
386 bridge_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1060 * Now get the new link address and add this link to the list. The
1549 * Wait for any stray taskq (add/delete link) entries related to this
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c15 * If applicable, add the following below this CDDL HEADER, with the
2077 hme_m_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
2085 * filter, add it and re-initialize the Hardware.
2090 if (add) {
2270 /* just add up the words */
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c3001 rtw_m_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
3008 if (add) {
3303 "Can not add intr for rtw driver\n");
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c4017 urtw_m_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c859 "add soft interrupt failed\n");
1902 * add broadcast node to send probe request
1911 "could not add broadcast node\n");
3768 iwh_m_multicst(void *arg, boolean_t add, const uint8_t *m) argument
4078 * add default AP node
4441 * add broadcast node so that we can send broadcast frame
4452 "failed to add broadcast node\n");
6285 "failed to add AP node\n");
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c782 "add soft interrupt failed\n");
1837 /* add broadcast node to send probe request */
1845 "could not add broadcast node\n");
3595 iwp_m_multicst(void *arg, boolean_t add, const uint8_t *m) argument
3886 * add default AP node
4200 * add broadcast node so that we can send broadcast frame
4211 "failed to add broadcast node\n");
5362 "failed to add AP node\n");
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2811 * will add later on.
3680 mwl_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c15 * If applicable, add the following below this CDDL HEADER, with the
633 * it (mov, add, ld or divx for all we care). If it doesn't
816 uint32_t add = (restore & ~FBT_FMT3_OP_MASK) | FBT_OP_ADD; local
817 add &= ~FBT_FMT3_RD_MASK;
818 *tinstr++ = add | (FBT_REG_O2 << FBT_FMT3_RD_SHIFT);

Completed in 199 milliseconds

1234567