Searched refs:control (Results 251 - 275 of 675) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.h207 virtual bool initWithDMACommand( IOFireWireBus * control, IODMACommand * command );
H A DIOFWPseudoAddressSpace.h338 @param control Points to IOFireWireBus object.
343 static IOFWPseudoAddressSpace * simpleRWFixed( IOFireWireBus *control, FWAddress addr, UInt32 len, const void *data );
H A DIOFWUserPHYPacketListener.cpp65 IOFireWireController * control = inUserClient->getOwner()->getController(); local
66 if( !IOFWPHYPacketListener::initWithController( control ) )
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h230 IOFireWireController *control,
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache.h76 /* cached cache-control */
77 cache_control_t control; member in struct:cache_info
H A Dcache_util.c567 if (h->cache_obj->info.control.no_cache
568 || h->cache_obj->info.control.invalidated) {
586 smaxage = h->cache_obj->info.control.s_maxage_value;
602 maxage_cresp = h->cache_obj->info.control.max_age_value;
648 if (maxstale && (h->cache_obj->info.control.must_revalidate
649 || h->cache_obj->info.control.proxy_revalidate || smaxage != -1)) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D3_peg_itself782 # "<control>"
793 # "<control>"
797 $myparser si:next_str <control>
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c1221 udp_check_pktinfo(struct mbuf *control, struct ifnet **outif, argument
1235 if (control->m_next)
1238 if (control->m_len < CMSG_LEN(0))
1241 for (cm = M_FIRST_CMSGHDR(control); cm;
1242 cm = M_NXT_CMSGHDR(control, cm)) {
1244 cm->cmsg_len > control->m_len)
1296 struct mbuf *control, struct proc *p)
1324 if (control != NULL) {
1325 msc = mbuf_service_class_from_control(control);
1327 error = udp_check_pktinfo(control,
1295 udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct proc *p) argument
1966 udp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct proc *p) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dreputilsnoenv.tcl41 proc replsend_noenv { control rec fromid toid flags lsn } {
109 set stat [catch {$db put -append [list $control $rec $fromid]} ret]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef83 and the client has control of the buffer until it is released by
93 control to the IDH component. The data is then written to the device.
314 kAlreadyEnabledErr Device control has already been enabled on this device
315 kNotEnabledErr Device control is not enabled
613 The IDHGetDeviceControl function returns an instance to a device control component associated with
614 the device that was most recently set with IDHSetDeviceConfiguration. See the device control component
622 deviceControl - returns an instance of a device control component.
665 instance - specifies the device control component for operation. Obtained from IDHGetDeviceControl().
961 Writing a device control command to a device
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/utbm/
H A DREADME59 as control by the Unicode support on the
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dquickurl.el437 (define-key map [(control m)] #'quickurl-list-insert-url)
442 (define-key map [(control g)] #'quickurl-list-quit)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dwinner.el369 (define-key map [(control c) left] 'winner-undo)
370 (define-key map [(control c) right] 'winner-redo)
/macosx-10.10/iodbc-42.5/iodbc/
H A DMakefile.am108 debian/control \
/macosx-10.10/procmail-14/procmail/src/
H A Dheader.h106 X(control, "Control:")
/macosx-10.10/vim-55/runtime/syntax/
H A Dgp.vim13 " control statements
H A Dinittab.vim3 " Language: SysV-compatible init process control file `inittab'
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c95 extern kern_return_t memory_object_signed(memory_object_control_t control,
140 void *control,
502 void * control; local
572 control = ubc_getobject(vp, UBC_FLAGS_NONE);
684 control,
707 control,
939 void * control,
1055 VM_FLAGS_FIXED, control, map_offset, TRUE,
936 load_segment( struct load_command *lcp, uint32_t filetype, void * control, off_t pager_offset, off_t macho_size, struct vnode *vp, vm_map_t map, int64_t slide, load_result_t *result ) argument
H A Duipc_syscalls.c1119 struct mbuf *control = NULL; local
1159 error = sockargs(&control, mp->msg_control,
1179 control, flags);
1372 struct mbuf *control = NULL; local
1495 uap->cnt, 0, control, uap->flags);
1559 struct mbuf *m, *control = 0; local
1607 (struct mbuf **)0, mp->msg_control ? &control : (struct mbuf **)0,
1648 m = control;
1735 if (control)
1736 m_freem(control);
3197 struct mbuf *control = NULL; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c724 DBT control, rec; local
733 Tcl_WrongNumArgs(interp, 5, objv, "id control rec");
738 memset(&control, 0, sizeof(control));
745 &control.size, &freectl);
751 control.data = ctmp;
761 ret = dbenv->rep_process_message(dbenv, &control, &rec, eid, &permlsn);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dprint_cmd.c1168 cprintf (const char *control, ...) argument
1170 cprintf (control, va_alist)
1171 const char *control;
1180 SH_VA_START (args, control);
1182 arg_len = strlen (control);
1186 s = control;
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c2462 bind9_check_controlskeys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument
2471 control_keylist = cfg_tuple_get(control, "keys");
2499 const cfg_obj_t *control; local
2534 control = cfg_listelt_value(element2);
2535 allow = cfg_tuple_get(control, "allow");
2542 tresult = bind9_check_controlskeys(control, keylist,
2550 control = cfg_listelt_value(element2);
2551 path = cfg_obj_asstring(cfg_tuple_get(control, "path"));
2554 cfg_obj_log(control, logctx, ISC_LOG_ERROR,
2555 "unix control '
[all...]
/macosx-10.10/libauto-186/
H A DZone.cpp1459 if (control.batch_invalidate) {
1460 control.batch_invalidate((auto_zone_t *)this, foreach_block_do, &cursor, sizeof(cursor));
1467 if (control.name_for_address) {
1468 name = control.name_for_address((auto_zone_t *)this, (vm_address_t)block, 0);
1482 if (is_object(layout) && control.name_for_address) free(name);
1858 if (control.log & AUTO_LOG_COLLECTIONS) {
1880 if (_allocation_counter > control.collection_threshold) {
1971 if (control.name_for_address) {
1972 name = control.name_for_address((auto_zone_t *)this, (vm_address_t)block.address(), 0);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapmodify.c81 static struct berval BV_CONTROL = BER_BVC("control");
143 fprintf( stderr, _(" -M enable Manage DSA IT control (-MM to make critical)\n"));
162 char *control, *cvalue; local
184 control = ber_strdup( optarg );
185 if ( (cvalue = strchr( control, '=' )) != NULL ) {
190 if( strcasecmp( control, "txn" ) == 0 ) {
194 _("txn control previously specified\n"));
201 fprintf( stderr, _("Invalid value for txn control, %s\n"),
212 control );
499 /* Check for "control" ta
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/named/win32/
H A Dnamed.mak130 -@erase "$(INTDIR)\control.obj"
176 "$(INTDIR)\control.obj" \
248 -@erase "$(INTDIR)\control.obj"
249 -@erase "$(INTDIR)\control.sbr"
324 "$(INTDIR)\control.sbr" \
365 "$(INTDIR)\control.obj" \
505 SOURCE=..\control.c
510 "$(INTDIR)\control.obj" : $(SOURCE) "$(INTDIR)"
517 "$(INTDIR)\control.obj" "$(INTDIR)\control
[all...]

Completed in 332 milliseconds

<<11121314151617181920>>