Searched refs:to (Results 276 - 284 of 284) sorted by relevance

<<1112

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h18 * contributors may be used to endorse or promote products derived
41 * Use to mark a command to apply to all namespaces,
42 * or to retrieve global log pages.
103 * to wait for the controller to become ready
104 * (CSTS.RDY set to '1') after a power-on or reset
106 uint32_t to : 8; member in struct:nvme_cap_register::__anon1
455 * Two bits for CAP.AMS (18:17) field are set to '
[all...]
H A Dnvme_ctrlr.c18 * contributors may be used to endorse or promote products derived
38 * to be set to '1' after setting CC.EN to '1' from a previous value of '0'.
50 return (NVME_READY_TIMEOUT_UNIT * cap.bits.to);
72 /* Attempt to delete the completion queue */
260 * devices may specify a smaller limit, so we need to check
298 * of time to wait before proceeding.
436 * Use MDTS to ensure our default max_xfer_size doesn't
486 nvme_notice("Failed to ge
[all...]
/haiku/src/kits/tracker/
H A DPoseView.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
131 // in the rare cases where a pose view needs to b
[all...]
H A DPoseView.cpp8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
358 // init things related to layin
3990 MoveOrChangePoseSelection(int32 to) argument
[all...]
/haiku/src/kits/support/
H A DString.cpp45 // helper function, returns minimum of two given values (but clamps to 0):
56 //! Returns length of given string (but clamps to given maximum).
409 // Use a small on-stack buffer to save a second vsnprintf() call for most
1974 BString::SetByteAt(int32 pos, char to) argument
1977 fPrivateData[pos] = to;
2035 // ...found! Convert it to uppercase.
2043 // and meanwhile, turn to lowercase all the alphabetical ones
2105 // string is \0 terminated thus we don't need to check if we reached the end
2117 // We actually need to trim
2297 /*! Makes this string writable, and resizes the buffer to \
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
131 "Mark as spam and move to tras
187 TMailWindow(BRect rect, const char* title, TMailApp* app, const entry_ref* ref, const char* to, const BFont* font, bool resending, BMessenger* messenger) argument
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp18 // - Check for correctness and possible optimizations the calls to _Refresh(),
19 // to refresh only changed parts of text (currently we often redraw the whole
533 // what lines need to be drawn?
714 // (no need to hide the cursor)
769 // ignore, pass it up to superclass
1207 // apply null-style to inserted text
1275 // anything to delete?
1290 // check if the caret needs to be moved
1627 // apply the style to the style buffer
1853 // convert to tex
4656 STELine* to = endLine == maxLine ? NULL : (*fLines)[endLine + 1]; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp64 // port=X - connect to port X (default: 2049)
182 ERROR("Unable to parse mount arguments!\n");
193 ERROR("Unable to Acquire RPCServerManager!\n");
210 ERROR("Unable to locate root inode!\n");
221 ERROR("Unable to translate vnode to inode!\n");
322 // will cause FileInfo data to be updated (the former will also cause Inode
323 // object to be recreated). We are taking an optimistic (an lazy) approach
1301 VnodeToInodeLocker to(vti);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h4 * Permission to use, copy, modify, and/or distribute this software for any
27 #error AH_BYTE_ORDER needs to be defined!
47 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xff) */
151 * Per-channel ANI state private to the driver.
188 #define AR9300_CHANNEL_SWITCH_TIME_USEC 1000 /* 1 millisecond needed to change channels */
212 u_int32_t ast_ani_lzero; /* ANI listen time forced to zero */
240 u_int32_t rq_busy; /* 32 bit to insure atomic read/write */
265 u_int32_t ar_packet_threshold; /* Thresh to determine traffic load */
266 u_int32_t ar_par_threshold; /* Thresh to determine peak */
274 int32_t rs_firpwr; /* Thresh to chec
[all...]

Completed in 104 milliseconds

<<1112