HomeSort by: relevance | last modified time | path
    Searched refs:CVT (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/compat/sys/
ipc.h 78 #define CVT(x) perm->x = operm->x
79 CVT(uid);
80 CVT(gid);
81 CVT(cuid);
82 CVT(cgid);
83 CVT(mode);
84 #undef CVT
92 #define CVT(x) operm->x = perm->x
93 CVT(uid);
94 CVT(gid)
    [all...]
msg.h 97 #define CVT(x) msqbuf->x = omsqbuf->x
98 CVT(msg_qnum);
99 CVT(msg_qbytes);
100 CVT(msg_lspid);
101 CVT(msg_lrpid);
102 CVT(msg_stime);
103 CVT(msg_rtime);
104 CVT(msg_ctime);
105 #undef CVT
115 #define CVT(x) omsqbuf->x = msqbuf->
    [all...]
shm.h 96 #define CVT(x) shmbuf->x = oshmbuf->x
97 CVT(shm_segsz);
98 CVT(shm_lpid);
99 CVT(shm_cpid);
100 CVT(shm_nattch);
101 CVT(shm_atime);
102 CVT(shm_dtime);
103 CVT(shm_ctime);
104 #undef CVT
114 #define CVT(x) oshmbuf->x = shmbuf->
    [all...]
sem.h 67 #define CVT(x) sembuf->x = osembuf->x
68 CVT(sem_nsems);
69 CVT(sem_otime);
70 CVT(sem_ctime);
71 #undef CVT
81 #define CVT(x) osembuf->x = sembuf->x
83 CVT(sem_nsems);
86 #undef CVT
96 #define CVT(x) sembuf->x = osembuf->x
97 CVT(sem_nsems)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c 66 #define CVT(x) perm->x = operm->x
67 CVT(uid);
68 CVT(gid);
69 CVT(cuid);
70 CVT(cgid);
71 CVT(mode);
72 #undef CVT
80 #define CVT(x) operm->x = perm->x
81 CVT(uid);
82 CVT(gid)
    [all...]
  /src/usr.bin/xlint/lint1/
ckctype.c 102 for (on = arg; on->tn_op == CVT; on = on->u.ops.left)
108 if (arg->tn_op == CVT && arg->tn_cast) {
op.h 119 CVT,
ckgetopt.c 102 && last_arg->tn_op == CVT
tree.c 617 case CVT:
1502 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
1808 if (any_query_enabled && rn->tn_op == CVT && rn->tn_cast &&
1900 for (ln = tn->u.ops.left; ln->tn_op == CVT; ln = ln->u.ops.left)
1902 for (rn = tn->u.ops.right; rn->tn_op == CVT; rn = rn->u.ops.left)
2474 while (tn->tn_op == CVT && !tn->tn_cast)
2534 if (tn->tn_op == CVT && tn->tn_cast &&
2554 if (tn->tn_op == CVT && tn->tn_cast &&
2950 if (ln->tn_op == CVT && ln->tn_cast &&
3073 if (tn->tn_op == CVT &
    [all...]
cksnprintb.c 288 && call->args[2]->tn_op == CVT
debug.c 206 op == CVT && tn->tn_cast ? "cast" : op_name(op));
func.c 928 while (rn->tn_op == CVT || rn->tn_op == PLUS)
cgram.y 559 $$ = convert(CVT, 0, void_ptr, zero);
  /src/sys/arch/mips/mips/
fp.S 353 PTR_WORD cvt_d_s # func 33 41 CVT.D.S
356 PTR_WORD cvt_w_s # func 36 44 CVT.W.S
357 PTR_WORD cvt_l_s # func 37 45 CVT.L.S MIPS3/MIPS64
358 PTR_WORD cvt_ps_s # func 38 46 CVT.PS.S MIPS32r2
418 PTR_WORD cvt_s_d # func 32 40 CVT.S.D
422 PTR_WORD cvt_w_d # func 36 44 CVT.W.D
423 PTR_WORD cvt_l_d # func 37 45 CVT.L.D MIPS3/MIPS64
484 PTR_WORD cvt_s_w # func 32 40 CVT.S.W
485 PTR_WORD cvt_d_w # func 33 41 CVT.D.W
490 PTR_WORD cvt_ps_pw # func 38 46 CVT.PS.PW MIPS-3D AS
    [all...]

Completed in 29 milliseconds