Searched refs:response (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_sip.c93 u_char response; member in struct:__anon353
125 /* Sending a response with "AppleTalk driver version" (u_short)
143 ubytes.response = SIP_GOOD_RESPONSE;
164 ubytes.response = SIP_GOOD_RESPONSE;
169 /* bad request, send a bad command response back */
170 ubytes.response = SIP_BAD_RESPONSE;
H A Dddp_nbp.c174 nbp_req.response = NULL;
201 if (nbp_req.response) {
702 (u_int) nbp_req->response));
815 if (nbp_req->response == NULL) {
822 (DATA_NBP(nbp_req->response)->tuple_count == NBP_TUPLE_MAX)) {
829 /* At this point, we have a response buffer that can accommodate the
832 tuple = (at_nbptuple_t *)gbuf_wptr(nbp_req->response);
850 gbuf_winc(nbp_req->response, tuple_size);
853 DATA_NBP(nbp_req->response)->tuple_count++;
945 ddp = DATA_DDP(nbp_req->response);
[all...]
H A Dnbp.h145 gbuf_t *response; /* the response datagram */ member in struct:nbp_req
/darwin-on-arm/xnu/libkern/
H A DOSKextLib.cpp207 char * response = NULL; // must kmem_free local
293 &response, &responseLength,
297 if (response && responseLength > 0) {
301 CAST_USER_ADDR_T(response), responseLength,
309 "Failed to copy response to request from user space.");
341 if (response) {
342 kmem_free(kernel_map, (vm_offset_t)response, responseLength);
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DUNDRequest.defs116 out response: unsigned);
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h438 const OSSymbol *response,
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs478 in response : natural_t
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h517 @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.
528 @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.
537 @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.
1142 IOOptionBits response );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp5123 // Wait for response post-change if capabilitiy is increasing.
5124 // Wait for response pre-change if capability is decreasing.
6019 // Evaluate root-domain policy in response to external changes.
6511 * Appends a record of the application response to
6515 const OSSymbol *response,
6538 if (entryName && (entryType == response) && entryName->isEqualTo(name))
6551 if (response) {
6552 responseDescription->setObject(_statsResponseTypeKey, response);
6514 pmStatsRecordApplicationResponse( const OSSymbol *response, const char *name, int messageType, uint32_t delay_ms, int app_pid) argument
H A DIOUserClient.cpp1953 natural_t response )
1958 (IOOptionBits) response ));
H A DIOService.cpp1495 IOOptionBits response )
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7333 char * response = NULL; // returned by reference local
7605 * Now we have handle the request, or not. Gather up the response & logging
7630 response = (char *)responseData->getBytesNoCopy();
7643 "Failed to serialize response to request from user space.");
7648 response = (char *)serializer->text();
7652 if (responseOut && response) {
7663 "Failed to copy response to request from user space.");
7667 memcpy(buffer, response, responseLength);

Completed in 218 milliseconds