| /src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| gen_wcwidth.py | 59 processing = False variable 61 if processing: 63 processing = False variable 71 processing = True variable
|
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_intr.c | 180 * processing incoming packets. 254 static __cpu_simple_lock_t processing = __SIMPLELOCK_UNLOCKED; local 258 if (__cpu_simple_lock_try(&processing) == 0) 280 __cpu_simple_unlock(&processing);
|
| /src/external/gpl2/xcvs/dist/src/ |
| parseinfo.c | 394 /* PROCESSING Whether config keys are currently being processed for 400 bool processing = true; local 507 if (processed) processing = false; 512 processing = true; 526 if (!processing)
|
| main.c | 32 const char *processing = "init"; variable 521 (int)getpid(), processing, wd);
|
| /src/external/bsd/libbind/dist/isc/ |
| ctl_srvr.c | 76 processing, idling, quitting, closing enumerator in enum:state 155 "reading_data", "processing", "idling", "quitting", "closing" 315 sess->state == processing || 493 sess->state == processing || 530 sess->state == processing || 650 ctl_new_state(sess, processing, me); 675 ctl_new_state(sess, processing, me); 691 ctl_new_state(sess, processing, me);
|
| /src/sys/dev/usb/ |
| uvideo.c | 140 /* Used by camera terminal, processing and extension units. */ 905 const uvideo_processing_unit_descriptor_t *processing; local 949 if (desc->bLength < sizeof(*processing)) 951 processing = (const uvideo_processing_unit_descriptor_t *)desc; 954 pu->pu_video_standards = PU_GET_VIDEO_STANDARDS(processing); 955 pu->pu_max_multiplier = UGETW(processing->wMaxMultiplier); 957 uvideo_unit_alloc_sources(vu, 1, &processing->bSourceID); 958 uvideo_unit_alloc_controls(vu, processing->bControlSize, 959 processing->bmControls); 2311 ent_id = 2; /* TODO: hardcoded logitech processing unit * [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_mtree.c | 136 int processing; member in struct:mtree_writer::__anon4805 450 if (mtree->set.processing) { 563 mtree->set.processing = 1; 1012 } else if (mtree->set.processing &&
|
| /src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
| dmeventd.c | 77 processing, status, events 113 * Event processing. 169 * occurs and the event processing function of the DSO gets called. 184 int processing; /* Set when event is being processed */ member in struct:thread_status 758 * We get device status here for processing it in DSO. 791 thread->processing = 1; 799 thread->processing = 0; 1450 if (thread->processing) 1533 * threads are done processing. 1740 syslog(LOG_NOTICE, "dmeventd ready for processing.") [all...] |