Searched defs:univp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c365 const char *univp; /* ptr into universal addr */ local
373 univp = ua;
375 while (*univp != NULL) {
376 if (*univp == '\\' && *(univp+1) == '\\') {
378 univp += 2;
379 } else if (*univp == '\\') {
381 *transp = (((*(univp+1) - '0') & 3) << 6) +
382 (((*(univp+2) - '0') & 7) << 3) +
383 ((*(univp
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c437 const char *univp; /* ptr into universal addr */ local
445 univp = ua;
447 while (*univp != NULL) {
448 if (*univp == '\\' && *(univp+1) == '\\') {
450 univp += 2;
451 } else if (*univp == '\\') {
453 *transp = (((*(univp+1) - '0') & 3) << 6) +
454 (((*(univp+2) - '0') & 7) << 3) +
455 ((*(univp
[all...]

Completed in 46 milliseconds