Searched defs:add (Results 126 - 150 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c15 * If applicable, add the following below this CDDL HEADER, with the
1092 dnet_m_multicst(void *arg, boolean_t add, const uint8_t *macaddr) argument
1102 if (add) {
2261 * Allocate or add to the pool of receive buffers. The pool
2277 * each instance would add (max_rx_buf-max_rx_desc) to the free
2544 * each instance would add (max_rx_buf-max_rx_desc) to the free
2555 /* initialize/add 'nbufs' buffers to the rbuf pool */
2568 /* allocate buffers and add them to the pool */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c15 * If applicable, add the following below this CDDL HEADER, with the
108 * i. the first time we add or delete an object to the primary link-map
706 * any new init's are fired. In this case add the object list to the
1050 int add = 1; local
1058 * If we're about to add a new object to the main link-map control
1085 add = 0;
1109 * for now only add interposers after the link-map lists head
1129 add = 0;
1136 * If we're processing the initial objects of this link-map list, add
1139 if (add) {
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c15 * If applicable, add the following below this CDDL HEADER, with the
2486 hxge_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
2491 HXGE_DEBUG_MSG((hxgep, MAC_CTL, "==> hxge_m_multicst: add %d", add));
2495 if (add) {
2498 "<== hxge_m_multicst: add multicast failed"));
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2794 e1000g_m_multicst(void *arg, boolean_t add, const uint8_t *addr) argument
2806 result = (add) ? multicst_add(Adapter, addr)
2978 * Entry points to add and remove a MAC address to a ring group.
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c4178 gem_m_multicst(void *arg, boolean_t add, const uint8_t *ep) argument
4186 if (add) {
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c15 * If applicable, add the following below this CDDL HEADER, with the
1976 * We may add that support later. But so far there is not a real
2633 uint32_t add; local
3819 add = mss;
3833 tcp->tcp_cwnd_cnt = cwnd + add;
3835 tcp->tcp_cwnd_cnt -= add;
3836 add = 0;
3839 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max);
5299 * ahead of the current tcp_snxt, so add the
6361 * so we select out the high-order 17 bits and add on
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c15 * If applicable, add the following below this CDDL HEADER, with the
489 modctl_update_driver_aliases(int add, int *data) argument
539 if (add == 0) {
602 if (add == 0) {
652 * Try to establish an mbinding for mc.drvname, and add it to
675 if ((add == 0) || ((mc.flags & MOD_ADDMAJBIND_UPDATE) == 0)) {
1372 lens++; /* add one for double termination */
2199 lens++; /* add one for double termination */
2393 case MODADDMAJBIND: /* add major / driver alias bindings */
2684 /* add mod_re
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c15 * If applicable, add the following below this CDDL HEADER, with the
3694 /* add to list */
6222 ibd_m_multicst(void *arg, boolean_t add, const uint8_t *mcmac) argument
6283 if (add) {
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h643 void (*add) (struct ib_device *); member in struct:ib_client
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c336 static int iwk_m_multicst(void *arg, boolean_t add, const uint8_t *m);
733 "add soft interrupt failed\n");
1588 /* add broadcast node to send probe request */
1595 cmn_err(CE_WARN, "could not add "
2730 "and add one node\n");
3039 /* add broadcast node so that we can send broadcast frame */
3046 "failed to add broadcast node\n");
3287 iwk_m_multicst(void *arg, boolean_t add, const uint8_t *m) argument
3590 /* add default AP node */
3597 "failed to add BS
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c15 * If applicable, add the following below this CDDL HEADER, with the
82 static int vgen_multicst(void *arg, boolean_t add,
991 vgen_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1022 * If handshake is done, send a msg to vsw to add/remove
1032 mcastmsg.set = add;
1042 if (add) {
1065 /* add address to the table */
1196 /* add a port to port list */
1829 * find vsw_port and add it first, because other ports need
2085 /* add
[all...]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c15 * If applicable, add the following below this CDDL HEADER, with the
1238 eri_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
1245 * filter, add it and re-initialize the Hardware.
1250 if (add) {
3223 * Do not add code violations to input errors.
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c15 * If applicable, add the following below this CDDL HEADER, with the
3941 nxge_m_multicst(void *arg, boolean_t add, const uint8_t *mca) argument
3947 "==> nxge_m_multicst: add %d", add));
3950 if (add) {
3953 "<== nxge_m_multicst: add multicast failed"));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c293 // 3. AutoBrowseDomains, which is populated by tracking add/rmv events in AutomaticBrowseDomainChange, the callback function for our mDNS_GetDomains call.
1799 // registrations scoped to a specific interface, so for the automatic domains we add we must *not* specify an interface.
1870 mDNSlocal void udsserver_default_reg_domain_changed(const DNameListElem *const d, const mDNSBool add) argument
1875 machserver_automatic_registration_domain_changed(&d->name, add);
1878 LogMsg("%s registration domain %##s", add ? "Adding" : "Removing", d->name.c);
1887 if (add)
1889 // If we don't already have this domain in our list for this registration, add it now
2307 mDNSlocal void udsserver_automatic_browse_domain_changed(const DNameListElem *const d, const mDNSBool add) argument
2310 debugf("udsserver_automatic_browse_domain_changed: %s default browse domain %##s", add ? "Adding" : "Removing", d->name.c);
2313 machserver_automatic_browse_domain_changed(&d->name, add);
2454 SetPrefsBrowseDomains(mDNS *m, DNameListElem *browseDomains, mDNSBool add) argument
[all...]
H A DmDNS.c206 // AuthHash where we add the "new" entries and discard (free) the already added
546 // For a single given DNSQuestion pointed to by CurrentQuestion, deliver an add/remove result for the single given AuthRecord
622 // delivers the appropriate add/remove events to listening questions:
1391 // In this case we leave the record half-formed in the list, and later we'll remove it from the list and re-add it properly.
1838 mDNSlocal void AddRecordToResponseList(AuthRecord ***nrpp, AuthRecord *rr, AuthRecord *add) argument
1844 // If 'add' does not meet this requirement, then follow its NR_AdditionalTo pointer to a record that does
1846 if (add && add->NR_AdditionalTo) add = add
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4281 iwn_m_multicst(void *arg, boolean_t add, const uint8_t *m) argument
5598 "!could not add broadcast node");
5754 * for a given SSID (or more, if we ever add it to the driver.)
5936 * add the broadcast node again.
5940 "!could not add broadcast node");
6052 "!could not add BSS node");
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c15 * If applicable, add the following below this CDDL HEADER, with the
1173 /* add VNIC to the front of the list */
1683 * rings, i.e add/remove rings given to a client. Or this might cause the
2170 * so that we can add these flows to the same flow table. This is
2205 mac_client_update_mcast(void *arg, boolean_t add, const uint8_t *addrp) argument
2218 * we want to add/remove for this specific vid.
2220 if (add) {
2285 /* add the MAC client to the broadcast address group by default */
2379 * First add the flent to the flow list of this mcip. Then set
2481 * Can't unicast add i
3773 mac_resource_set_common(mac_client_handle_t mch, mac_resource_add_t add, mac_resource_remove_t remove, mac_resource_quiesce_t quiesce, mac_resource_restart_t restart, mac_resource_bind_t bind, void *arg) argument
3789 mac_resource_set(mac_client_handle_t mch, mac_resource_add_t add, void *arg) argument
[all...]
H A Dmac.c15 * If applicable, add the following below this CDDL HEADER, with the
65 * changes in the mac layer and the call to the underlying driver to say add a
75 * add to list
1462 * start/stop the HW Rx rings, disable/enable polling, add/remove mac'
2438 * mac_unicast_remove/add() and VLAN packets could be incorrectly
2561 boolean_t add)
2575 mac_bcast_refresh(mip, refresh, arg, add);
4179 * pass the group to aggr so it can add Tx
4442 * a driver to add a ring to an existing group, for example
4451 * to add
2560 mac_multicast_refresh(mac_handle_t mh, mac_multicst_t refresh, void *arg, boolean_t add) argument
6695 mac_rx_move_macaddr_prim(mac_client_impl_t *mcip, mac_group_t *grp, mac_group_t *tgrp, uint8_t *maddr, boolean_t add) argument
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c15 * If applicable, add the following below this CDDL HEADER, with the
1542 datalink_id_t linkid, boolean_t add)
1562 if (add)
4169 * add a "," separator and update dp.
1541 i_dladm_update_deventry(dladm_handle_t handle, zoneid_t zid, datalink_id_t linkid, boolean_t add) argument
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c684 /* add the new one allocated into tx free list */
4141 usbgem_m_multicst(void *arg, boolean_t add, const uint8_t *ep) argument
4150 if (add) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2336 /* SUNW14resync - (from here to EOF) not sure if we need this but will add it
2676 krb5_error_code (KRB5_CALLCONV *add) member in struct:_krb5_kt_ops
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c15 * If applicable, add the following below this CDDL HEADER, with the
145 * lifetimes, we do a saturating add for expire times.
763 * enforcement, there would be a subtlety where I could add on the
4851 * In cases where we need both AH and ESP, add the SA to the ESP ACQUIRE
5888 uint32_t add, min, max; local
5936 (uint8_t *)&add, sizeof (add), NULL);
5938 (void) random_get_pseudo_bytes((uint8_t *)&add,
5939 sizeof (add));
5941 master_spi = min + (add
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c327 * ecore_exe_queue_add - add a new element to the execution queue
331 * @cmd: new command to add
359 /* If so, add it to the execution queue */
1092 BOOL add, unsigned char *dev_addr, int index)
1105 (add ? "ADD" : "DELETE"), index);
1107 if (add) {
1119 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add);
1127 * @add: if TRUE the command is an ADD command, DEL otherwise
1133 struct ecore_vlan_mac_obj *o, BOOL add, int opcode,
1145 if (add)
1091 ecore_set_mac_in_nig(struct _lm_device_t *pdev, BOOL add, unsigned char *dev_addr, int index) argument
1132 ecore_vlan_mac_set_cmd_hdr_e2(struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o, BOOL add, int opcode, struct eth_classify_cmd_header *hdr) argument
1182 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE; local
1281 ecore_vlan_mac_set_cfg_entry_e1x(struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o, BOOL add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) argument
1310 ecore_vlan_mac_set_rdata_e1x(struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o, int type, int cam_offset, BOOL add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) argument
1347 BOOL add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ? local
1370 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE; local
1420 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE; local
1486 BOOL add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ? local
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c15 * If applicable, add the following below this CDDL HEADER, with the
414 * iterate over all per-CPU caches, and add contents into
544 * and add it to the jumbo buffer pool.
2777 myri10ge_m_multicst(void *arg, boolean_t add, const uint8_t *multicastaddr) argument
2783 if (add)
5942 /* add the interrupt handler */
5945 cmn_err(CE_WARN, "%s: Failed to add interrupt\n",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c16 * If applicable, add the following below this CDDL HEADER, with the
465 /* add params modify config type */
473 * add module version
481 /* add stats_enable */
489 /* add ipqosconf as originator */
532 * add a class to the kernel action action_name called class_name with
559 /* add 'add class' config type */
566 * add module version
574 /* add clas
925 in6_addr_t *add; local
[all...]

Completed in 279 milliseconds

1234567