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

  /src/bin/pax/
dumptar.c 78 #define IPR(a) \
84 IPR(uid);
85 IPR(gid);
86 IPR(size);
  /src/sys/arch/sparc/sparc/
emul.c 51 #define IPR(tf, i) ((int32_t *) tf->tf_out[6])[i - 16]
75 error = copyin(&IPR(tf, i), val, sizeof(int32_t));
91 error = copyout(val, &IPR(tf, i), sizeof(int32_t));
  /src/sys/arch/sparc64/sparc64/
emul.c 52 #define IPR(tf, i) ((int32_t *)(u_long)tf->tf_out[6])[i - 16]
76 error = copyin(&IPR(tf, i), val, sizeof(int32_t));
93 error = copyout(val, &IPR(tf, i), sizeof(int32_t));

Completed in 42 milliseconds