Home
last modified time | relevance | path

Searched refs:opp (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dasn1_par.c121 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
234 opp = op; in asn1_parse2()
235 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
246 opp = op; in asn1_parse2()
247 ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl); in asn1_parse2()
258 opp = op; in asn1_parse2()
259 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
261 opp = os->data; in asn1_parse2()
266 if (((opp[i] < ' ') && in asn1_parse2()
267 (opp[i] != '\n') && in asn1_parse2()
[all …]
/freebsd-10-stable/sys/dev/iscsi_initiator/
Discsi_subr.c67 pdu_t *opp = &opq->pdu; in iscsi_r2t() local
68 bhs_t *bhp = &opp->ipdu.bhs; in iscsi_r2t()
75 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W); in iscsi_r2t()
79 if(opp->ipdu.scsi_req.W) { in iscsi_r2t()
82 u_int edtl = ntohl(opp->ipdu.scsi_req.edtlen); in iscsi_r2t()
101 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W); in iscsi_r2t()
540 pdu_t *opp = &opq->pdu; in scsi_decap() local
541 bhs_t *bhp = &opp->ipdu.bhs; in scsi_decap()
556 scsi_req_t *cmd = &opp->ipdu.scsi_req; in scsi_decap()
/freebsd-10-stable/usr.sbin/jail/
Dconfig.c129 struct cfparams opp; in load_config() local
159 TAILQ_INIT(&opp); in load_config()
160 TAILQ_CONCAT(&opp, &j->params, tq); in load_config()
175 TAILQ_FOREACH(p, &opp, tq) in load_config()
184 TAILQ_FOREACH(p, &opp, tq) in load_config()
259 while ((p = TAILQ_FIRST(&opp))) in load_config()
260 free_param(&opp, p); in load_config()
/freebsd-10-stable/contrib/tcpdump/
Dprint-icmp6.c673 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local
721 opp = (struct nd_opt_prefix_info *)op; in icmp6_opt_print()
722 TCHECK(opp->nd_opt_pi_prefix); in icmp6_opt_print()
724 ip6addr_string(&opp->nd_opt_pi_prefix), in icmp6_opt_print()
725 opp->nd_opt_pi_prefix_len, in icmp6_opt_print()
727 … bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved), in icmp6_opt_print()
728 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time))); in icmp6_opt_print()
729 … printf(", pref. time %s", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time))); in icmp6_opt_print()
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clstate.c214 struct nfsclopen **opp, int *newonep, int *retp, int lockit) in nfscl_open() argument
226 if (opp != NULL) in nfscl_open()
227 *opp = NULL; in nfscl_open()
337 if (opp != NULL) in nfscl_open()
338 *opp = op; in nfscl_open()
347 struct nfsclowner **owpp, struct nfsclowner **nowpp, struct nfsclopen **opp, in nfscl_newopen() argument
414 *opp = nop; in nfscl_newopen()
419 *opp = op; in nfscl_newopen()
652 struct nfscllockowner **lpp, struct nfsclopen **opp) in nfscl_getopen() argument
714 *opp = rop; in nfscl_getopen()
/freebsd-10-stable/contrib/binutils/opcodes/
Dmips-dis.c771 const struct mips_opcode *opp) in print_insn_args() argument
1049 && strcmp (opp->name, "jalx") == 0) in print_insn_args()
1198 ((opp->pinfo & (FP_D | FP_S)) != 0 in print_insn_args()
/freebsd-10-stable/contrib/bmake/
Dparse.c908 ParseDoOp(void *gnp, void *opp) in ParseDoOp() argument
911 int op = *(int *)opp; in ParseDoOp()
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_request.c1609 const restrict_u **opp in popRestriction() argument
1617 *opp = sp->pres[sp->fcnt++]; in popRestriction()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-98992524 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,