HomeSort by relevance Sort by last modified time
    Searched defs:real_scf_simple_prop_get (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
uadmin.c 47 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL; variable
69 if (real_scf_simple_prop_get == NULL ||
73 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
75 real_scf_simple_prop_get = scf_simple_prop_get;
109 if (real_scf_simple_prop_get == NULL ||
114 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||
121 prop = real_scf_simple_prop_get(NULL, fmri, "config",
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
uadmin.c 63 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL; variable
85 if (real_scf_simple_prop_get == NULL ||
89 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
91 real_scf_simple_prop_get = scf_simple_prop_get;
125 if (real_scf_simple_prop_get == NULL ||
130 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||
137 prop = real_scf_simple_prop_get(NULL, fmri, "config",
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
uadmin.c 62 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL; variable
84 if (real_scf_simple_prop_get == NULL ||
88 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
90 real_scf_simple_prop_get = scf_simple_prop_get;
124 if (real_scf_simple_prop_get == NULL ||
129 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||
136 prop = real_scf_simple_prop_get(NULL, fmri, "config",

Completed in 60 milliseconds