PageRenderTime 1456ms queryTime 84ms sortTime 171ms getByIdsTime 992ms findMatchingLines 67ms

100+ results results for 'ntstatus' (1456 ms)

Not the results you expected?
bcmpcispi.h https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C Header | 205 lines
                    
46| 0x0048  INTMASK                                         DEV     SPI       |
                    
47| 0x004C  INTSTATUS                                       DEV     SPI       |
                    
48| 0x0060  HEXDISP     Reset value: 0x14e443f5.  In hexdisp mode, value      |
                    
                
dw-axi-dmac.h https://github.com/kvaneesh/linux.git | C Header | 366 lines
                    
141#define DMAC_CHEN_H		0x01C /* R/W DMAC Channel Enable 32-63 */
                    
142#define DMAC_INTSTATUS		0x030 /* R DMAC Interrupt Status */
                    
143#define DMAC_COMMON_INTCLEAR	0x038 /* W DMAC Interrupt Clear */
                    
143#define DMAC_COMMON_INTCLEAR	0x038 /* W DMAC Interrupt Clear */
                    
144#define DMAC_COMMON_INTSTATUS_ENA 0x040 /* R DMAC Interrupt Status Enable */
                    
145#define DMAC_COMMON_INTSIGNAL_ENA 0x048 /* R/W DMAC Interrupt Signal Enable */
                    
145#define DMAC_COMMON_INTSIGNAL_ENA 0x048 /* R/W DMAC Interrupt Signal Enable */
                    
146#define DMAC_COMMON_INTSTATUS	0x050 /* R DMAC Interrupt Status */
                    
147#define DMAC_RESET		0x058 /* R DMAC Reset Register1 */
                    
169#define CH_DSTATAR		0x078 /* R/W Chan Destination Status Fetch Addr */
                    
170#define CH_INTSTATUS_ENA	0x080 /* R/W Chan Interrupt Status Enable */
                    
171#define CH_INTSTATUS		0x088 /* R/W Chan Interrupt Status */
                    
                
au1100fb.h https://github.com/mturquette/linux.git | C Header | 378 lines
                    
83	u32  lcd_control;
                    
84	u32  lcd_intstatus;
                    
85	u32  lcd_intenable;
                    
161
                    
162#define LCD_INTSTATUS              (AU1100_LCD_BASE + 0x4)
                    
163#define LCD_INTENABLE              (AU1100_LCD_BASE + 0x8)
                    
                
en_US.php https://github.com/lenix/silverstripe-newsletter.git | PHP | 192 lines
                    
152);
                    
153$lang['en_US']['Newsletter_SentStatusReport.ss']['DATE'] = 'Date';
                    
154$lang['en_US']['Newsletter_SentStatusReport.ss']['EMAIL'] = 'Email';
                    
154$lang['en_US']['Newsletter_SentStatusReport.ss']['EMAIL'] = 'Email';
                    
155$lang['en_US']['Newsletter_SentStatusReport.ss']['FAILEDBL'] = 'Sending to the Following Recipients Did Not Occur Because They Are BlackListed';
                    
156$lang['en_US']['Newsletter_SentStatusReport.ss']['FN'] = 'Firstname';
                    
156$lang['en_US']['Newsletter_SentStatusReport.ss']['FN'] = 'Firstname';
                    
157$lang['en_US']['Newsletter_SentStatusReport.ss']['NEWSNEVERSENT'] = 'The Newsletter has Never Been Sent to Following Subscribers';
                    
158$lang['en_US']['Newsletter_SentStatusReport.ss']['RES'] = 'Result';
                    
158$lang['en_US']['Newsletter_SentStatusReport.ss']['RES'] = 'Result';
                    
159$lang['en_US']['Newsletter_SentStatusReport.ss']['SENDBOUNCED'] = 'Sending to the Following Recipients Bounced';
                    
160$lang['en_US']['Newsletter_SentStatusReport.ss']['SENDFAIL'] = 'Sending to the Following Recipients Failed';
                    
160$lang['en_US']['Newsletter_SentStatusReport.ss']['SENDFAIL'] = 'Sending to the Following Recipients Failed';
                    
161$lang['en_US']['Newsletter_SentStatusReport.ss']['SENTOK'] = 'Sending to the Following Recipients was Successful';
                    
162$lang['en_US']['Newsletter_SentStatusReport.ss']['SN'] = 'Surname';
                    
                
process_info.c https://bitbucket.org/maresystem/dogtown-nagios-plugins.git | C | 522 lines
                    
21 */
                    
22typedef LONG NTSTATUS;
                    
23
                    
23
                    
24typedef NTSTATUS (NTAPI *_NtQueryInformationProcess)(
                    
25    HANDLE ProcessHandle,
                    
467    static ULONG initialBufferSize = 0x4000;
                    
468    NTSTATUS status;
                    
469    PVOID buffer;
                    
                
IT0022ResponseWrapper.java https://gitlab.com/baihaki/hcms-sap | Java | 517 lines
                    
10
                    
11import com.abminvestama.hcms.core.model.constant.DocumentStatus;
                    
12import com.abminvestama.hcms.core.model.entity.IT0022;
                    
34 *     <tr><td>1.0.2</td><td>Baihaki</td><td>Add attachmentType, attachmentTypeText, attachmentPath field</td></tr>
                    
35 *     <tr><td>1.0.1</td><td>Anasuya</td><td>Add status (DocumentStatus) field</td></tr>
                    
36 *     <tr><td>1.0.0</td><td>Yauri</td><td>Development release</td></tr>
                    
65	private String sltp2Text;
                    
66	private String documentStatus;
                    
67	private String emark;
                    
105				.setAttachmentPath(StringUtils.defaultString(it0022.getAttachmentPath(), StringUtils.EMPTY))
                    
106				.setDocumentStatus(it0022.getStatus())
                    
107				.setEmark(StringUtils.defaultString(it0022.getEmark(), StringUtils.EMPTY));
                    
467	
                    
468	public IT0022ResponseWrapper setDocumentStatus(DocumentStatus documentStatus) {
                    
469		this.documentStatus = documentStatus.name();
                    
                
rt_usb_util.c https://gitlab.com/shinvdu/mt7601u | C | 681 lines
                    
567
                    
568NTSTATUS RtmpOsUsbStatusGet(
                    
569	IN	VOID			*pUrb)
                    
616*/
                    
617NTSTATUS RtmpOsUsbUrbStatusGet(
                    
618	IN	VOID					*pUrb)
                    
                
TraceLoggingDataType.cs https://github.com/directhex/mono-1.git | C# | 351 lines
                    
339        /// Encoding assumes 32-bit value.
                    
340        /// Decoding treats as NTSTATUS.
                    
341        /// </summary>
                    
341        /// </summary>
                    
342        NTStatus = UInt32 + (EventSourceFieldFormat.NTStatus << 8),
                    
343#endif
                    
                
DriverEntry.cpp https://github.com/gezidan/MicroFrameworkSDK-Mono.git | C++ | 362 lines
                    
3
                    
4NTSTATUS AddDevice(IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT pdo);
                    
5VOID DriverUnload(IN PDRIVER_OBJECT fdo);
                    
11#pragma PAGEDCODE
                    
12extern "C" NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,
                    
13                                IN PUNICODE_STRING RegistryPath)
                    
61///////////////////////////////////////////////////////////////////////////////
                    
62NTSTATUS AddDevice(IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT pdo)
                    
63{
                    
69
                    
70    NTSTATUS status;
                    
71
                    
246#pragma LOCKEDCODE
                    
247NTSTATUS DispatchInternalControl(PDEVICE_OBJECT fdo, PIRP Irp)
                    
248{
                    
                
TaskReport.html https://gitlab.com/ZZ3F2/MapReduce | HTML | 230 lines
                    
70<span class="sourceLineNo">062</span>   * @param diagnostics<a name="line.62"></a>
                    
71<span class="sourceLineNo">063</span>   * @param currentStatus<a name="line.63"></a>
                    
72<span class="sourceLineNo">064</span>   * @param startTime<a name="line.64"></a>
                    
76<span class="sourceLineNo">068</span>  TaskReport(TaskID taskid, float progress, String state,<a name="line.68"></a>
                    
77<span class="sourceLineNo">069</span>             String[] diagnostics, TIPStatus currentStatus, <a name="line.69"></a>
                    
78<span class="sourceLineNo">070</span>             long startTime, long finishTime,<a name="line.70"></a>
                    
79<span class="sourceLineNo">071</span>             Counters counters) {<a name="line.71"></a>
                    
80<span class="sourceLineNo">072</span>    super(taskid, progress, state, diagnostics, currentStatus, startTime,<a name="line.72"></a>
                    
81<span class="sourceLineNo">073</span>      finishTime, new org.apache.hadoop.mapreduce.Counters(counters));<a name="line.73"></a>
                    
87<span class="sourceLineNo">079</span>      report.getProgress(), report.getState(), report.getDiagnostics(),<a name="line.79"></a>
                    
88<span class="sourceLineNo">080</span>      report.getCurrentStatus(), report.getStartTime(), report.getFinishTime(),<a name="line.80"></a>
                    
89<span class="sourceLineNo">081</span>      Counters.downgrade(report.getTaskCounters()));<a name="line.81"></a>
                    
                
ProcessDetail.cs https://github.com/chromium/chromium.git | C# | 286 lines
                    
153      int size;
                    
154      LowLevelTypes.NTSTATUS status = NativeMethods.NtQueryInformationProcess(
                    
155          processHandle, 
                    
160
                    
161      if (status != LowLevelTypes.NTSTATUS.SUCCESS) {
                    
162        throw new Win32Exception();
                    
                
recurringSavings.php https://github.com/srsree/OurBank.git | PHP | 334 lines
                    
52			->where('a.group_id = ?',$memberId)
                    
53			->where('a.groupaccountstatus = 3 or a.groupaccountstatus = 1')
                    
54			->join(array('b' => 'ourbank_groupmembers'),'a.group_id = b.group_id');
                    
73			->where('A.account_id = ?',$accountId)
                    
74			->where('A.accountstatus_id = 3 or A.accountstatus_id = 1')
                    
75			->join(array('B' => 'ourbank_members'),'A.member_id=B.member_id')
                    
85			->where('a.member_id = ?',$memberId)
                    
86			->where('a.accountstatus_id = 3 or a.accountstatus_id = 1')
                    
87			->join(array('b' => 'ourbank_recurringaccounts'),'a.account_id = b.account_id')
                    
98			->where('a.account_number = ?',$accountcode)
                    
99			->where('a.accountstatus_id = 3 or a.accountstatus_id = 1')
                    
100			->join(array('b' => 'ourbank_recurringaccounts'),'a.account_id = b.account_id')
                    
166			->where('A.account_id = "'.$accountId.'"  AND A.product_id = "'.$productId.'"')
                    
167			->where('A.accountstatus_id = 3 or A.accountstatus_id = 1')
                    
168			->join(array('B' => 'ourbank_productsofferdetails'),'A.product_id=B.offerproduct_id')
                    
                
returnHeader.ftl https://github.com/thanhvc/ofbiz.git | Freemarker Template | 274 lines
                    
31            <input type="hidden" name="returnHeaderTypeId" value="CUSTOMER_RETURN"/>
                    
32            <input type="hidden" name="currentStatusId" value="${returnHeader.statusId?if_exists}" />
                    
33        <#else>
                    
188                <#if currentStatus?exists>
                    
189                  <option value="${currentStatus.statusId}">${currentStatus.get("description",locale)}</option>
                    
190                  <option value="${currentStatus.statusId}">---</option>
                    
                
policy_target_test.cc https://gitlab.com/jonnialva90/iridium-browser | C++ | 412 lines
                    
90  // Get the thread token, using impersonation.
                    
91  NTSTATUS status = NtOpenThreadTokenEx(GetCurrentThread(),
                    
92                                        TOKEN_IMPERSONATE | TOKEN_DUPLICATE,
                    
                
sidenav-full.jsp https://bitbucket.org/ameshack/zcore-dar.git | JavaServer Pages | 163 lines
                    
9<jsp:useBean id="now" class="java.util.Date" />
                    
10<div id="patientStatus">
                    
11        <table cellpadding="0" cellspacing="0" bgColor = "white" summary="Patient Status Bar" width="100%">
                    
                
annotate.go https://gitlab.com/jasonbishop/contrib | Go | 328 lines
                    
61Possible resources include (case insensitive): pods (po), services (svc),
                    
62replicationcontrollers (rc), nodes (no), events (ev), componentstatuses (cs),
                    
63limitranges (limits), persistentvolumes (pv), persistentvolumeclaims (pvc),
                    
                
mach-mx31ads.c https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C | 559 lines
                    
129	imr_val = __raw_readw(PBC_INTMASK_SET_REG);
                    
130	int_valid = __raw_readw(PBC_INTSTATUS_REG) & imr_val;
                    
131
                    
160	/* clear the interrupt status */
                    
161	__raw_writew(1 << expio, PBC_INTSTATUS_REG);
                    
162}
                    
194	__raw_writew(0xFFFF, PBC_INTMASK_CLEAR_REG);
                    
195	__raw_writew(0xFFFF, PBC_INTSTATUS_REG);
                    
196	for (i = MXC_EXP_IO_BASE; i < (MXC_EXP_IO_BASE + MXC_MAX_EXP_IO_LINES);
                    
                
llbottomtray.h https://github.com/HyangZhao/NaCl-main.git | C Header | 386 lines
                    
53	, public LLIMSessionObserver
                    
54	, public LLVoiceClientStatusObserver
                    
55{
                    
81
                    
82	// Implements LLVoiceClientStatusObserver::onChange() to enable the speak
                    
83	// button when voice is available
                    
                
adc.h https://github.com/mauriciobomfim/elua.git | C Header | 269 lines
                    
196extern void ADCIntEnable(unsigned long ulBase, unsigned long ulSequenceNum);
                    
197extern unsigned long ADCIntStatus(unsigned long ulBase,
                    
198                                  unsigned long ulSequenceNum,
                    
249                                   unsigned long ulSequenceNum);
                    
250extern unsigned long ADCComparatorIntStatus(unsigned long ulBase);
                    
251extern void ADCComparatorIntClear(unsigned long ulBase,
                    
                
r8192S_firmware.c https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C | 475 lines
                    
138FIRMWARE_8192S_STATUS
                    
139FirmwareGetNextStatus(FIRMWARE_8192S_STATUS FWCurrentStatus)
                    
140{
                    
142
                    
143	switch(FWCurrentStatus)
                    
144	{
                    
161		default:
                    
162			RT_TRACE(COMP_ERR,"Invalid FW Status(%#x)!!\n", FWCurrentStatus);
                    
163			break;
                    
                
directory.c https://github.com/clone/dokan.git | C | 421 lines
                    
23
                    
24NTSTATUS
                    
25DokanQueryDirectory(
                    
28
                    
29NTSTATUS
                    
30DokanNotifyChangeDirectory(
                    
35
                    
36NTSTATUS
                    
37DokanDispatchDirectoryControl(
                    
41{
                    
42	NTSTATUS			status		= STATUS_NOT_IMPLEMENTED;
                    
43	PFILE_OBJECT		fileObject;
                    
91
                    
92		DokanPrintNTStatus(status);
                    
93		DDbgPrint("<== DokanDirectoryControl\n");
                    
                
System.IO.Packaging.cs https://gitlab.com/0072016/0072016-corefx- | C# | 185 lines
                    
105        public abstract string Category { get; set; }
                    
106        public abstract string ContentStatus { get; set; }
                    
107        public abstract string ContentType { get; set; }
                    
                
EventDataConverter.java https://bitbucket.org/pymma/openesb-components.git | Java | 303 lines
                    
67            CompositeDataEventElementType.EVENTTYPE.getCompositeDataElement(),
                    
68            CompositeDataEventElementType.EVENTSTATUS.getCompositeDataElement(),
                    
69            CompositeDataEventElementType.EVENTSTATE.getCompositeDataElement(),
                    
86            CompositeDataEventElementType.EVENTTYPE.getDescription(),
                    
87            CompositeDataEventElementType.EVENTSTATUS.getDescription(),
                    
88            CompositeDataEventElementType.EVENTSTATE.getDescription(),
                    
153                 aResultSet.getString(11));
                    
154         properties.put(CompositeDataEventElementType.EVENTSTATUS.getCompositeDataElement(),
                    
155                 aResultSet.getInt(16)+"");
                    
193                event.getType());
                    
194        properties.put(CompositeDataEventElementType.EVENTSTATUS.getCompositeDataElement(),
                    
195                event.getObservationalState()+"");
                    
                
ntlmssp.c https://github.com/endisd/samba.git | C | 439 lines
                    
38	enum ntlmssp_message_type command;
                    
39	NTSTATUS (*sync_fn)(struct gensec_security *gensec_security,
                    
40			    TALLOC_CTX *out_mem_ctx,
                    
111
                    
112static NTSTATUS gensec_ntlmssp_magic(struct gensec_security *gensec_security, 
                    
113				     const DATA_BLOB *first_packet) 
                    
121
                    
122static NTSTATUS gensec_ntlmssp_update_find(struct gensec_ntlmssp_state *gensec_ntlmssp_state,
                    
123					   const DATA_BLOB input, uint32_t *idx)
                    
194
                    
195static NTSTATUS gensec_ntlmssp_update(struct gensec_security *gensec_security, 
                    
196				      TALLOC_CTX *out_mem_ctx, 
                    
199	struct gensec_ntlmssp_state *gensec_ntlmssp_state = (struct gensec_ntlmssp_state *)gensec_security->private_data;
                    
200	NTSTATUS status;
                    
201	uint32_t i;
                    
                
lpc17xx_timer.h https://github.com/Smoothieware/Smoothieware.git | C Header | 342 lines
                    
314void TIM_ClearIntCapturePending(LPC_TIM_TypeDef *TIMx, TIM_INT_TYPE IntFlag);
                    
315FlagStatus TIM_GetIntStatus(LPC_TIM_TypeDef *TIMx, TIM_INT_TYPE IntFlag);
                    
316FlagStatus TIM_GetIntCaptureStatus(LPC_TIM_TypeDef *TIMx, TIM_INT_TYPE IntFlag);
                    
                
main.cpp https://github.com/tap/TapTools.git | C++ | 339 lines
                    
28    // Declare callbacks used to observe scenario execution
                    
29    TTObject mEventStatusChangedCallback;
                    
30    
                    
45    friend TTErr DemoAppDataReturnValueCallback(const TTValue& baton, const TTValue& value);
                    
46    friend TTErr DemoAppEventStatusChangedCallback(const TTValue& baton, const TTValue& value);
                    
47    friend void DemoAppScenarioPollingThread(DemoApp* demoApp);
                    
53// Callback function to be notified when an event status is changing
                    
54TTErr DemoAppEventStatusChangedCallback(const TTValue& baton, const TTValue& value);
                    
55
                    
206    
                    
207    // Create a callback for the "EventStatusChanged" notification sent by each event
                    
208    mEventStatusChangedCallback = TTObject("callback");
                    
209    mEventStatusChangedCallback.set("baton", TTPtr(this));
                    
210    mEventStatusChangedCallback.set("function", TTPtr(&DemoAppEventStatusChangedCallback));
                    
211    mEventStatusChangedCallback.set("notification", TTSymbol("EventStatusChanged"));
                    
                
da_DK.php https://github.com/dimension27/silverstripe-ecommerce.git | PHP | 197 lines
                    
81$lang['da_DK']['OrderInformation.ss']['PAYMENTMETHOD'] = 'Metode';
                    
82$lang['da_DK']['OrderInformation.ss']['PAYMENTSTATUS'] = 'Betalingsstatus';
                    
83$lang['da_DK']['OrderInformation.ss']['PHONE'] = 'Telefon';
                    
146$lang['da_DK']['PaymentInformation.ss']['PAYMENTMETHOD'] = 'Metode';
                    
147$lang['da_DK']['PaymentInformation.ss']['PAYMENTSTATUS'] = 'Betalingsstatus';
                    
148$lang['da_DK']['PaymentInformation.ss']['TABLESUMMARY'] = 'Indholdet af din indkøbsvogn vises i denne form og resumé af alle gebyrer i forbindelse med en ordre og et sammendrag af betalingsmulighederne.';
                    
                
PositionMaintenanceReport.h https://github.com/thandav/ultraFIX.git | C Header | 315 lines
                    
21      const FIX::PosMaintAction& aPosMaintAction,
                    
22      const FIX::PosMaintStatus& aPosMaintStatus,
                    
23      const FIX::ClearingBusinessDate& aClearingBusinessDate )
                    
28      set(aPosMaintAction);
                    
29      set(aPosMaintStatus);
                    
30      set(aClearingBusinessDate);
                    
37    FIELD_SET(*this, FIX::OrigPosReqRefID);
                    
38    FIELD_SET(*this, FIX::PosMaintStatus);
                    
39    FIELD_SET(*this, FIX::PosMaintResult);
                    
                
oxPublisherConsoleMarketPluginClient.php https://bitbucket.org/valmy/openx.git | PHP | 423 lines
                    
277     */
                    
278    public function updateAccountStatus()    
                    
279    {
                    
280        $publisher_account_id = null;
                    
281        $currentStatus = null;
                    
282        
                    
287            $publisher_account_id = $doExtMarket->publisher_account_id;
                    
288            $currentStatus        = $doExtMarket->status; 
                    
289        }
                    
291        $this->pc_api_client->setPublisherAccountId($publisher_account_id);
                    
292        $newStatus = $this->pc_api_client->getAccountStatus();
                    
293        if ($newStatus != $currentStatus) {
                    
                
TomcatWebModule.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 339 lines
                    
63import javax.enterprise.deploy.spi.status.ProgressEvent;
                    
64import javax.enterprise.deploy.spi.status.DeploymentStatus;
                    
65import org.netbeans.modules.tomcat5.TomcatManager;
                    
224        public void updateState() {
                    
225            DeploymentStatus deployStatus = progressObject.getDeploymentStatus();
                    
226            
                    
309            synchronized (this) {
                    
310                DeploymentStatus status = progressObject.getDeploymentStatus();
                    
311                if (status.isCompleted() || status.isFailed()) {
                    
                
Comment.cs https://bitbucket.org/sendhil/wordpress-windowsphone.git | C# | 434 lines
                    
147                    NotifyPropertyChanged("Status");
                    
148                    NotifyPropertyChanged("CommentStatus");
                    
149                    NotifyPropertyChanged("FormattedStatus");
                    
168        [XmlIgnore]
                    
169        public eCommentStatus CommentStatus
                    
170        {
                    
174                //default to that value
                    
175                eCommentStatus result = eCommentStatus.approve;
                    
176                try
                    
179                    {
                    
180                        result = (eCommentStatus)Enum.Parse(typeof(eCommentStatus), _status, true);
                    
181                    }
                    
188            {
                    
189                if (value != CommentStatus)
                    
190                {
                    
                
Controller.php https://github.com/testruby/Tine-2.0-Open-Source-Groupware-and-CRM.git | PHP | 353 lines
                    
91        
                    
92        if ($accessLog->result === Tinebase_Auth::SUCCESS && $user !== NULL && $user->accountStatus === Tinebase_User::STATUS_ENABLED) {
                    
93            $this->_initUser($user, $accessLog, $_password);
                    
153        // is the user enabled?
                    
154        if ($_accessLog->result == Tinebase_Auth::SUCCESS && $_user->accountStatus !== Tinebase_User::STATUS_ENABLED) {
                    
155            // is the account enabled?
                    
155            // is the account enabled?
                    
156            if ($_user->accountStatus == Tinebase_User::STATUS_DISABLED) {
                    
157                if (Tinebase_Core::isLogLevel(Zend_Log::INFO)) Tinebase_Core::getLogger()->info(__METHOD__ . '::' . __LINE__ . ' Account: '. $_user->accountLoginName . ' is disabled');
                    
161            // is the account expired?
                    
162            else if ($_user->accountStatus == Tinebase_User::STATUS_EXPIRED) {
                    
163                if (Tinebase_Core::isLogLevel(Zend_Log::INFO)) Tinebase_Core::getLogger()->info(__METHOD__ . '::' . __LINE__ . ' Account: '. $_user->accountLoginName . ' password is expired');
                    
167            // too many login failures?
                    
168            else if ($_user->accountStatus == Tinebase_User::STATUS_BLOCKED) {
                    
169                if (Tinebase_Core::isLogLevel(Zend_Log::INFO)) Tinebase_Core::getLogger()->info(__METHOD__ . '::' . __LINE__ . ' Account: '. $_user->accountLoginName . ' is blocked');
                    
                
nameregister.c https://gitlab.com/miztake/samba | C | 514 lines
                    
27#include "librpc/gen_ndr/ndr_nbt.h"
                    
28#include "../lib/util/tevent_ntstatus.h"
                    
29
                    
97*/
                    
98_PUBLIC_ NTSTATUS nbt_name_register_recv(struct nbt_name_request *req,
                    
99				TALLOC_CTX *mem_ctx, struct nbt_name_register *io)
                    
100{
                    
101	NTSTATUS status;
                    
102	struct nbt_name_packet *packet;
                    
139*/
                    
140_PUBLIC_ NTSTATUS nbt_name_register(struct nbt_name_socket *nbtsock,
                    
141			   TALLOC_CTX *mem_ctx, struct nbt_name_register *io)
                    
209		struct nbt_name_register_bcast_state);
                    
210	NTSTATUS status;
                    
211
                    
                
cmsMailOutbox.css https://gitlab.com/QuerixDemos/cms | CSS | 294 lines
                    
59.cmsfb .qx-aum-grid-panel.qx-c-minimal.qx-identifier-cntdetail2,
                    
60.cmsfb .qx-aum-grid-panel.qx-c-minimal.qx-identifier-cntstatusbar,
                    
61.cmsfb .qx-identifier-rb_open_filter {
                    
                
filesystem_interception.cc https://github.com/akesling/chromium.git | C++ | 351 lines
                    
17
                    
18NTSTATUS WINAPI TargetNtCreateFile(NtCreateFileFunction orig_CreateFile,
                    
19                                   PHANDLE file, ACCESS_MASK desired_access,
                    
26  // Check if the process can open it first.
                    
27  NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes,
                    
28                                    io_status, allocation_size,
                    
49    uint32 attributes = 0;
                    
50    NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
                    
51                                    NULL);
                    
93
                    
94NTSTATUS WINAPI TargetNtOpenFile(NtOpenFileFunction orig_OpenFile, PHANDLE file,
                    
95                                 ACCESS_MASK desired_access,
                    
99  // Check if the process can open it first.
                    
100  NTSTATUS status = orig_OpenFile(file, desired_access, object_attributes,
                    
101                                  io_status, sharing, options);
                    
                
EnterpriseDeploymentTestCase.java https://github.com/tomathome/jboss-as.git | Java | 339 lines
                    
108        try {
                    
109            DeploymentStatus state = progress.getDeploymentStatus();
                    
110            assertEquals(StateType.COMPLETED, state.getState());
                    
128        try {
                    
129            DeploymentStatus state = progress.getDeploymentStatus();
                    
130            assertEquals(StateType.FAILED, state.getState());
                    
140        try {
                    
141            DeploymentStatus state = progress.getDeploymentStatus();
                    
142            assertEquals(StateType.COMPLETED, state.getState());
                    
152        try {
                    
153            DeploymentStatus state = progress.getDeploymentStatus();
                    
154            assertEquals(StateType.COMPLETED, state.getState());
                    
240            public void handleProgressEvent(ProgressEvent event) {
                    
241                DeploymentStatus status = event.getDeploymentStatus();
                    
242                if (status.isCompleted()) {
                    
                
SystemUIModes.java https://gitlab.com/brian0218/rk3188_rk3066_r-box_android4.4.2_sdk | Java | 366 lines
                    
138
                    
139    private void setTranslucentStatus(boolean on) {
                    
140        Window win = getWindow();
                    
230        );
                    
231        ((CheckBox) findViewById(R.id.windowTranslucentStatus)).setOnCheckedChangeListener(
                    
232                new CompoundButton.OnCheckedChangeListener() {
                    
234                    public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
                    
235                        setTranslucentStatus(isChecked);
                    
236                    }
                    
                
Write.c https://gitlab.com/benjdag/SoftEtherVPN | C | 426 lines
                    
48
                    
49NTSTATUS
                    
50NPF_Write(
                    
                
EndpointImplTest.java https://bitbucket.org/pymma/openesb-components.git | Java | 334 lines
                    
137    /**
                    
138     * Test of setEndpointStatus and getEndpointStatus method, of class
                    
139     * com.sun.jbi.hl7bc.EndpointImpl.
                    
141    public void testSetGetEndpointStatus() {
                    
142        System.out.println("Testing setEndpointStatus and getEndpointStatus");
                    
143
                    
144		Mock endpointStatusMock = mock (EndpointStatus.class);        
                    
145        EndpointStatus expResult = (EndpointStatus)endpointStatusMock.proxy();
                    
146        instance.setEndpointStatus(expResult);
                    
146        instance.setEndpointStatus(expResult);
                    
147        EndpointStatus result = instance.getEndpointStatus();
                    
148        assertEquals(expResult, result);       
                    
149
                    
150		System.out.println("Successfully tested setEndpointStatus and getEndpointStatus");
                    
151    }
                    
                
HC-RMON-MIB.yaml https://bitbucket.org/cfield/metasploit-framework.git | YAML | 193 lines
                    
161mediaIndependentDataSource: 1.3.6.1.2.1.16.21.1.1.2
                    
162mediaIndependentStatus: 1.3.6.1.2.1.16.21.1.1.31
                    
163nlHostHighCapacityOutOverflowOctets: 1.3.6.1.2.1.16.14.3.1.7
                    
                
ck_aes.c https://gitlab.com/21mece13/FreeRTOS | C | 525 lines
                    
128
                    
129static inline uint32_t aes_get_intstatus(uint32_t AES_IT)
                    
130{
                    
168
                    
169        while (aes_get_intstatus(AES_IT_KEYINT));
                    
170
                    
                
3c90x.h https://gitlab.com/waldi/ipxe | C Header | 309 lines
                    
78	/*                                    */
                    
79	regIntStatusAuto_w = 0x1e,	/* 905B Revision Only                 */
                    
80	regTxStatus_b = 0x1b,	/* Universal with Exception, pg 113   */
                    
82	regTxPktId_b = 0x18,	/* 905B Revision Only                 */
                    
83	regCommandIntStatus_w = 0x0e,	/* Universal (Command Variations)     */
                    
84};
                    
                
rollout_status_test.go https://gitlab.com/unofficial-mirrors/kubernetes | Go | 449 lines
                    
29
                    
30func TestDeploymentStatusViewerStatus(t *testing.T) {
                    
31	tests := []struct {
                    
33		specReplicas int32
                    
34		status       extensions.DeploymentStatus
                    
35		msg          string
                    
40			specReplicas: 1,
                    
41			status: extensions.DeploymentStatus{
                    
42				ObservedGeneration:  1,
                    
54			specReplicas: 1,
                    
55			status: extensions.DeploymentStatus{
                    
56				ObservedGeneration:  1,
                    
68			specReplicas: 2,
                    
69			status: extensions.DeploymentStatus{
                    
70				ObservedGeneration:  1,
                    
                
offlinestatuscomponent.js https://github.com/ggppwx/heuristic-problem-solving-.git | JavaScript | 546 lines
                    
318    var previousStatusClassName = this.getStatusClassName_(previousStatus);
                    
319    var currentStatusClassName = this.getStatusClassName_(status);
                    
320    if (previousStatus &&
                    
322      goog.dom.classes.swap(
                    
323          element, previousStatusClassName, currentStatusClassName);
                    
324    } else {
                    
324    } else {
                    
325      goog.dom.classes.add(element, currentStatusClassName);
                    
326    }
                    
                
jr.c https://github.com/huangrui/linux.git | C | 566 lines
                    
37	wr_reg32(&jrp->rregs->jrcommand, JRCR_RESET);
                    
38	while (((rd_reg32(&jrp->rregs->jrintstatus) & JRINT_ERR_HALT_MASK) ==
                    
39		JRINT_ERR_HALT_INPROGRESS) && --timeout)
                    
41
                    
42	if ((rd_reg32(&jrp->rregs->jrintstatus) & JRINT_ERR_HALT_MASK) !=
                    
43	    JRINT_ERR_HALT_COMPLETE || timeout == 0) {
                    
134	 */
                    
135	irqstate = rd_reg32(&jrp->rregs->jrintstatus);
                    
136	if (!irqstate)
                    
152	/* Have valid interrupt at this point, just ACK and trigger */
                    
153	wr_reg32(&jrp->rregs->jrintstatus, irqstate);
                    
154
                    
                
OutboundMessageHandler.java https://bitbucket.org/rsaqc/openesb-core.git | Java | 440 lines
                    
33import com.sun.jbi.binding.jms.EndpointBean;
                    
34import com.sun.jbi.binding.jms.EndpointStatus;
                    
35import com.sun.jbi.binding.jms.JMSBindingContext;
                    
93
                    
94            if ((eb == null) || (!eb.getStatus().equals(EndpointStatus.STARTED)))
                    
95            {
                    
                
loc_api_v02_log.c https://bitbucket.org/androidarmv6/android_hardware_qcom_gps.git | C | 243 lines
                    
219
                    
220const char* loc_get_v02_client_status_name(locClientStatusEnumType status)
                    
221{
                    
                
SetTrafficManagerEndpointTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 357 lines
                    
55                Type = EndpointType.Any,
                    
56                Status = EndpointStatus.Enabled,
                    
57                Weight = 10,
                    
91            Assert.AreEqual(EndpointType.Any, updatedEndpoint.Type);
                    
92            Assert.AreEqual(EndpointStatus.Enabled, updatedEndpoint.Status);
                    
93
                    
109                Type = EndpointType.Any,
                    
110                Status = EndpointStatus.Enabled,
                    
111                Weight = Weight
                    
142            Assert.AreEqual(EndpointType.Any, updatedEndpoint.Type);
                    
143            Assert.AreEqual(EndpointStatus.Enabled, updatedEndpoint.Status);
                    
144
                    
158                Type = EndpointType.Any,
                    
159                Status = EndpointStatus.Enabled,
                    
160                Weight = Weight,
                    
                
3c359.h https://gitlab.com/envieidoc/advancedtomato2 | C Header | 290 lines
                    
82#define MMIO_DNBURSTTHRESH 0x41
                    
83#define MMIO_INTSTATUS_AUTO 0x56
                    
84#define MMIO_TXSTARTTHRESH 0x58
                    
87#define MMIO_COMMAND 0x5E  /* These two are meant to be the same */
                    
88#define MMIO_INTSTATUS 0x5E /* Makes the code more readable this way */
                    
89#define INTSTAT_CMD_IN_PROGRESS (1<<12) 
                    
                
download_manager_delegate.h https://github.com/chromium/chromium.git | C Header | 250 lines
                    
70    download::DownloadDangerType danger_type,
                    
71    download::DownloadItem::MixedContentStatus mixed_content_status,
                    
72    const base::FilePath& intermediate_path,
                    
                
ServiceUnitProcessNode.java https://bitbucket.org/rsaqc/netbeans-soa.git | Java | 301 lines
                    
72import org.netbeans.modules.compapp.projects.jbi.api.JbiDefaultComponentInfo;
                    
73import org.netbeans.modules.sun.manager.jbi.management.model.JBIComponentStatus;
                    
74
                    
284                JbiDefaultComponentInfo.getJbiDefaultComponentInfo();
                    
285        JBIComponentStatus compStatus = defaultCompInfo.getComponentHash().get(compName);
                    
286        
                    
                
ModerateCommentPage.xaml.cs https://bitbucket.org/sendhil/wordpress-windowsphone.git | C# | 401 lines
                    
146                Comment comment = DataContext as Comment;
                    
147                comment.CommentStatus = eCommentStatus.spam;
                    
148
                    
163            Comment comment = DataContext as Comment;
                    
164            comment.CommentStatus = eCommentStatus.hold;
                    
165
                    
175            Comment comment = DataContext as Comment;
                    
176            comment.CommentStatus = eCommentStatus.approve;
                    
177
                    
252
                    
253            switch (comment.CommentStatus)
                    
254            {
                    
254            {
                    
255                case eCommentStatus.approve:
                    
256                    ApplicationBar.Buttons.Add(_spamIconButton);
                    
                
latihan.tpl https://github.com/emmank/cardiac.git | Smarty Template | 187 lines
                    
19 *  
                    
20 *  presentStatus.php
                    
21 *  
                    
                
tkMacOSXEvent.c https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C | 272 lines
                    
63 *
                    
64 *	Note on MacEventStatus.stopProcessing: Please be conservative in the
                    
65 *	individual handlers and don't assume the event is fully handled
                    
82    TkMacOSXEvent *eventPtr,
                    
83    MacEventStatus *statusPtr)
                    
84{
                    
135    TkMacOSXEvent *eventPtr,
                    
136    MacEventStatus *statusPtr)
                    
137{
                    
219    TkMacOSXEvent *eventPtr,
                    
220    MacEventStatus * statusPtr)
                    
221{
                    
                
NewStatusMessageDialog.java https://bitbucket.org/LANJr4D/sc-android.git | Java | 232 lines
                    
168
                    
169        private PresenceStatus currentStatus;
                    
170
                    
180
                    
181            this.currentStatus = presenceOpSet.getPresenceStatus();
                    
182        }
                    
187            {
                    
188                presenceOpSet.publishPresenceStatus(currentStatus, message);
                    
189            }
                    
                
JenkinsService.java https://gitlab.com/kindfulkirby/sybil | Java | 221 lines
                    
200
                    
201    private StatusInformation higherStatus(StatusInformation newStatus, StatusInformation currentStatus) {
                    
202
                    
202
                    
203        if (currentStatus == null || newStatus.getStatus().ordinal() > currentStatus.getStatus().ordinal()) {
                    
204            return newStatus;
                    
205        } else {
                    
206            return currentStatus;
                    
207        }
                    
                
sbsdioh.h https://github.com/Bugscz/DellStreak5-GingerBread.git | C Header | 310 lines
                    
56
                    
57	uint32 intstatus;	/* 0x90: interrupt status */
                    
58	uint32 intmask;		/* 0x94: interrupt mask */
                    
168
                    
169/* intstatus and intmask */
                    
170#define INT_CMD_DAT_DONE	0x0001		/* sticky, sdio command/data xfer done */
                    
273
                    
274/* intstatus and intmask */
                    
275#define INT_CMD_DAT_DONE_M	BITFIELD_MASK(1)	/* Bit 0: sticky,
                    
                
selector_observer.h https://github.com/chromium/chromium.git | C Header | 342 lines
                    
112  using Callback = base::RepeatingCallback<
                    
113      void(const ClientStatus&, const std::vector<Update>&, SelectorObserver*)>;
                    
114
                    
128  // outlive this instance.
                    
129  ClientStatus Start(base::OnceClosure finished_callback);
                    
130
                    
138      base::OnceCallback<void(
                    
139          const ClientStatus&,
                    
140          const base::flat_map<SelectorId, DomObjectFrameStack>&)> callback);
                    
179  base::OnceCallback<void(
                    
180      const ClientStatus&,
                    
181      const base::flat_map<SelectorId, DomObjectFrameStack>&)>
                    
209
                    
210  void FailWithError(const ClientStatus&);
                    
211  template <typename T>
                    
                
adc.h https://gitlab.com/21mece13/FreeRTOS | C Header | 142 lines
                    
89extern void ADCIntEnable(unsigned long ulBase, unsigned long ulSequenceNum);
                    
90extern unsigned long ADCIntStatus(unsigned long ulBase,
                    
91                                  unsigned long ulSequenceNum,
                    
                
service_resolver_32.cc https://gitlab.com/jonnialva90/iridium-browser | C++ | 424 lines
                    
143
                    
144NTSTATUS ServiceResolverThunk::Setup(const void* target_module,
                    
145                                     const void* interceptor_module,
                    
151                                     size_t* storage_used) {
                    
152  NTSTATUS ret = Init(target_module, interceptor_module, target_name,
                    
153                      interceptor_name, interceptor_entry_point,
                    
179
                    
180NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module,
                    
181                                         const char* target_name,
                    
184                                         size_t* storage_used) {
                    
185  NTSTATUS ret = ResolveTarget(target_module, target_name, &target_);
                    
186  if (!NT_SUCCESS(ret))
                    
262
                    
263NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk,
                    
264                                            void* remote_thunk) {
                    
                
EmployeeTests.cs https://github.com/techlunacy/Employees.git | C# | 328 lines
                    
274
                    
275            var action = _employeeController.Index(EmploymentStatusFilter.All) as ViewResult;
                    
276
                    
286
                    
287            var action = _employeeController.Index(EmploymentStatusFilter.No) as ViewResult;
                    
288
                    
298
                    
299            var action = _employeeController.Index(EmploymentStatusFilter.No) as ViewResult;
                    
300
                    
                
ListEntry.php https://github.com/Martin1982/IBMessagingWorkshopServer.git | PHP | 246 lines
                    
49/**
                    
50 * @see Zend_Gdata_Extension_EventStatus
                    
51 */
                    
51 */
                    
52// require_once 'Zend/Gdata/Extension/EventStatus.php';
                    
53
                    
                
InfinispanNamedEmbeddedCacheFactoryBeanTest.java https://bitbucket.org/cprenzberg/infinispan.git | Java | 286 lines
                    
33import org.infinispan.Cache;
                    
34import org.infinispan.lifecycle.ComponentStatus;
                    
35import org.infinispan.manager.EmbeddedCacheManager;
                    
247                        + "However, the created Infinispan is not yet terminated.",
                    
248               ComponentStatus.TERMINATED, cache.getStatus());
                    
249   }
                    
                
dashboard.php https://gitlab.com/billyprice1/Cachet | PHP | 275 lines
                    
82        'components'         => 'Komponenter',
                    
83        'component_statuses' => 'Komponentstatus',
                    
84        'listed_group'       => 'Gruppert under :name',
                    
                
combined_document.php https://github.com/mackensen/moodle.git | PHP | 446 lines
                    
239
                    
240        $currentstatus = $this->get_status();
                    
241        $readystatuslist = [self::STATUS_READY, self::STATUS_READY_PARTIAL];
                    
241        $readystatuslist = [self::STATUS_READY, self::STATUS_READY_PARTIAL];
                    
242        if ($currentstatus === self::STATUS_FAILED) {
                    
243            $this->store_empty_document($contextid, $itemid);
                    
245            return $this;
                    
246        } else if (!in_array($currentstatus, $readystatuslist)) {
                    
247            // The document is either:
                    
304        // Store the newly created file as a stored_file.
                    
305        $this->store_combined_file($tmpfile, $contextid, $itemid, ($currentstatus == self::STATUS_READY_PARTIAL));
                    
306
                    
                
Grant.php https://github.com/michaelmcandrew/cic.git | PHP | 332 lines
                    
177
                    
178        $grantStatus = CRM_Core_OptionGroup::values( 'grant_status' );
                    
179        $this->add('select', 'status_id',  ts( 'Grant Status' ),
                    
179        $this->add('select', 'status_id',  ts( 'Grant Status' ),
                    
180                   array( '' => ts( '- select -' ) ) + $grantStatus , true);
                    
181
                    
                
auth_domain.c https://gitlab.com/envieidoc/advancedtomato2 | C | 474 lines
                    
42
                    
43static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
                    
44						const char *domain,
                    
49{
                    
50        NTSTATUS result;
                    
51	struct rpc_pipe_client *netlogon_pipe = NULL;
                    
183
                    
184static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx,
                    
185					const auth_usersupplied_info *user_info, 
                    
195	struct rpc_pipe_client *netlogon_pipe = NULL;
                    
196	NTSTATUS nt_status = NT_STATUS_NO_LOGON_SERVERS;
                    
197	int i;
                    
302
                    
303static NTSTATUS check_ntdomain_security(const struct auth_context *auth_context,
                    
304					void *my_private_data, 
                    
                
VoltDBOsmSink.java https://github.com/VoltDB/voltdb.git | Java | 350 lines
                    
54import org.voltdb.client.ClientStatsContext;
                    
55import org.voltdb.client.ClientStatusListenerExt;
                    
56import org.voltdb.client.NoConnectionsException;
                    
324     */
                    
325    public static class StatusListener extends ClientStatusListenerExt {
                    
326        @Override
                    
                
SavingsTransactionWorkbookPopulatorTest.java https://gitlab.com/skylabase/DataImportTool | Java | 105 lines
                    
32      "\"id\": 6,\"accountNo\": \"000000006\",\"clientId\": 1,\"clientName\": \"Arsene K Wenger\",\"savingsProductId\": 1,\"savingsProductName\": \"SP1\",\"fieldOfficerId\": 1," +
                    
33      "\"fieldOfficerName\": \"Chatta, Sahil\",\"status\": {\"id\": 300,\"code\": \"savingsAccountStatusType.active\",\"value\": \"Active\",\"submittedAndPendingApproval\": false," +
                    
34      "\"approved\": false,\"rejected\": false,\"withdrawnByApplicant\": false,\"active\": true,\"closed\": false},\"timeline\": {\"submittedOnDate\": [2013,7,2]," +
                    
44		Mockito.when(restClient.get("clients?limit=-1")).thenReturn("{\"totalFilteredRecords\": 2,\"pageItems\": [{\"id\": 1,\"accountNo\": \"000000001\"," +
                    
45    	 		"\"status\": {\"id\": 300,\"code\": \"clientStatusType.active\",\"value\": \"Active\"},\"active\": true,\"activationDate\": [2013,7,1]," +
                    
46    	 		"\"firstname\": \"Arsene\",\"middlename\": \"K\",\"lastname\": \"Wenger\",\"displayName\": \"Arsene K Wenger\",\"officeId\": 1," +
                    
47    	 		"\"officeName\": \"Head Office\",\"staffId\": 1,\"staffName\": \"Chatta, Sahil\"},{\"id\": 2,\"accountNo\": \"000000002\"," +
                    
48    	 		"\"status\": {\"id\": 300,\"code\": \"clientStatusType.active\",\"value\": \"Active\"},\"active\": true,\"activationDate\": [2013,7,1]," +
                    
49    	 		"\"firstname\": \"Billy\",\"middlename\": \"T\",\"lastname\": \"Bob\",\"displayName\": \"Billy T Bob\",\"officeId\": 2,\"officeName\": \"Office1\"," +
                    
                
cmd_signup.go https://gitlab.com/yenny.prathivi/client | Go | 459 lines
                    
171
                    
172	var rres keybase1.GetCurrentStatusRes
                    
173
                    
173
                    
174	if rres, err = s.ccli.GetCurrentStatus(context.TODO(), 0); err != nil {
                    
175		return err
                    
                
avm_a1.c https://bitbucket.org/codefirex/kernel_samsung_jf.git | C | 308 lines
                    
114		} else if (cs->debug & L1_DEB_INTSTAT)
                    
115			debugl1(cs, "avm IntStatus %x", sval);
                    
116		if (!(sval & AVM_A1_STAT_HSCX)) {
                    
                
cyglsa.h https://bitbucket.org/pizzafactory/binutils.git | C Header | 213 lines
                    
64{
                    
65  NTSTATUS (NTAPI *CreateLogonSession)(PLUID);
                    
66  NTSTATUS (NTAPI *DeleteLogonSession)(PLUID);
                    
66  NTSTATUS (NTAPI *DeleteLogonSession)(PLUID);
                    
67  NTSTATUS (NTAPI *AddCredentials)(PLUID, ULONG, PLSA_STRING, PLSA_STRING);
                    
68  NTSTATUS (NTAPI *GetCredentials)(PVOID); /* wrong prototype, unused */
                    
68  NTSTATUS (NTAPI *GetCredentials)(PVOID); /* wrong prototype, unused */
                    
69  NTSTATUS (NTAPI *DeleteCredentials)(PVOID); /* wrong prototype, unused */
                    
70  PVOID (NTAPI *AllocateLsaHeap)(ULONG);
                    
71  VOID (NTAPI *FreeLsaHeap)(PVOID);
                    
72  NTSTATUS (NTAPI *AllocateClientBuffer)(PLSA_CLIENT_REQUEST, ULONG, PVOID *);
                    
73  NTSTATUS (NTAPI *FreeClientBuffer)(PLSA_CLIENT_REQUEST, PVOID);
                    
73  NTSTATUS (NTAPI *FreeClientBuffer)(PLSA_CLIENT_REQUEST, PVOID);
                    
74  NTSTATUS (NTAPI *CopyToClientBuffer)(PLSA_CLIENT_REQUEST, ULONG,
                    
75				       PVOID, PVOID);
                    
                
SSKRecharge.java https://bitbucket.org/haris_peco/debrief.git | Java | 483 lines
                    
180   *
                    
181   * @param currentStatus
                    
182   */
                    
182   */
                    
183  public void interrupted(Status currentStatus)
                    
184  {
                    
                
OVR_Timer.cpp https://gitlab.com/jensclae/Bachelorproef_JensClaes_3MMP_ProDuce | C++ | 460 lines
                    
42#if defined(OVR_BUILD_DEBUG) && defined(OVR_OS_WIN32)
                    
43    typedef NTSTATUS (NTAPI* NtQueryTimerResolutionType)(PULONG MaximumTime, PULONG MinimumTime, PULONG CurrentTime);
                    
44    NtQueryTimerResolutionType pNtQueryTimerResolution;
                    
                
comp.h https://gitlab.com/21mece13/FreeRTOS | C Header | 134 lines
                    
120extern void ComparatorIntDisable(unsigned long ulBase, unsigned long ulComp);
                    
121extern tBoolean ComparatorIntStatus(unsigned long ulBase, unsigned long ulComp,
                    
122                                    tBoolean bMasked);
                    
                
CaStlHdrResponseWrapper.java https://gitlab.com/baihaki/hcms-sap | Java | 421 lines
                    
99			
                    
100			String settlementStatus = ""; 
                    
101			for (SettlementProcess item : SettlementProcess.values()) {
                    
102				if (stlHdr.getProcess().intValue() == item.val) {
                    
103					settlementStatus = item.name().replace("_", " ");
                    
104					break;
                    
124			.setProcess(stlHdr.getProcess())
                    
125			.setStatus(settlementStatus)
                    
126			.setNotes(stlHdr.getNotes() != null ? stlHdr.getNotes() : StringUtils.EMPTY)
                    
                
proxy.c https://github.com/lauria/Samba4.git | C | 585 lines
                    
27#include "libcli/util/tstream.h"
                    
28#include "lib/util/tevent_ntstatus.h"
                    
29#include "lib/stream/packet.h"
                    
118	if (!W_ERROR_IS_OK(werr)) {
                    
119		NTSTATUS status = werror_to_ntstatus(werr);
                    
120		tevent_req_nterror(req, status);
                    
181		struct kdc_udp_proxy_state);
                    
182	NTSTATUS status;
                    
183	struct tevent_req *subreq;
                    
304
                    
305NTSTATUS kdc_udp_proxy_recv(struct tevent_req *req,
                    
306			    TALLOC_CTX *mem_ctx,
                    
366	if (!W_ERROR_IS_OK(werr)) {
                    
367		NTSTATUS status = werror_to_ntstatus(werr);
                    
368		tevent_req_nterror(req, status);
                    
                
mitkToFCameraPMDDevice.cpp https://github.com/cim-unito/MITK.git | C++ | 411 lines
                    
152      bool overflow = false;
                    
153      bool printStatus = false;
                    
154      while (toFCameraDevice->IsCameraActive())
                    
181        {
                    
182          printStatus = true;
                    
183        }
                    
193        // print current framerate
                    
194        if (printStatus)
                    
195        {
                    
199          t1 = realTimeClock->GetCurrentStamp();
                    
200          printStatus = false;
                    
201        }
                    
                
JadeFS.cs https://gitlab.com/tim-m89/JadeFS | C# | 381 lines
                    
85
                    
86        public NtStatus CreateFile(string fileName, DokanNet.FileAccess access, FileShare share, FileMode mode, FileOptions options, FileAttributes attributes, DokanFileInfo info)
                    
87        {
                    
105
                    
106                return NtStatus.ObjectNameNotFound;
                    
107            }
                    
110                Console.WriteLine("Error " + ex.ToString());
                    
111                return NtStatus.Error;
                    
112            }
                    
114
                    
115        public NtStatus DeleteDirectory(string fileName, DokanFileInfo info)
                    
116        {
                    
117            Console.WriteLine("DeleteDirectory called on " + fileName);
                    
118            return NtStatus.NotImplemented;
                    
119        }
                    
                
Agreement.php https://github.com/itfcfan/magento-mirror.git | PHP | 345 lines
                    
157     */
                    
158    public function updateBillingAgreementStatus(Mage_Payment_Model_Billing_AgreementAbstract $agreement)
                    
159    {
                    
162            ->setReferenceId($agreement->getReferenceId())
                    
163            ->setBillingAgreementStatus($targetStatus);
                    
164        try {
                    
                
UrlValidatorTests.java https://github.com/aclement/grails-core.git | Java | 310 lines
                    
27
                    
28    private boolean printStatus = false;
                    
29    private boolean printIndex = false;//print index that indicates current scheme,host,port,path, query test were using.
                    
56    public void testIsValidScheme() {
                    
57        if (printStatus) {
                    
58            System.out.print("\n testIsValidScheme() ");
                    
66            assertEquals(testPair.item, testPair.valid, result);
                    
67            if (printStatus) {
                    
68                if (result == testPair.valid) {
                    
75        }
                    
76        if (printStatus) {
                    
77            System.out.println();
                    
107            assertEquals(url, expected, result);
                    
108            if (printStatus) {
                    
109                if (printIndex) {
                    
                
libnet_domain.c https://github.com/endisd/samba.git | C | 444 lines
                    
34{
                    
35	NTSTATUS status;
                    
36	struct policy_handle h, domain_handle;
                    
90{
                    
91	NTSTATUS status;
                    
92	struct lsa_OpenPolicy2 open;
                    
122{
                    
123	NTSTATUS status;
                    
124	bool ret = true;
                    
174	bool ret = true;
                    
175	NTSTATUS status;
                    
176	TALLOC_CTX *mem_ctx=NULL;
                    
242{
                    
243	NTSTATUS status;
                    
244	struct libnet_context *ctx;
                    
                
regress-104077.js https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | JavaScript | 635 lines
                    
626  printBugNumber (bug);
                    
627  printStatus (summary);
                    
628
                    
                
onlinemarketing_accountstatus_new.htm https://bitbucket.org/kudutest2/kenticogit.git | HTML | 276 lines
                    
76var titlePath = unQuot("CMS Desk &gt; On-line marketing &gt; Configuration &gt; New account status /");
                    
77var fb2 = "&body=Ref:%20" + titlePath + "%20ID:%20onlinemarketing_accountstatus_new%0A%0D%0A%0D" + unQuot("Dear Support Staff,") + "%0A%0D%0A%0D";
                    
78var fb = fb1 + fb2;
                    
100if (location.search.lastIndexOf("toc=0")<=0) {
                    
101  if (parent.frames.length==0) { parent.location.href="index.html?onlinemarketing_accountstatus_new.htm"; }
                    
102  else { parent.quicksync('a1.5.6.3'); }
                    
136    <td align="center" width="20" class="idnav" valign="bottom">
                    
137     <a href="onlinemarketing_accountstatus_list.htm"
                    
138        onmouseover="document.images.prev.src='button_prev_h.gif'" 
                    
144   <td align="center" width="20" class="idnav" valign="bottom">
                    
145     <a href="onlinemarketing_accountstatus_edit.htm"
                    
146        onmouseover="document.images.next.src='button_next_h.gif'" 
                    
263             document.write('<p class="help-url"><b>Help URL:&nbsp;</b>');
                    
264             document.write('<a href="<%HELP_LOCATION%><%DEVNET_PATH_NAME%>/index.html?onlinemarketing_accountstatus_new.htm" target="_top" title="Right-click to copy the URL of this help topic"><%HELP_LOCATION%><%DEVNET_PATH_NAME%>/index.html?onlinemarketing_accountstatus_new.htm</a>');
                    
265             document.write('</p>');
                    
                
CreateConfigurationTemplateResult.cs https://bitbucket.org/mdavid/awssdkfornet-extended.git | C# | 370 lines
                    
33        private string environmentName;
                    
34        private string deploymentStatus;
                    
35        private DateTime? dateCreated;
                    
224        /// <summary>
                    
225        /// If this configuration set is associated with an environment, the <c>DeploymentStatus</c> parameter indicates the deployment status of this
                    
226        /// configuration set: <enumValues> <value name="null"> <c>null</c>: This configuration is not associated with a running environment. </value>
                    
253        /// </summary>
                    
254        /// <param name="deploymentStatus">The value to set for the DeploymentStatus property </param>
                    
255        /// <returns>this instance</returns>
                    
255        /// <returns>this instance</returns>
                    
256        public CreateConfigurationTemplateResult WithDeploymentStatus(string deploymentStatus)
                    
257        {
                    
257        {
                    
258            this.deploymentStatus = deploymentStatus;
                    
259            return this;
                    
                
UpdateConfigurationTemplateResult.cs https://bitbucket.org/mdavid/aws-sdk-for-net.git | C# | 370 lines
                    
33        private string environmentName;
                    
34        private string deploymentStatus;
                    
35        private DateTime? dateCreated;
                    
224        /// <summary>
                    
225        /// If this configuration set is associated with an environment, the <c>DeploymentStatus</c> parameter indicates the deployment status of this
                    
226        /// configuration set: <enumValues> <value name="null"> <c>null</c>: This configuration is not associated with a running environment. </value>
                    
253        /// </summary>
                    
254        /// <param name="deploymentStatus">The value to set for the DeploymentStatus property </param>
                    
255        /// <returns>this instance</returns>
                    
255        /// <returns>this instance</returns>
                    
256        public UpdateConfigurationTemplateResult WithDeploymentStatus(string deploymentStatus)
                    
257        {
                    
257        {
                    
258            this.deploymentStatus = deploymentStatus;
                    
259            return this;
                    
                
strmini.h https://gitlab.com/ubuntu-trusty/mingw-w64 | C Header | 542 lines
                    
72typedef VOID (STREAMAPI * PHW_RECEIVE_STREAM_CONTROL_SRB) (IN struct _HW_STREAM_REQUEST_BLOCK  * SRB);
                    
73typedef NTSTATUS (STREAMAPI * PHW_EVENT_ROUTINE) (IN PHW_EVENT_DESCRIPTOR EventDescriptor);
                    
74typedef VOID (STREAMAPI * PHW_CLOCK_FUNCTION) (IN PHW_TIME_CONTEXT HwTimeContext);
                    
226  SRB_COMMAND     Command;
                    
227  NTSTATUS        Status;
                    
228  PHW_STREAM_OBJECT StreamObject;
                    
390    IN PHW_STREAM_OBJECT HwStreamObject,
                    
391    IN NTSTATUS Status
                    
392);
                    
502
                    
503NTSTATUS
                    
504STREAMAPI
                    
512
                    
513NTSTATUS
                    
514StreamClassRegisterFilterWithNoKSPins( 
                    
                
em_sti.c https://bitbucket.org/danhamilt1/linux.git | C | 417 lines
                    
58#define STI_SET_L 0x34
                    
59#define STI_INTSTATUS 0x40
                    
60#define STI_INTRAWSTATUS 0x44
                    
                
install.go https://gitlab.com/vectorci/kubernetes | Go | 239 lines
                    
99		"PersistentVolume",
                    
100		"ComponentStatus",
                    
101	)
                    
                
EndpointImpl.java https://bitbucket.org/pymma/openesb-components.git | Java | 308 lines
                    
46import com.sun.jbi.common.qos.ServiceQuality;
                    
47import com.sun.jbi.eManager.provider.EndpointStatus;
                    
48import com.sun.jbi.jmsbc.Endpoint.EndpointType;
                    
66    private int mEndpointState;
                    
67    private EndpointStatus mEndpointStatus;
                    
68        
                    
136
                    
137    public void setEndpointStatus(EndpointStatus val) {
                    
138        mEndpointStatus = val;
                    
140
                    
141    public EndpointStatus getEndpointStatus() {
                    
142        return mEndpointStatus;
                    
                
chipcommon.h https://bitbucket.org/danhamilt1/linux.git | C Header | 296 lines
                    
36	/* Interrupt control */
                    
37	u32 intstatus;	/* 0x20 */
                    
38	u32 intmask;
                    
                
etcd_test.go https://gitlab.com/admin-github-cloud/bootkube | Go | 384 lines
                    
84		},
                    
85		Status: extensions.DeploymentStatus{
                    
86			Replicas: 5,
                    
278		},
                    
279		Status: extensions.DeploymentStatus{
                    
280			Replicas: defaultReplicas,
                    
                
hptiop.h https://github.com/okuoku/freebsd-head.git | C Header | 430 lines
                    
66	u_int32_t inbound_doorbell;
                    
67	u_int32_t inbound_intstatus;
                    
68	u_int32_t inbound_intmask;
                    
69	u_int32_t outbound_doorbell;
                    
70	u_int32_t outbound_intstatus;
                    
71	u_int32_t outbound_intmask;
                    
                
port.c https://github.com/mirrors/wine.git | C | 400 lines
                    
22
                    
23#include "ntstatus.h"
                    
24#define WIN32_NO_STATUS
                    
115static HMODULE hntdll = 0;
                    
116static NTSTATUS (WINAPI *pNtCompleteConnectPort)(HANDLE);
                    
117static NTSTATUS (WINAPI *pNtAcceptConnectPort)(PHANDLE,ULONG,PLPC_MESSAGE,ULONG,
                    
118                                               PLPC_SECTION_WRITE,PLPC_SECTION_READ);
                    
119static NTSTATUS (WINAPI *pNtReplyPort)(HANDLE,PLPC_MESSAGE);
                    
120static NTSTATUS (WINAPI *pNtReplyWaitReceivePort)(PHANDLE,PULONG,PLPC_MESSAGE,
                    
121                                                  PLPC_MESSAGE);
                    
122static NTSTATUS (WINAPI *pNtCreatePort)(PHANDLE,POBJECT_ATTRIBUTES,ULONG,ULONG,ULONG);
                    
123static NTSTATUS (WINAPI *pNtRequestWaitReplyPort)(HANDLE,PLPC_MESSAGE,PLPC_MESSAGE);
                    
123static NTSTATUS (WINAPI *pNtRequestWaitReplyPort)(HANDLE,PLPC_MESSAGE,PLPC_MESSAGE);
                    
124static NTSTATUS (WINAPI *pNtRequestPort)(HANDLE,PLPC_MESSAGE);
                    
125static NTSTATUS (WINAPI *pNtRegisterThreadTerminatePort)(HANDLE);
                    
                
CalendarHandler.cpp https://gitlab.com/Kanedias/MangosDeprecated | C++ | 256 lines
                    
211
                    
212void WorldSession::HandleCalendarEventStatus(WorldPacket &recv_data)
                    
213{
                    
                
vfs_netatalk.c https://github.com/theuni/XBMC-deps.git | C | 448 lines
                    
240	SMB_STRUCT_STAT orig_info;
                    
241	NTSTATUS status;
                    
242
                    
277	SMB_STRUCT_STAT orig_info;
                    
278	NTSTATUS status;
                    
279
                    
442
                    
443NTSTATUS vfs_netatalk_init(void);
                    
444NTSTATUS vfs_netatalk_init(void)
                    
                
BaseStatusResourceImpl.java https://github.com/marcellustavares/liferay-portal.git | Java | 443 lines
                    
93	@Override
                    
94	public Experiment postExperimentStatus(
                    
95			@io.swagger.v3.oas.annotations.Parameter(hidden = true)
                    
129	@Override
                    
130	public Response postExperimentStatusBatch(
                    
131			@io.swagger.v3.oas.annotations.Parameter(hidden = true)
                    
169		if ("INSERT".equalsIgnoreCase(createStrategy)) {
                    
170			statusUnsafeConsumer = status -> postExperimentStatus(
                    
171				Long.parseLong((String)parameters.get("experimentId")), status);
                    
                
token_util.c https://github.com/theuni/XBMC-deps.git | C | 561 lines
                    
126
                    
127NTSTATUS add_aliases(const DOM_SID *domain_sid,
                    
128		     struct nt_user_token *token)
                    
131	size_t i, num_aliases;
                    
132	NTSTATUS status;
                    
133	TALLOC_CTX *tmp_ctx;
                    
172
                    
173static NTSTATUS add_builtin_administrators(struct nt_user_token *token,
                    
174					   const DOM_SID *dom_sid)
                    
176	DOM_SID domadm;
                    
177	NTSTATUS status;
                    
178
                    
212 * @param[in] rid BUILTIN rid to create
                    
213 * @return Normal NTSTATUS return.
                    
214 */
                    
                
GPatentSearch.cs https://gsearch.svn.codeplex.com/svn | C# | 279 lines
                    
65    /// </summary>
                    
66    public enum SearchPatentStatus
                    
67    {
                    
104            Scoring = SearchScoring.Relevance;
                    
105            Types = SearchPatentStatus.All;
                    
106        }
                    
118
                    
119            if ( SearchPatentStatus.Filed == Types )
                    
120                qry += "&as_psra=1";
                    
120                qry += "&as_psra=1";
                    
121            else if ( SearchPatentStatus.Issued == Types )
                    
122                qry += "&as_psrg=1";
                    
132        /// <summary>
                    
133        /// A value from the <see cref="GSearch.SearchPatentStatus"/> enum giving
                    
134        /// the types of results desired from the search.
                    
                
hwspinlock.c https://gitlab.com/21mece13/FreeRTOS | C | 274 lines
                    
213//! \param ui32LockID is one of the valid spin lock.
                    
214//! \param bCurrentStatus is \b true for current status, \b flase otherwise
                    
215//!
                    
216//! This function gets the current or previous ownership status of the
                    
217//! specified spin lock based on \e bCurrentStatus parameter.
                    
218//!
                    
222//*****************************************************************************
                    
223uint32_t HwSpinLockTest(uint32_t ui32LockID, bool bCurrentStatus)
                    
224{
                    
227
                    
228  if(bCurrentStatus)
                    
229  {
                    
                
PS3USB.h https://gitlab.com/joseangeljimenez/USB_Host_Shield_2.0 | C Header | 303 lines
                    
187        /** Read all the available statuses from the controller and prints it as a nice formated string. */
                    
188        void printStatusString();
                    
189
                    
                
 

Source

Language