/src/sys/opencrypto/ |
ocryptodev.h | 127 * The reqid field is filled when the operation has 145 u_int32_t reqid; /* request id */ member in struct:ocrypt_n_op
|
cryptodev.h | 209 * The reqid field is filled when the operation has 231 u_int32_t reqid; /* request id */ member in struct:crypt_n_op 317 u_int32_t reqid; /* request id */ member in struct:crypt_result
|
/src/sys/netipsec/ |
keydb.h | 65 u_int32_t reqid; /* reqid id who owned this SA */ member in struct:secasindex
|
key.c | 746 #define CMP_MODE_REQID 2 /* additionally HEAD, reqid, mode. */ 1936 * If range violation of reqid, kernel will 1942 * Use thre requested reqid to avoid inconsistency 1943 * between kernel's reqid and the reqid in pf_key 1950 "reqid=%d range " 1956 /* allocate new reqid id if reqid is zero. */ 1958 u_int16_t reqid = key_newreqid(); local in function:_key_msg2sp 1959 if (reqid == 0) 5381 u_int16_t reqid; local in function:key_api_getspi 5734 u_int16_t reqid; local in function:key_api_update 5990 u_int16_t reqid; local in function:key_api_add [all...] |
/src/usr.sbin/puffs/mount_psshfs/ |
node.c | 138 uint32_t reqid; local in function:psshfs_node_setattr 185 reqid = NEXTREQ(pctx); 188 psbuf_req_str(pb, SSH_FXP_SETSTAT, reqid, PNPATH(pn)); 234 psbuf_req_str(pb, SSH_FXP_OPEN, reqid, PCNPATH(pcn)); 252 reqid = NEXTREQ(pctx); 253 psbuf_req_str(pb2, SSH_FXP_REMOVE, reqid, PCNPATH(pcn)); 261 reqid = NEXTREQ(pctx); 263 psbuf_req_data(pb, SSH_FXP_CLOSE, reqid, fhand, fhandlen); 294 uint32_t reqid; local in function:psshfs_node_open 307 reqid = NEXTREQ(pctx) [all...] |
subr.c | 137 uint32_t reqid; local in function:closehandles 143 reqid = NEXTREQ(pctx); 144 psbuf_req_data(pb1, SSH_FXP_CLOSE, reqid, 155 reqid = NEXTREQ(pctx); 156 psbuf_req_data(pb2, SSH_FXP_CLOSE, reqid, 231 psbuf_req_str(pb, SSH_FXP_LSTAT, reqid, path); 267 uint32_t reqid = NEXTREQ(pctx); local in function:sftp_readdir 290 psbuf_req_str(pb, SSH_FXP_OPENDIR, reqid, PNPATH(pn)); 317 reqid = NEXTREQ(pctx); 319 psbuf_req_data(pb, SSH_FXP_READDIR, reqid, dhand, dhandlen) [all...] |
/src/usr.sbin/lpr/lpr/ |
lpr.c | 93 static int reqid; /* request id */ variable in typeref:typename:int 411 printf("request id is %d\n", reqid); 714 reqid = n;
|
/src/sys/dev/usb/ |
if_upgtvar.h | 229 uint32_t reqid; member in struct:upgt_lmac_h2
|
/src/sys/dev/ic/ |
bwfm.c | 1714 int reqid; local in function:bwfm_proto_bcdc_query_dcmd 1717 reqid = sc->sc_bcdc_reqid++; 1726 dcmd->hdr.flags |= BWFM_BCDC_DCMD_ID_SET(reqid); 1746 } while (BWFM_BCDC_DCMD_ID_GET(dcmd->hdr.flags) != reqid); 1748 if (BWFM_BCDC_DCMD_ID_GET(dcmd->hdr.flags) != reqid) { 1774 int ret = 1, reqid; local in function:bwfm_proto_bcdc_set_dcmd 1776 reqid = sc->sc_bcdc_reqid++; 1785 dcmd->hdr.flags |= BWFM_BCDC_DCMD_ID_SET(reqid); 1804 } while (BWFM_BCDC_DCMD_ID_GET(dcmd->hdr.flags) != reqid); 1806 if (BWFM_BCDC_DCMD_ID_GET(dcmd->hdr.flags) != reqid) { [all...] |