Searched refs:requested (Results 1 - 25 of 141) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl43 set requested {}
56 # events requested by Tcl's IO system, and the mask of
61 if {$requestmask eq $requested} return
62 set requested $requestmask
91 variable timer allowed requested posting delay
96 # requested = Set of events requested by core.
120 # requested events into one datum, the set of events to
127 foreach event $requested {
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dftp.pm161 my @requested;
168 # Make 'requested' hold the non-duplicate pids from 'pidlist'.
169 @requested = split(' ', $pidlist);
170 return if(not @requested);
171 if(scalar(@requested) > 2) {
172 @requested = sort({$a <=> $b} @requested);
174 for(my $i = scalar(@requested) - 2; $i >= 0; $i--) {
175 if($requested[$i] == $requested[
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_policy.c59 * Threads and tasks have three policy fields: requested, effective, and pending.
64 * Each interface that has an input into the task policy state machine controls a field in requested.
65 * If the interface has a getter, it returns what is in the field in requested, but that is
75 * 2) Change requested field for the relevant policy
76 * 3) Run a task policy update, which recalculates effective based on requested,
77 * then takes a diff between the old and new versions of requested and calls the relevant
83 * To add a new requested policy, add the field in the requested struct, the flavor in task.h,
93 * These are a set of behaviors that can be requested for a task. They currently have specific
536 info->requested
667 struct task_requested_policy requested = local
1218 struct task_requested_policy requested = local
1347 struct task_requested_policy requested = local
1840 struct task_requested_policy requested = local
[all...]
/macosx-10.9.5/configd-596.15/Plugins/LinkConfiguration/
H A Dlinkconfig.c109 /* if current setting is as requested */
143 CFMutableDictionaryRef requested = NULL; local
152 requested = CFDictionaryCreateMutable(NULL,
156 CFDictionaryAddValue(requested, kSCPropNetEthernetMediaSubType, val);
164 CFDictionaryAddValue(requested, kSCPropNetEthernetMediaOptions, val);
167 CFRelease(requested);
171 return requested;
187 CFDictionaryRef requested; local
211 requested = __copyMediaOptions(options);
212 if (requested
330 int requested; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lockstat/
H A Dlockstat.c70 void print_spin(int requested, lockgroup_info_t *lockgroup);
73 void print_mutex(int requested, lockgroup_info_t *lockgroup);
76 void print_rw(int requested, lockgroup_info_t *lockgroup);
308 print_spin(int requested, lockgroup_info_t *lockgroup) argument
310 lockgroup_info_t *curptr = &lockgroup[requested];
340 print_mutex(int requested, lockgroup_info_t *lockgroup) argument
342 lockgroup_info_t *curptr = &lockgroup[requested];
373 print_rw(int requested, lockgroup_info_t *lockgroup) argument
375 lockgroup_info_t *curptr = &lockgroup[requested];
/macosx-10.9.5/cups-372.4/cups/test/
H A Dget-completed-jobs.test34 ATTR keyword requested-attributes
H A Dcancel-current-job.test35 ATTR keyword requested-attributes job-id,job-state
H A Dget-jobs.test33 ATTR keyword requested-attributes
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcups-deviced.c140 cups_array_t *requested, /* requested-attributes values */ local
194 requested = cupsdCreateStringsArray(cupsGetOption("requested-attributes",
201 if (!requested || cupsArrayFind(requested, "all") != NULL)
208 send_class = cupsArrayFind(requested, "device-class") != NULL;
209 send_info = cupsArrayFind(requested, "device-info") != NULL;
210 send_make_and_model = cupsArrayFind(requested, "device-make-and-model") != NULL;
211 send_uri = cupsArrayFind(requested, "devic
[all...]
H A Dcups-lpd.c418 static const char * const requested[] = local
462 "requested-attributes",
463 (int)(sizeof(requested) / sizeof(requested[0])),
464 NULL, requested);
495 "requested-attributes",
496 (int)(sizeof(requested) / sizeof(requested[0])),
497 NULL, requested);
1059 * If a banner was requested an
1336 static const char * const requested[] = local
[all...]
H A Dcups-driverd.cxx1043 cups_array_t *requested, /* requested-attributes values */ local
1213 requested = cupsdCreateStringsArray(
1214 cupsGetOption("requested-attributes", num_options,
1262 if (!requested || cupsArrayFind(requested, (void *)"all") != NULL)
1276 send_name = cupsArrayFind(requested,
1278 send_make = cupsArrayFind(requested,
1280 send_make_and_model = cupsArrayFind(requested,
1282 send_model_number = cupsArrayFind(requested,
[all...]
/macosx-10.9.5/shell_cmds-175/lastcomm/
H A Dlastcomm.c69 static int requested(char *[], struct acct *);
135 if (!*argv || requested(argv, &ab)) {
198 requested(char *argv[], struct acct *acp) function
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpc.c237 static const char *requested[] = /* Requested attributes */ local
263 "requested-attributes", sizeof(requested) / sizeof(requested[0]),
264 NULL, requested);
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dthread_policy.h244 integer_t requested; member in struct:thread_policy_state
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dticket.c378 krb5_const_principal requested,
412 "realm"), requested->realm);
437 if (strcmp(requested->realm, returned->realm) != 0) {
441 "requested realm %s got back %s", ""),
442 requested->realm, returned->realm);
457 } else if (krb5_principal_compare(context, returned, requested) == 0) {
466 requested,
472 "as requested", ""));
489 if (krb5_principal_compare(context, requested, returned) != TRUE &&
490 (krb5_realm_compare(context, requested, returne
375 check_server_referral(krb5_context context, krb5_kdc_rep *rep, unsigned flags, krb5_const_principal requested, krb5_const_principal returned, krb5_keyblock * key) argument
508 check_client_referral(krb5_context context, krb5_kdc_rep *rep, krb5_const_principal requested, krb5_const_principal mapped, krb5_keyblock const * key) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/json/fbuffer/
H A Dfbuffer.h97 static void fbuffer_inc_capa(FBuffer *fb, unsigned long requested) argument
106 for (required = fb->capa; requested > required - fb->len; required <<= 1);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dbinio.c115 int requested;
123 requested = INT_MAX;
155 if (Tcl_GetInt(interp, argv[2], &requested) != TCL_OK) {
158 if (requested < 0) {
159 requested = INT_MAX;
166 requested > 0;
167 totalRead += actuallyRead, requested -= actuallyRead) {
169 toReadNow = requested;
113 int requested; local
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatController.h35 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists userInitiated:(BOOL) requested;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatController.h35 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists userInitiated:(BOOL) requested;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DConstant.pm317 The client does not have sufficient access to perform the requested
322 The server is too busy to perform requested operation
331 The server is unwilling to perform the requested operation
345 exceeded the range specified by the requested offsets.
358 The requested operation is not allowed on an entry that has child entries
362 The requested operation ill affect the RDN of the entry
377 A modify DN requested was submitted, where the requested new DN already exists
397 The requested operation needs to be performed on multiple servers where
398 the requested operatio
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dlinux.c166 int bytesdone = 0, requested; local
196 requested = size - bytesdone;
197 if (requested > MAX_READ_WRITE)
198 requested = MAX_READ_WRITE;
204 urb.buffer_length = requested;
252 } while ((ret == 0 || urb.usercontext) && bytesdone < size && urb.actual_length == requested);
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dzkbd65 If you do not press the requested keys within 10 seconds, key reading will
66 abort. If your keyboard does not have a requested key, press Space to
173 If your keyboard does not have the requested key, press Space to skip to
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_compression_program.c294 ssize_t ret, requested, avail; local
297 requested = buf_len > SSIZE_MAX ? SSIZE_MAX : buf_len;
301 ret = read(state->child_stdout, buf, requested);
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/lib/Sub/
H A DUplevel.pm215 * if searching up to the requested height in the real call stack doesn't find
220 requested height at least by the amount of upleveling requested for that
227 in the call stack, i.e. the requested height plus any uplevel adjustments
238 # look one higher than requested for each call to uplevel found
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DDocumentLocator.pm118 requested. But you're free to ignore that.

Completed in 327 milliseconds

123456