/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 65 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) in pool_value_get_uint64() 80 pool_value_get_int64(const pool_value_t *pv, int64_t *result) in pool_value_get_int64() 96 pool_value_get_double(const pool_value_t *pv, double *result) in pool_value_get_double() 111 pool_value_get_bool(const pool_value_t *pv, uchar_t *result) in pool_value_get_bool() 126 pool_value_get_string(const pool_value_t *pv, const char **result) in pool_value_get_string() 141 pool_value_get_type(const pool_value_t *pv) in pool_value_get_type() 151 pool_value_set_uint64(pool_value_t *pv, uint64_t val) in pool_value_set_uint64() 164 pool_value_set_int64(pool_value_t *pv, int64_t val) in pool_value_set_int64() 178 pool_value_set_double(pool_value_t *pv, double val) in pool_value_set_double() 191 pool_value_set_bool(pool_value_t *pv, uchar_t val) in pool_value_set_bool() [all …]
|
H A D | pool_commit.c | 1292 pool_value_t *pv, void *user) in clone_element() 1327 pool_value_t *pv, void *user) in clean_element()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 133 final static native int pool_value_get_uint64(long pv, long result); in pool_value_get_uint64() 134 final static native int pool_value_get_int64(long pv, long result); in pool_value_get_int64() 135 final static native int pool_value_get_double(long pv, long result); in pool_value_get_double() 136 final static native int pool_value_get_bool(long pv, long result); in pool_value_get_bool() 137 final static native int pool_value_get_string(long pv, long result); in pool_value_get_string() 138 final static native int pool_value_get_type(long pv); in pool_value_get_type() 139 final static native void pool_value_set_uint64(long pv, long val); in pool_value_set_uint64() 140 final static native void pool_value_set_int64(long pv, long val); in pool_value_set_int64() 141 final static native void pool_value_set_double(long pv, double val); in pool_value_set_double() 142 final static native void pool_value_set_bool(long pv, short val); in pool_value_set_bool() [all …]
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 125 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get() 182 topo_propval_t *pv = NULL; in prop_get() local 214 topo_propval_t *pv; in prop_getval() local 506 topo_propval_t *pv; in set_seterror() local 526 topo_propval_t *pv; in prop_create() local 775 topo_propval_t *pv; in topo_prop_setprop() local 881 topo_propval_t *pv = NULL; in prop_method_register() local 982 topo_propval_t *pv; in topo_prop_method_unregister() local 1020 topo_propval_t *pv = NULL; in topo_prop_setmutable() local 1048 topo_propval_t *pv = NULL; in topo_prop_setnonvolatile() local [all …]
|
H A D | topo_2xml.c | 122 topo_propval_t *pv) in txml_print_prop()
|
/illumos-gate/usr/src/uts/sparc/v9/syscall/ |
H A D | install_utrap.c | 40 utrap_handler_t *ov, *nv, *pv, *sv, *tmp; in install_utrap() local 153 utrap_handler_t *ov, *nvp, *pv, *sv, *tmp; in sparc_utrap_install() local
|
/illumos-gate/usr/src/cmd/format/ |
H A D | add_definition.c | 310 struct dk_map2 *pv; in add_partition() local 313 struct dkl_partition *pv; in add_partition() local
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.sem.c | 58 int pv[2]; local 491 mypipe(int *pv) in mypipe()
|
H A D | sh.exec.c | 69 tchar *dp, **pv, **av; in doexec() local 388 tchar **pv; in dohash() local
|
H A D | sh.dir.c | 230 tchar **pv; in dfollow() local
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 779 pool_value_t *pv = NULL; in parser_conf_info() local 932 pool_value_t *pv; in parser_rename() local 1321 pool_value_t *pv; in check_conf_name() local 1566 pool_value_t *pv; in process_min_max() local
|
/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 73 pool_value_t *pv; in config_print() local
|
/illumos-gate/usr/src/cmd/devprop/ |
H A D | devprop.c | 126 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \ in main() argument
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.c | 170 register void* pv; in STP_port_delete() local
|
H A D | stpm.c | 182 register void* pv; in STP_stpm_delete() local
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | sym_hds.c | 150 unsigned char pv; in hds_sym_device_probe() local
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 109 int pv[2]; /* pipe from shell stdout */ in wordexp() local
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | xec.c | 378 int pv[2]; local
|
H A D | macro.c | 496 int pv[2]; in comsubst() local
|
H A D | io.c | 120 chkpipe(int *pv) in chkpipe()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 895 int sh_pipe(register int pv[]) in sh_pipe() 911 int sh_rpipe(register int pv[]) in sh_rpipe() 918 int sh_rpipe(register int pv[]) in sh_rpipe() 935 int sh_coaccept(Shell_t *shp,int *pv,int out) in sh_coaccept() 960 int sh_copipe(Shell_t *shp, int *pv, int out) in sh_copipe() 1085 void sh_pclose(register int pv[]) in sh_pclose()
|
H A D | suid_exec.c | 367 int pv[2]; in setids() local
|
/illumos-gate/usr/src/cmd/man/ |
H A D | man.c | 388 char *pv[2] = {NULL, NULL}; in main() local 544 getpath(struct man_node *manp, char **pv) in getpath() 562 getsect(struct man_node *manp, char **pv, char *explicit_sec) in getsect()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 174 int pv[2], cc; in doit() local
|
/illumos-gate/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 379 addprop(scf_propvec_t *props, int size, int count, scf_propvec_t *pv, void *ptr) in addprop()
|