/src/usr.sbin/lpr/lp/ |
lp | 45 reqid="-R" 61 reqid="";; 75 exec /usr/bin/lpr "-P${dest}" ${reqid} ${symlink} ${ncopies} "$@"
|
/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...] |
psbuf.c | 575 psbuf_req_data(struct puffs_framebuf *pb, int type, uint32_t reqid, 580 psbuf_put_4(pb, reqid); 585 psbuf_req_str(struct puffs_framebuf *pb, int type, uint32_t reqid, 589 psbuf_req_data(pb, type, reqid, str, strlen(str));
|
fs.c | 186 psbuf_req_str(pb, SSH_FXP_EXTENDED, reqid, "statvfs@openssh.com");
|
psshfs.h | 60 uint32_t reqid = NEXTREQ(pctx); \
|
/src/sys/opencrypto/ |
ocryptodev.c | 226 cnop.reqid = ocnop->reqid; 239 ocnop->reqid = cnop.reqid;
|
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
|
cryptodev.c | 1291 cnop[req].reqid = atomic_inc_32_nv(&(fcr->requestid)); 1292 crp->crp_reqid = cnop[req].reqid; 1796 crypt_res[req].reqid = crp->crp_reqid; 1831 crypt_res[req].reqid = krp->krp_reqid; 1893 if(crp && (crp->crp_reqid == crypt_res->reqid)) { 1932 if(krp && (krp->krp_reqid == crypt_res->reqid)) {
|
/src/tests/crypto/opencrypto/ |
h_ioctl.c | 228 cr->reqid = cnos[i].reqid; 322 cr.reqid = cno.reqid;
|
/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/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/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...] |
/src/sys/dev/usb/ |
if_upgt.c | 1008 eeprom->header2.reqid = htole32(sc->sc_memaddr_frame_start); 1641 txdesc->header2.reqid = htole32(data_tx->addr); 1737 if (data_tx->addr == le32toh(desc->header2.reqid)) { 1746 le32toh(desc->header2.reqid), 2034 filter->header2.reqid = htole32(sc->sc_memaddr_frame_start); 2118 chan->header2.reqid = htole32(sc->sc_memaddr_frame_start); 2177 led->header2.reqid = htole32(sc->sc_memaddr_frame_start); 2259 stats->header2.reqid = htole32(sc->sc_memaddr_frame_start);
|
if_upgtvar.h | 229 uint32_t reqid; member in struct:upgt_lmac_h2
|
/src/sys/net/ |
if_ipsec.c | 362 SYSCTL_DESCR("use fixed reqid for SP"), 368 SYSCTL_DESCR("base value of fixed reqid"), 374 SYSCTL_DESCR("last value of fixed reqid"), 1693 uint8_t level, struct sockaddr *src, struct sockaddr *dst, uint16_t reqid) 1722 xisr->sadb_x_ipsecrequest_reqid = reqid; 1807 "%s: invalid fixed reqid(%"PRIu32"), " 1808 "current range %"PRIu16" <= reqid <= %"PRIu16"\n", 1816 * Use same reqid both inbound and outbound to reduce reqid. 1834 int dir, int proto, int level, u_int policy, uint16_t reqid) [all...] |