Searched refs:add (Results 151 - 158 of 158) sorted by relevance

1234567

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c1306 enum ieee80211_phymode mode, int add)
1328 if (!add)
1305 setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode, int add) argument
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h355 #define mpn_add __MPN(add)
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c657 /* add 1 due to separator */
659 /* add 2 due to separators */
2858 cmd_v3.u.add.tfdq_dram_addr = htole64(ring->desc_dma.paddr);
2859 cmd_v3.u.add.bc_dram_addr = htole64(ring->bc_tbl.paddr);
2860 cmd_v3.u.add.cb_size = htole32(IWX_TFD_QUEUE_CB_SIZE(num_slots));
2861 cmd_v3.u.add.flags = htole32(0);
2862 cmd_v3.u.add.sta_mask = htole32(1 << sta_id);
2863 cmd_v3.u.add.tid = tid;
5235 * to exist that we may eventually add support for.)
6979 /* XXX add WM
[all...]
H A Dif_iwxreg.h2893 * This parses IWX_UCODE_TLV_FW_DBG_CONF. The user can add up-to
3092 * If the action is ADD, then it means the type of event to add.
3862 * IMPORTANT: add padding if necessary to ensure DWORD alignment.
5356 * @IWX_RX_BAID_ACTION_ADD: add a new BAID session
5446 * @u.add.sta_mask: station mask
5447 * @u.add.tid: TID
5448 * @u.add.reserved: reserved
5449 * @u.add.flags: flags from &enum iwl_tx_queue_cfg_actions, except
5451 * @u.add.cb_size: size code
5452 * @u.add
5471 } __packed add; /* TX_QUEUE_CFG_CMD_ADD_API_S_VER_1 */ member in union:iwx_scd_queue_cfg_cmd::__anon43
[all...]
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp996 testSet.add(entries[i]->path);
1396 // empty query, add some files, remove some files
1430 // non-empty query, add some files, remove some files
H A DEntryTest.cpp265 testStatables.add(new BEntry(filename), filename);
273 testEntries.add(new BEntry, "");
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js2242 document.body.classList.add('connect');
/haiku/src/kits/interface/
H A DColumnListView.cpp1077 BColumnListView::SetSortColumn(BColumn* column, bool add, bool ascending) argument
1082 if (!add)
2037 // add this column to the sort list
2105 // we also need to add the extra margin width that the TitleView
2537 // Re-add the column at the end of the list.
4168 // if the focus row isn't selected, add it to the selection
4448 // Remove and re-add in the right spot
4478 // Note, a -1 index implies add to end if sorting is not enabled

Completed in 131 milliseconds

1234567