Searched refs:request_info (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 141 + void (*cleanup) (struct request_info *); /* cleanup function or 0 */ 158 +extern int hosts_access(struct request_info *request); /* access control */ 160 +extern char *percent_x(char *, int, char *, struct request_info *); 164 +extern void clean_exit(struct request_info *); /* clean up and exit */ 165 +extern void refuse(struct request_info *); /* clean up and exit */ 184 extern struct request_info *request_init(struct request_info *,...); 185 extern struct request_info *request_set(struct request_info *,...); 189 extern struct request_info *request_init(); /* initialize request */ 190 extern struct request_info *request_set(); /* update request structure */ 201 +extern char *eval_user(struct request_info *); /* client user */ [all …]
|
H A D | rfc931.diff | 6 @@ -237,10 +237,17 @@ struct request_info *request; 11 -struct request_info *request; 32 extern char *percent_x(char *, int, char *, struct request_info *); 40 extern void clean_exit(struct request_info *); /* clean up and exit */ 41 extern void refuse(struct request_info *); /* clean up and exit */
|
H A D | man_fromhost.patch | 7 struct request_info *request_set(request, key, value, ..., 0) 8 struct request_info *request; 11 +struct request_info *request; 14 struct request_info *request;
|
H A D | 0001-Fix-build-with-clang.patch | 30 struct request_info *request; 42 +void fix_options(struct request_info *); 57 +void fix_options(struct request_info *);
|
H A D | socklen_t.patch | 17 @@ -38,7 +38,12 @@ struct request_info *request; 35 @@ -95,7 +95,11 @@ struct request_info *request;
|
H A D | expand_remote_port.patch | 64 extern char *eval_client(struct request_info *);/* whatever is available */ 65 extern char *eval_server(struct request_info *);/* whatever is available */
|
H A D | 0001-Fix-implicit-function-declaration-warnings.patch | 79 @@ -46,7 +46,7 @@ void fix_options(struct request_info *);
|
H A D | 10_usagi-ipv6.patch | 371 struct request_info *request; 589 struct request_info request; 673 struct request_info *request; 1019 struct request_info *request; /* for shared information */ 1150 struct request_info *request;
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbipd.c | 295 struct request_info request; in tcpd_auth()
|
/openbmc/linux/include/linux/ceph/ |
H A D | osd_client.h | 167 struct ceph_osd_data request_info; member
|
/openbmc/linux/net/ceph/ |
H A D | osd_client.c | 296 osd_data = osd_req_op_data(osd_req, which, cls, request_info); in osd_req_op_cls_request_info_pagelist() 411 ceph_osd_data_release(&op->cls.request_info); in osd_req_op_data_release() 2116 &op->cls.request_info); in setup_request_data()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 7728 + request_info(dc, "Media/video device env overrides found: %s,%s\n", 10554 + request_info(mbc->dc, "Request buffer already waiting on start\n"); 11127 + request_info(mbc->dc, "Only allocated %d of %d src buffers requested\n", req.count, n); 11458 + request_info(dc, "%s: FAILED\n", __func__); 12036 +#define request_info(_ctx, ...) av_log(_ctx, AV_LOG_INFO, __VA_ARGS__)
|