Searched refs:request (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_core.h40 #define KDP_RRQ 1 /* read request */
41 #define KDP_WRQ 2 /* write request */
52 char tu_rpl[1]; /* request packet payload */
80 struct corehdr *create_panic_header(unsigned int request, const char *corename, unsigned length, unsigned block);
82 int kdp_send_crashdump_pkt(unsigned int request, char *corename,
85 int kdp_send_crashdump_data(unsigned int request, char *corename,
H A Dkdp_udp.c740 /* Create and transmit an ARP resolution request for the target IP address.
750 KDP_DEBUG("Transmitting ARP request\n");
851 if (hdr->request == KDP_REATTACH)
854 // check for retransmitted request
970 if (hdr->request == KDP_HOSTREBOOT) {
974 if (((hdr->request == KDP_CONNECT) || (hdr->request == KDP_REATTACH)) &&
980 if (hdr->request == KDP_REATTACH) {
982 hdr->request=KDP_DISCONNECT;
1176 create_panic_header(unsigned int request, cons argument
1257 kdp_send_crashdump_data(unsigned int request, char *corename, unsigned int length, caddr_t txstart) argument
1288 kdp_send_crashdump_pkt(unsigned int request, char *corename, unsigned int length, void *panic_data) argument
[all...]
H A Dkdp_protocol.h59 * UDP ports, KDB side. 5 port numbers are reserved for each port (request
100 /* remote reboot request */
108 kdp_req_t request:7; /* request type */ member in struct:__anon785
109 unsigned is_reply:1; /* 0 => request, 1 => reply */
132 typedef struct { /* KDP_CONNECT request */
147 typedef struct { /* KDP_DISCONNECT request */
166 typedef struct { /* KDP_HOSTINFO request */
184 typedef struct { /* KDP_VERSION request */
201 typedef struct { /* KDP_REGIONS request */
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/port/
H A Dsmf.c46 SMFAPI MMPTR mmMalloc(DWORD request) argument
51 mem = _MALLOC (request, M_DEVBUF, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmig_reply_setup.c55 * Routine to set up a MiG reply message from a request message.
69 mig_reply_setup(mach_msg_header_t *request, mach_msg_header_t *reply) argument
71 #define InP (request)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp567 // Immediately stop driver callouts. Schedule an async stop request to detach
573 IOPMRequest * request; local
578 // Schedule an async PMstop request, but immediately stop any further
581 // changes until the PMstop async request is processed.
589 request = acquirePMRequest( this, kIOPMRequestTypePMStop );
590 if (request)
593 submitPMRequest( request );
603 void IOService::handlePMstop ( IOPMRequest * request )
805 void IOService::addPowerChild1 ( IOPMRequest * request )
832 void IOService::addPowerChild2 ( IOPMRequest * request )
982 IOPMRequest * request; local
1006 IOPMRequest * request; local
1153 IOPMRequest * request; local
1189 IOPMRequest * request; local
1293 IOPMRequest * request; local
1429 IOPMRequest * request; local
1949 IOPMRequest * request; local
1976 IOPMRequest * request; local
2037 IOPMRequest * request; local
2104 IOPMRequest * request; local
2314 IOPMRequest * request; local
2491 IOPMRequest * request; local
2719 IOPMRequest * request; local
2744 IOPMRequest * request; local
4814 IOPMRequest * request; local
4861 IOPMRequest * request; local
5130 IOPMRequest * request; local
5198 servicePMRequestQueue( IOPMRequest * request, IOPMRequestQueue * queue ) argument
5258 servicePMFreeQueue( IOPMRequest * request, IOPMRequestQueue * queue ) argument
5273 retirePMRequest( IOPMRequest * request, IOPMWorkQueue * queue ) argument
5306 isPMBlocked( IOPMRequest * request, int count ) argument
5371 servicePMRequest( IOPMRequest * request, IOPMWorkQueue * queue ) argument
5632 servicePMReplyQueue( IOPMRequest * request, IOPMRequestQueue * queue ) argument
5851 IOPMRequest * request; local
5923 IOPMRequest * request; local
[all...]
H A DIOServicePMPrivate.h478 IOOptionBits fType; // request type
479 IOService * fTarget; // request target
480 IOPMRequest * fParent; // parent request
546 void queuePMRequest( IOPMRequest * request );
568 void queuePMRequest( IOPMRequest * request );
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dsmf.h89 SMFAPI MMPTR mmMalloc(DWORD request);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec6.h64 caddr_t request, size_t len, int priv);
65 extern int ipsec6_get_policy(struct inpcb *inp, caddr_t request, size_t len,
H A Dipsec.h90 /* pointer to the ipsec request tree, */
318 caddr_t request, size_t len, int priv);
319 extern int ipsec4_get_policy(struct inpcb *inpcb, caddr_t request,
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c128 uint8_t request[DHCP_PACKET_MIN]; member in struct:dhcp_context
143 return ((struct dhcp_packet *)context->request);
206 make_dhcp_request(struct dhcp * request, int request_size, argument
219 bzero(request, request_size);
220 request->dp_op = BOOTREQUEST;
221 request->dp_htype = hwtype;
222 request->dp_hlen = hwlen;
223 bcopy(hwaddr, request->dp_chaddr, hwlen);
224 bcopy(rfc_magic, request->dp_options, RFC_MAGIC_SIZE);
225 dhcpoa_init(options_p, request
516 struct dhcp_packet * request; local
719 struct dhcp_packet * request; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.c263 ipc_kmsg_t request)
276 register int key = request->ikm_header->msgh_id;
300 printf("ipc_kobject_server: dropping request\n");
301 ipc_kmsg_destroy(request);
309 #define InP ((mach_msg_header_t *) request->ikm_header)
331 (*ptr->routine)(request->ikm_header, reply->ikm_header);
335 if (!ipc_kobject_notify(request->ikm_header, reply->ikm_header)){
338 request->ikm_header->msgh_id);
340 _MIG_MSGID_INVALID(request->ikm_header->msgh_id);
362 destp = (ipc_port_t *) &request
262 ipc_kobject_server( ipc_kmsg_t request) argument
[all...]
H A Dpms.h139 * User request control structure passed to sysctl
142 uint32_t request; /* stepper control request */ member in struct:__anon847
166 extern kern_return_t pmsControl(uint32_t request, user_addr_t reqaddr, uint32_t reqsize);
H A Dipc_kobject.h141 ipc_kmsg_t request);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.h105 ipc_table_index_t request; /* dead name request notify */ member in union:ipc_entry::__anon772
113 #define ie_request index.request
H A Dipc_right.c242 * Make a dead-name request, returning the previously
244 * just cancels the previously registered request.
250 * the real dead-name request is registered and the entry
256 * KERN_SUCCESS Made/canceled dead-name request.
289 ipc_port_request_index_t request; local
320 &request);
334 assert(request != 0);
337 entry->ie_request = request;
390 * Cancel a dead-name request and return the send-once right.
491 * If there was a notification request outstandin
1292 ipc_port_request_index_t request; local
2246 ipc_port_request_index_t request = oentry->ie_request; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h482 @param options Options for the open. The provider family may implement options for open; IOService defines only <code>kIOServiceSeize</code> to request the device be withdrawn from its current owner.
509 @discussion IOService calls this method in its subclasses in response to the @link open open@/link method, so the subclass may implement the request. The default implementation provides single owner access to an IOService object via <code>open</code>. The object is locked via @link lockForArbitration lockForArbitration@/link before <code>handleOpen</code> is called.
520 @discussion IOService calls this method in its subclasses in response to the @link close close@/link method, so the subclass may implement the request. The default implementation provides single owner access to an IOService object via @link open open@/link. The object is locked via @link lockForArbitration lockForArbitration@/link before <code>handleClose</code> is called.
529 @discussion IOService calls this method in its subclasses in response to the @link open open@/link method, so the subclass may implement the request. The default implementation provides single owner access to an IOService object via @link open open@/link. The object is locked via @link lockForArbitration lockForArbitration@/link before <code>handleIsOpen</code> is called.
560 @param isSuccessRequired If a request for access to an IOService object should be denied if it is terminated, pass <code>false</code>, otherwise pass <code>true</code>. */
575 @result result of the terminate request on the client. */
648 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addNotification</code> consumes a retain count on the matching dictionary when the notification is removed.
660 @result An instance of an IONotifier object that can be used to control or destroy the notification request. */
886 @discussion The platform expert or other drivers may implement various functions to control hardware features. <code>callPlatformFunction</code> allows any IOService object to access these functions. Normally <code>callPlatformFunction</code> is called on a service's provider. The provider services the request or passes it to its provider. The system's IOPlatformExpert subclass catches functions it knows about and redirects them into other parts of the service plane. If the IOPlatformExpert subclass cannot execute the function, the base class is called. The IOPlatformExpert base class attempts to find a service to execute the function by looking up the function name in an IOResources name space. A service may publish a service using <code>publishResource(functionName, this)</code>. If no service can be found to execute the function an error is returned.
1038 @discussion For bus families that do not usually detect device addition or removal, this method represents an external request (e
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c446 chudxnu_private_cpu_signal_handler(int request) argument
461 (uint32_t)fn, request, 0, 0, 0);
463 request, x86_THREAD_STATE,
512 chudcpu_signal_request_t request; local
529 /* Fill out request */
530 request.req_sync = 0xFFFFFFFF; /* set sync flag */
531 //request.req_type = CPRQchud; /* set request type */
532 request.req_code = request_code; /* set request */
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c362 nstep = pmsNormHigh; /* Change request to transition to normal high */
389 pmsControl(uint32_t request, user_addr_t reqaddr, uint32_t reqsize) argument
405 if(request >= pmsCFree) { /* Can we understand the request? */
410 if(request == pmsCQuery) { /* Are we just checking? */
419 if(request == pmsCExperimental) { /* Enter experimental mode? */
433 if(request == pmsCCnfg) { /* Do some up-front checking before we commit to doing this */
440 if (request == pmsGCtls) {
449 if (request == pmsGStats) {
450 if (reqsize != sizeof(pmsStatsd)) { /* request siz
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dnbp.h67 #define NBP_BRRQ 0x01 /* Broadcast request */
148 gbuf_t *request; /* The request datagram */ member in struct:nbp_req
152 /* not the request tuple has */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_socket.h179 @param request The ioctl name.
183 errno_t sock_ioctl(socket_t so, unsigned long request, void *argp);
H A Dkpi_socketfilter.h67 only when request by the application using the SO_NKE socket
409 @param request The ioctl name.
416 u_int32_t request, const char* argp);
459 all new sockets or just those that request the filter be
H A Dkpi_mbuf.h417 the request due to the lack of jumbo clusters support based
506 pointed to by maxchunks. E.g. a request for 9018 bytes may
544 pointed to by maxchunks. E.g. a request for 9018 bytes may
1064 @param request Flags indicating which checksums are being requested
1070 mbuf_csum_request_flags_t request, u_int32_t value);
1078 @param request Flags indicating which checksums are being requested
1084 mbuf_csum_request_flags_t *request, u_int32_t *value);
1088 @discussion This function clears the checksum request flags.
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_osfmk_callback_ppc.c392 chudxnu_private_cpu_signal_handler(int request, struct savearea *ssp, argument
402 (fn)(request, PPC_THREAD_STATE64, (thread_state_t)&state, count);
428 kern_return_t chudxnu_cpusig_send(int otherCPU, uint32_t request) argument
441 temp[1] = request; /* set request */
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_xnu.h200 typedef kern_return_t (*chudxnu_cpusig_callback_func_t)(int request, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
203 extern kern_return_t chudxnu_cpusig_send(int otherCPU, uint32_t request);

Completed in 109 milliseconds

12