Searched refs:request (Results 51 - 75 of 123) sorted by relevance

12345

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusbtrans.h147 grub_uint8_t request;
146 grub_uint8_t request; member in struct:grub_usb_packet_setup
H A Dusb.h79 grub_uint8_t request, grub_uint16_t value,
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c966 * stat - status of the get request
988 * stat - status of the get request
1017 /* Extend the request array and the return list */
1021 /* Setup the request */
1060 * stat - status of the get request
1083 * stat - status of the get request
1112 /* Extend the request array and the return list */
1116 /* Setup the request */
1155 * stat - status of the get request
1181 * stat - status of the get request
1608 idmap_mapping request, *mapping; local
1713 idmap_mapping request, *mapping; local
[all...]
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c396 int request = MP_GET_PATH_LIST_FOR_MP_LU; local
403 " set default request to MP_GET_PATH_LIST_FOR_MP_LU");
418 request = MP_GET_PATH_LIST_FOR_INIT_PORT;
420 " set request to MP_GET_PATH_LIST_FOR_INIT_PORT");
428 request = MP_GET_PATH_LIST_FOR_TARGET_PORT;
430 " set request to MP_GET_PATH_LIST_FOR_TARGET_PORT");
450 mp_ioctl.mp_cmd = request;
555 mp_ioctl.mp_cmd = request;
/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c213 int msgid ) /* request to uncache (if dn == NULL) */
226 /* first check the request queue */
268 add_request_to_cache( LDAP *ld, unsigned int msgtype, BerElement *request )
287 len = request->ber_ptr - request->ber_buf;
295 SAFEMEMCPY( new->lm_ber->ber_buf, request->ber_buf, len );
336 * if corresponding request is in the lc_requests list, add this
338 * request, add the request/result chain to the cache proper.
348 if ( m != NULLMSG ) { /* found request; ad
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c471 krb5_ap_req *request = NULL; /* Solaris Kerberos */ local
593 * We need to decode the request now so that we can get the
601 /* decode the AP-REQ into request */
602 if ((code = decode_krb5_ap_req(&ap_req, &request))) {
630 if ((code = krb5_copy_principal(context, request->ticket->server,
743 if ((code = krb5_rd_req_decoded_ext(context, &auth_context, request, &ap_req,
757 request->ticket->enc_part.kvno,
1395 if (request != NULL) {
1396 saved_ap_options = request->ap_options;
1397 krb5_free_ap_req(context, request);
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c223 DB_LOCKREQ request; local
225 request.op = DB_LOCK_DUMP;
227 dbc->locker, 0, &request, 1, NULL)) != 0 && ret == 0)
387 * data, so request a partial of length 0.
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbtrans.c65 grub_uint8_t request,
93 reqtype, request, value, index, (unsigned long)size);
147 setupdata->request = request;
63 grub_usb_control_msg(grub_usb_device_t dev, grub_uint8_t reqtype, grub_uint8_t request, grub_uint16_t value, grub_uint16_t index, grub_size_t size0, char *data_in) argument
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c57 struct snmp_pdu *request = NULL, *result = NULL; local
76 /* initialize the request PDU */
77 request = snmp_pdu_create(SNMP_MSG_GET);
78 snmp_add_null_var(request, Oid, oid_len);
80 status = snmp_synch_response(ss, request, &result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm14 # It may be used and modified freely, but I do request that this copyright
73 Apache2::RequestUtil->request() :
74 Apache->request } if $MOD_PERL;
117 # Ignore mod_perl request object--compatibility with Apache::Cookie.
175 ? Apache2::RequestUtil->request()
176 : Apache->request
329 script if the CGI request is occurring on a secure channel, such as SSL.
391 a mod_perl request object as the first argument to C<new()>. It will
409 Under mod_perl, pass in an Apache request object:
431 Mod_perl users can set cookies using the request objec
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm83 The following functions are exported only by request.
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h41 BerElement *request );
43 int check_cache( LDAP *ld, unsigned int msgtype, BerElement *request );
139 * in request.c
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_mem.c221 xdrmem_control(XDR *xdrs, int request, void *info) argument
225 switch (request) {
H A Dclnt_door.c335 clnt_door_control(CLIENT *cl, int request, char *info) argument
340 switch (request) {
354 switch (request) {
H A Dxdr_stdio.c186 xdrstdio_control(XDR *xdrs, int request, void *info) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c203 const krb5_data *request,
205 (kcontext, method, request, response));
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c94 int request, scfiocgetdiskled_t *scf_disk)
125 while (ioctl(scf_fd, request, scf_disk) < 0) {
93 opl_disk_led_control(apid_t *apidp, char **errstring, struct cfga_msg *msgp, int request, scfiocgetdiskled_t *scf_disk) argument
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dptrace.c117 map(int request) argument
121 switch (request) {
133 (void) sprintf(name, "%d", request);
139 ptrace(int request, pid_t pid, int addr, int data) argument
157 map(request), pid, addr, data);
162 if (request == 0) { /* PTRACE_TRACEME, executed by traced process */
230 * Process the request.
233 switch (request) {
352 runctl[2] = (request == 9)? PRSTEP : 0;
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dptrace.c117 map(int request) argument
121 switch (request) {
133 (void) sprintf(name, "%d", request);
139 ptrace(int request, pid_t pid, int addr, int data) argument
157 map(request), pid, addr, data);
162 if (request == 0) { /* PTRACE_TRACEME, executed by traced process */
230 * Process the request.
233 switch (request) {
360 runctl[2] = (request == 9)? PRSTEP : 0;
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c1634 long request, /* PCNULL, PCDSTOP, PCSTOP, PCWSTOP */
1647 if (request != PCNULL && request != PCDSTOP)
1651 if (request != PCNULL) {
1659 if (request != PCNULL) {
1674 switch (request) {
1721 switch (request) {
1746 if (request == PCNULL || request == PCDSTOP || msec != 0)
3227 long request, /* PCNUL
1633 Pstopstatus(struct ps_prochandle *P, long request, uint_t msec) argument
3226 Lstopstatus(struct ps_lwphandle *L, long request, uint_t msec) argument
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c85 void *request, size_t request_size)
90 door_args.data_ptr = (void *)request;
94 door_args.rbuf = (void *)request;
107 send_msg_to_nwam(nwamd_door_arg_t *request) argument
112 request, sizeof (nwamd_door_arg_t))) != 0) {
118 switch (request->nwda_status) {
126 return (request->nwda_error);
84 nwam_make_door_call(const char *door_name, int *door_fdp, void *request, size_t request_size) argument
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h99 int (*ioctl)(struct ntfs_device *dev, int request, void *argp);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c74 struct cfga_msg *msgp, int request, ses_objarg *target_disk);
112 int request, ses_objarg *target_disk)
356 if (request == SESIOC_SETOBJSTAT) {
403 while (ioctl(ses_fd, request, target_disk) < 0) {
111 platses_disk_led_control(apid_t *apidp, char **errstring, struct cfga_msg *msgp, int request, ses_objarg *target_disk) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.pm153 exported from File::Compare only by request.
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c370 * and the caller's request - use smaller value.
652 * request should be set to one of the following:
661 stms_path_enable_disable(char *client_path, char *phci, int request) argument
722 if (ioctl(fd, request, &ioc) != 0) {
752 * request should be set to one of the following:
762 stms_path_enable_disable_all(char *phci, int request) argument
794 if (ioctl(fd, request, &ioc) != 0) {

Completed in 83 milliseconds

12345