Searched refs:resbuf (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1217 svcauth_gss_prepare_to_wrap(struct xdr_buf *resbuf, struct gss_svc_data *gsd) in svcauth_gss_prepare_to_wrap() argument 1236 resbuf->head[0].iov_len -= 2 * 4; in svcauth_gss_prepare_to_wrap() 1248 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_integ() local 1256 p = svcauth_gss_prepare_to_wrap(resbuf, gsd); in svcauth_gss_wrap_resp_integ() 1259 integ_offset = (u8 *)(p + 1) - (u8 *)resbuf->head[0].iov_base; in svcauth_gss_wrap_resp_integ() 1260 integ_len = resbuf->len - integ_offset; in svcauth_gss_wrap_resp_integ() 1264 if (xdr_buf_subsegment(resbuf, &integ_buf, integ_offset, in svcauth_gss_wrap_resp_integ() 1267 if (resbuf->tail[0].iov_base == NULL) { in svcauth_gss_wrap_resp_integ() 1268 if (resbuf->head[0].iov_len + RPC_MAX_AUTH_SIZE > PAGE_SIZE) in svcauth_gss_wrap_resp_integ() 1270 resbuf->tail[0].iov_base = resbuf->head[0].iov_base in svcauth_gss_wrap_resp_integ() [all …]
|
/linux-2.6.39/arch/x86/boot/ |
D | video.c | 162 char resbuf[32]; in display_menu() local 171 sprintf(resbuf, "%dx%d", mi->y, mi->depth); in display_menu() 173 sprintf(resbuf, "%d", mi->y); in display_menu() 176 ch, mode_id, mi->x, resbuf, card->card_name); in display_menu()
|
/linux-2.6.39/drivers/message/i2o/ |
D | README.ioctl | 64 void *resbuf; /* Buffer for result */ 71 by hrt->iop in the buffer pointed to by hrt->resbuf. The actual size of 93 void *resbuf; /* Buffer for result */ 100 by lct->iop in the buffer pointed to by lct->resbuf. The actual size of 125 void *resbuf; /* Result List buffer */ 134 into the buffer pointed to by ops->resbuf. The number of bytes 140 ops->resbuf if no errors occur. If an error occurs, -1 is returned 166 void *resbuf; /* Result List buffer */ 175 into the buffer pointed to by ops->resbuf. The actual size of data 343 void *resbuf; /* Buffer for reply HTML page */ [all …]
|
D | i2o_config.c | 104 if (kcmd.resbuf == NULL) in i2o_cfg_gethrt() 119 else if (copy_to_user(kcmd.resbuf, (void *)hrt, len)) in i2o_cfg_gethrt() 141 if (kcmd.resbuf == NULL) in i2o_cfg_getlct() 155 else if (copy_to_user(kcmd.resbuf, lct, len)) in i2o_cfg_getlct() 217 else if (copy_to_user(kcmd.resbuf, res, len)) in i2o_cfg_parms()
|
/linux-2.6.39/Documentation/i2o/ |
D | ioctl | 64 void *resbuf; /* Buffer for result */ 71 by hrt->iop in the buffer pointed to by hrt->resbuf. The actual size of 93 void *resbuf; /* Buffer for result */ 100 by lct->iop in the buffer pointed to by lct->resbuf. The actual size of 125 void *resbuf; /* Result List buffer */ 134 into the buffer pointed to by ops->resbuf. The number of bytes 140 ops->resbuf if no errors occur. If an error occurs, -1 is returned 166 void *resbuf; /* Result List buffer */ 175 into the buffer pointed to by ops->resbuf. The actual size of data 343 void *resbuf; /* Buffer for reply HTML page */ [all …]
|
/linux-2.6.39/include/linux/ |
D | i2o-dev.h | 60 void __user *resbuf; /* Buffer for result */ member 69 void __user *resbuf; /* Result List buffer */ member 88 void __user *resbuf; /* Buffer for reply HTML page */ member
|