HomeSort by: relevance | last modified time | path
    Searched defs:op0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 623 int i, lktype, op, op0 = 0, statsinprog = 0; local in function:nfsrvd_compound
780 op0 = op;
811 else if (i != 0 && op0 != NFSV4OP_SEQUENCE)
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 447 operand op0, op1; local in function:encode_instr
454 op0 = ops;
455 if( op0 != NULL ){
456 if( spec[0] == 0 && USES_EXPR(op0) )
457 eval_expr(op0->op_u.value, &val[0], &eline[0]);
465 if (class == MOVE && op0 && op1 && op1->type == REG) {
466 if (op0->type == REG) {
468 if ((op0->reg_no & op1->reg_no & GSPA_REGFILE) == 0) {
472 } else if ( op0->type == EXPR )
477 if( op0->type == REG )
    [all...]

Completed in 12 milliseconds