Searched refs:request (Results 251 - 275 of 438) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_memory.c53 static int64_t memory_read_skip(struct archive *, void *, int64_t request);
H A Darchive_read_private.h94 int64_t (*skip)(struct archive_read_filter *self, int64_t request);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c305 REPORT PQI DEVICE CAPABILITY request */
308 DBG_ERR("Failed to send report pqi dev capability request : %d\n",
587 /* Allocate the request container block (rcb) */
594 /* Allocate & initialize request id queue */
598 DBG_ERR("Failed to allocate memory for request id q : %d\n",
711 /* Free request id lists */
860 pqisrc_raid_req_t request; local
877 memset(&request, 0, sizeof(request));
879 rval = pqisrc_build_send_raid_request(softs, &request, flush_buf
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h150 bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp287 void CommandObjectExpression::HandleCompletion(CompletionRequest &request) { argument
313 unsigned cursor_pos = request.GetRawCursorPos();
314 llvm::StringRef code = request.GetRawLine();
346 expr->Complete(exe_ctx, request, cursor_pos);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h103 typedef void (*CompleteCallbackType)(CompletionRequest &request, void *baton);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h98 /// \param[out] request
99 /// The completion request to fill out. The completion should be a string
111 virtual bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request, argument
/freebsd-11-stable/lib/libc/gen/
H A Ddlfcn.c147 dlinfo(void * __restrict handle __unused, int request __unused,
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1282 extern int drm_addbufs_agp(struct drm_device *dev, struct drm_buf_desc * request);
1283 extern int drm_addbufs_pci(struct drm_device *dev, struct drm_buf_desc * request);
1412 extern int drm_sg_alloc(struct drm_device *dev, struct drm_scatter_gather * request);
1812 extern int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1815 extern int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
1818 extern int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
1821 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
1906 struct drm_agp_buffer *request)
1918 struct drm_agp_buffer *request)
1930 struct drm_agp_binding *request)
1905 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) argument
1917 drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) argument
1929 drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) argument
1941 drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) argument
[all...]
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c186 * How long to delay a reload of exports when there are RPC request(s)
696 * If a reload is pending, poll for received request(s),
1104 syslog(LOG_ERR, "request from unknown address family");
1124 "mount request from %s from unprivileged port",
1130 syslog(LOG_NOTICE, "undecodable mount request from %s",
1146 "mount request from %s for non existent path %s",
1156 "mount request from %s for non-directory path %s",
1216 "mount request succeeded from %s for %s",
1222 "mount request denied from %s for %s",
1236 "dump request succeede
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c275 nl_sendreq(int sd, int request, int flags, int *seq) argument
289 req_hdr->nlmsg_type = request;
301 nl_recvmsg(int sd, int request, int seq, argument
328 nl_getmsg(int sd, int request, int seq, argument
345 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
387 int request,
397 status = nl_sendreq(sd, request, NLM_F_ROOT|NLM_F_MATCH, &seq);
418 status = nl_getmsg(sd, request, seq, &nlh, &done);
386 nl_getlist(int sd, int seq, int request, struct nlmsg_list **nlm_list, struct nlmsg_list **nlm_end) argument
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h408 ino_t allocdir(ino_t parent, ino_t request, int mode);
409 ino_t allocino(ino_t request, int type);
H A Dinode.c663 allocino(ino_t request, int type) argument
671 if (request == 0)
672 request = ROOTINO;
673 else if (inoinfo(request)->ino_state != USTATE)
675 for (ino = request; ino < maxino; ino++)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h229 /// \param[in,out] request
230 /// The completion request that needs to be answered.
231 virtual void HandleCompletion(CompletionRequest &request);
238 /// \param[in,out] request
239 /// The completion request that needs to be answered.
241 HandleArgumentCompletion(CompletionRequest &request, argument
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_types.h47 #define SERF_BUCKET_IS_REQUEST(b) SERF_BUCKET_CHECK((b), request)
62 serf_bucket_t *request);
71 * Sets the root url of the remote host. If this request contains a relative
73 * @a bucket is the request bucket. @a root_url is the absolute url of the
131 * Advise the response @a bucket that this was from a HEAD request and
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c797 //IoctlEncryptGetInfo_t *get_info = (IoctlEncryptGetInfo_t *) &ioctl_data->request;
804 IoctlEncryptSetMode_t *set_mode = (IoctlEncryptSetMode_t *) &ioctl_data->request;
837 IoctlEncryptKekAdd_t *kek_add = (IoctlEncryptKekAdd_t *) &ioctl_data->request;
863 IoctlEncryptDekAdd_t *dek_add = (IoctlEncryptDekAdd_t *) &ioctl_data->request;
903 IoctlEncryptDekInvalidate_t *dek_to_invalidate = (IoctlEncryptDekInvalidate_t *) &ioctl_data->request;
917 IoctlEncryptDekMapTable_t *p_dek_map = (IoctlEncryptDekMapTable_t *) &ioctl_data->request;
941 IoctlEncryptErrorQuery_t *perr = (IoctlEncryptErrorQuery_t *) &ioctl_data->request;
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c234 icl_pdu_data_segment_length(const struct icl_pdu *request) argument
238 len += request->ip_bhs->bhs_data_segment_len[0];
240 len += request->ip_bhs->bhs_data_segment_len[1];
242 len += request->ip_bhs->bhs_data_segment_len[2];
249 const struct icl_pdu *request)
252 return (icl_pdu_data_segment_length(request));
248 icl_cxgbei_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp373 CompletionRequest request(current_line, cursor - current_line, result);
374 m_opaque_ptr->HandleCompletion(request);
380 if (request.GetParsedLine().GetArgumentCount() == 0) {
387 std::string command_partial_str = request.GetCursorArgumentPrefix().str();
396 char quote_char = request.GetParsedArg().GetQuoteChar();
399 if (request.GetParsedArg().IsQuoted())
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c964 static int radius_server_hs20_missing_sim_pps(struct radius_msg *request) argument
971 if (radius_msg_get_attr_ptr(request,
1065 struct radius_msg *request)
1070 struct radius_hdr *hdr = radius_msg_get_hdr(request);
1184 radius_server_hs20_missing_sim_pps(request)) {
1281 if (radius_msg_copy_attr(msg, request, RADIUS_ATTR_PROXY_STATE) < 0) {
1326 struct radius_msg *request)
1330 struct radius_hdr *hdr = radius_msg_get_hdr(request);
1336 if (radius_msg_get_attr_ptr(request, RADIUS_ATTR_USER_PASSWORD, &pw,
1354 request, tm
1062 radius_server_encapsulate_eap(struct radius_server_data *data, struct radius_client *client, struct radius_session *sess, struct radius_msg *request) argument
1323 radius_server_macacl(struct radius_server_data *data, struct radius_client *client, struct radius_session *sess, struct radius_msg *request) argument
1403 radius_server_reject(struct radius_server_data *data, struct radius_client *client, struct radius_msg *request, struct sockaddr *from, socklen_t fromlen, const char *from_addr, int from_port) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp981 CompletionRequest request(line, cursor_index, result);
983 m_completion_callback(request, m_completion_callback_baton);
998 to_add = to_add.substr(request.GetCursorArgumentPrefix().size());
999 if (request.GetParsedArg().IsQuoted())
1000 to_add.push_back(request.GetParsedArg().GetQuoteChar());
1007 to_add = to_add.substr(request.GetCursorArgumentPrefix().size());
1024 longest_prefix.substr(request.GetCursorArgumentPrefix().size());
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1195 struct timespec request, remaining; local
1196 request.tv_sec = ms / 1000;
1197 request.tv_nsec = (ms % 1000) * 1000000;
1198 while (nanosleep(&request, &remaining) == -1
1200 request = remaining;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp260 void CommandObject::HandleCompletion(CompletionRequest &request) { argument
276 request.GetParsedLine(), request.GetCursorIndex());
279 request, opt_element_vector, GetCommandInterpreter());
285 HandleArgumentCompletion(request, opt_element_vector);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c625 ar5210GetDiagState(struct ath_hal *ah, int request, argument
633 switch (request) {
649 return ath_hal_getdiagstate(ah, request,
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
354 macaddr = ((struct ether_header *)request)->ether_shost;
362 /* And send our request data to the waiting node */
364 syslog(LOG_INFO, "Sending original request to %s (%d bytes)", path, sz);
365 if (NgSendData(ds, ngc.ourhook, request, sz) == -1) {
366 syslog(LOG_ERR, "Cannot send original request to %s: %m", path);
253 Spawn(const char *prog, const char *acname, const char *provider, const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, int sz, int debug) argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_kms.c172 * radeon_info_ioctl - answer a device specific request.
175 * @data: request object
194 if (info->request == RADEON_INFO_TIMESTAMP) {
220 switch (info->request) {
390 DRM_DEBUG_KMS("Invalid request %d\n", info->request);

Completed in 373 milliseconds

<<1112131415161718