/titanic_51/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 67 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) in pool_value_get_uint64() argument 82 pool_value_get_int64(const pool_value_t *pv, int64_t *result) in pool_value_get_int64() argument 98 pool_value_get_double(const pool_value_t *pv, double *result) in pool_value_get_double() argument 113 pool_value_get_bool(const pool_value_t *pv, uchar_ argument 128 pool_value_get_string(const pool_value_t * pv,const char ** result) pool_value_get_string() argument 143 pool_value_get_type(const pool_value_t * pv) pool_value_get_type() argument 153 pool_value_set_uint64(pool_value_t * pv,uint64_t val) pool_value_set_uint64() argument 166 pool_value_set_int64(pool_value_t * pv,int64_t val) pool_value_set_int64() argument 180 pool_value_set_double(pool_value_t * pv,double val) pool_value_set_double() argument 193 pool_value_set_bool(pool_value_t * pv,uchar_t val) pool_value_set_bool() argument 206 pool_value_set_string(pool_value_t * pv,const char * val) pool_value_set_string() argument 245 pool_value_free(pool_value_t * pv) pool_value_free() argument 259 pool_value_get_name(const pool_value_t * pv) pool_value_get_name() argument 268 pool_value_set_name(pool_value_t * pv,const char * name) pool_value_set_name() argument 289 pool_value_from_nvpair(pool_value_t * pv,nvpair_t * pn) pool_value_from_nvpair() argument 410 pool_value_dprintf(const pool_value_t * pv) pool_value_dprintf() argument [all...] |
/titanic_51/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() argument 134 final static native int pool_value_get_int64(long pv, long result); in pool_value_get_int64() argument 135 final static native int pool_value_get_double(long pv, long result); in pool_value_get_double() argument 136 final static native int pool_value_get_bool(long pv, long result); in pool_value_get_bool() argument 137 final static native int pool_value_get_string(long pv, long result); in pool_value_get_string() argument 138 final static native int pool_value_get_type(long pv); in pool_value_get_type() argument 139 final static native void pool_value_set_uint64(long pv, long val); in pool_value_set_uint64() argument 140 final static native void pool_value_set_int64(long pv, long val); in pool_value_set_int64() argument 141 final static native void pool_value_set_double(long pv, double val); in pool_value_set_double() argument 142 final static native void pool_value_set_bool(long pv, shor in pool_value_set_double() argument 143 pool_value_set_string(long pv, String val) pool_value_set_string() argument 144 pool_value_get_name(long pv) pool_value_get_name() argument 145 pool_value_set_name(long pv, String val) pool_value_set_name() argument 147 pool_value_free(long pv) pool_value_free() argument [all...] |
/titanic_51/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 120 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get() argument 177 topo_propval_t *pv in prop_get() local 209 topo_propval_t *pv; prop_getval() local 500 topo_propval_t *pv; set_seterror() local 520 topo_propval_t *pv; prop_create() local 769 topo_propval_t *pv; topo_prop_setprop() local 875 topo_propval_t *pv = NULL; prop_method_register() local 976 topo_propval_t *pv; topo_prop_method_unregister() local 1014 topo_propval_t *pv = NULL; topo_prop_setmutable() local 1042 topo_propval_t *pv = NULL; topo_prop_setnonvolatile() local 1075 topo_propval_t *pv; topo_prop_inherit() local 1299 propmethod_destroy(topo_hdl_t * thp,topo_propval_t * pv) propmethod_destroy() argument 1314 topo_propval_destroy(topo_propval_t * pv) topo_propval_destroy() argument 1334 topo_prop_hold(topo_propval_t * pv) topo_prop_hold() argument 1340 topo_prop_rele(topo_propval_t * pv) topo_prop_rele() argument 1359 topo_propval_t *pv; topo_prop_getprop() local 1377 prop_val_add(tnode_t * node,nvlist_t ** nvl,topo_propval_t * pv,int * err) prop_val_add() argument 1416 topo_propval_t *pv; topo_prop_getpgrp() local 1487 topo_propval_t *pv; topo_prop_getprops() local [all...] |
/titanic_51/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
|
/titanic_51/usr/src/cmd/format/ |
H A D | add_definition.c | 316 struct dk_map2 *pv; local 319 struct dkl_partition *pv; local
|
/titanic_51/usr/src/cmd/csh/ |
H A D | sh.exec.c | 54 tchar *dp, **pv, **av; in doexec() local 373 tchar **pv; in dohash() local [all...] |
H A D | sh.sem.c | 60 int pv[2]; local 493 mypipe(int *pv) in mypipe() argument [all...] |
H A D | sh.dir.c | 225 tchar **pv; in dfollow() local
|
/titanic_51/usr/src/cmd/avs/dsstat/ |
H A D | common.c | 181 uint32_t *pv, *cv; in kstat_delta() local
|
/titanic_51/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 781 pool_value_t *pv = NULL; in parser_conf_info() local 934 pool_value_t *pv; in parser_rename() local 1323 pool_value_t *pv; check_conf_name() local 1568 pool_value_t *pv; process_min_max() local [all...] |
/titanic_51/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 75 pool_value_t *pv; in config_print() local
|
/titanic_51/usr/src/cmd/devprop/ |
H A D | devprop.c | 120 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \ in main() argument
|
/titanic_51/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
|
/titanic_51/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
|
/titanic_51/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 109 int pv[2]; /* pipe from shell stdout */ in wordexp() local [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 782 static int arg_pipe(register int pv[]) in arg_pipe() 801 int monitor, fd, pv[2]; in sh_argprocsub() local
|
H A D | suid_exec.c | 367 int pv[2]; in setids() local
|
/titanic_51/usr/src/cmd/sh/ |
H A D | xec.c | 378 int pv[2]; local
|
H A D | macro.c | 497 int pv[2]; in comsubst() local
|
H A D | io.c | 120 chkpipe(int *pv) in chkpipe() argument
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 367 int pv[2]; in setids() local
|
H A D | io.c | 895 int sh_pipe(register int pv[]) in sh_pipe() argument 911 sh_rpipe(register int pv[]) sh_rpipe() argument 918 sh_rpipe(register int pv[]) sh_rpipe() argument 935 sh_coaccept(Shell_t * shp,int * pv,int out) sh_coaccept() argument 960 sh_copipe(Shell_t * shp,int * pv,int out) sh_copipe() argument 1085 sh_pclose(register int pv[]) sh_pclose() argument [all...] |
/titanic_51/usr/src/cmd/man/ |
H A D | man.c | 379 char *pv[2]; in main() local 502 getpath(struct man_node *manp, char **pv) in getpath() argument 520 getsect(struct man_node *manp, char **pv) in getsect() argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 172 int pv[2], cc; in doit() local [all...] |