Searched refs:pname (Results 1 - 25 of 107) sorted by relevance

12345

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dpname_to_uid.c54 krb5_pname_to_uid(minor, pname, uidOut)
56 const gss_name_t pname;
64 if (! kg_validate_name(pname))
77 ((krb5_gss_name_t)pname)->princ,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/util/
H A Dmake_ext60 # canonise into X/Y form (pname)
63 pname=`echo "$extspec" | sed -e 's:^lib/auto/::' -e 's:/[^/]*\.[^/]*$::' ` ;;
65 pname=`echo "$extspec" | sed -e 's:^ext/::' -e 's:/pm_to_blib$::' ` ;;
67 pname=`echo "$extspec" | sed -e 's/::/\//g' ` ;;
68 *) pname="$extspec" ;;
70 # echo "Converted $extspec to $pname"
72 mname=`echo "$pname" | sed -e 's!/!::!g'`
73 depth=`echo "$pname" | sed -e 's![^/][^/]*!..!g'`
78 if test ! -d "ext/$pname"; then
86 cd ext/$pname
[all...]
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_pname.c41 static const char *pname; variable
88 if (pname != NULL)
89 (void) fprintf(stderr, PNAME_FMT, pname);
174 pname = getexecname();
175 if (pname == NULL)
176 pname = "unknown_command";
177 return (pname);
186 pname = arg0;
194 pname = p + 1;
199 return (pname);
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddvmstat66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
73 n) opt_name=1; pname=$OPTARG ;;
113 inline string NAME = "'$pname'";
H A Drwsnoop83 opt_bytes=1; filter=0; pname=.; pid=0; opt_ppid=0
89 n) opt_name=1; pname=$OPTARG ;;
141 inline string NAME = "'$pname'";
H A Dtcpsnoop90 opt_name=0; opt_time=0; opt_timestr=0; filter=0; pname=.
98 n) opt_name=1; pname=$OPTARG ;;
143 inline string NAME = "'$pname'";
H A Dtcpsnoop_snv92 opt_name=0; opt_time=0; opt_timestr=0; filter=0; pname=.
100 n) opt_name=1; pname=$OPTARG ;;
145 inline string NAME = "'$pname'";
H A Dopensnoop81 opt_name=0; opt_pid=0; pname=.; pid=0
93 n) opt_name=1; pname=$OPTARG ;;
154 inline string NAME = "'$pname'";
H A Dprocsystime62 opt_filter=0; opt_pid=0; opt_name=0; pid=0; pname=".";
71 n) opt_filter=1; opt_name=1; pname=$OPTARG ;;
126 inline string NAME = "'$pname'";
H A Drwtop73 opt_def=1; opt_bytes=1; filter=0; pname=.; pid=0
82 n) opt_name=1; pname=$OPTARG ;;
153 inline string NAME = "'$pname'";
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
92 n) opt_name=1; pname=$OPTARG ;;
159 inline string NAME = "'$pname'";
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Net/
H A Dtcpsnoop90 opt_name=0; opt_time=0; opt_timestr=0; filter=0; pname=.
98 n) opt_name=1; pname=$OPTARG ;;
143 inline string NAME = "'$pname'";
H A Dtcpsnoop_snv92 opt_name=0; opt_time=0; opt_timestr=0; filter=0; pname=.
100 n) opt_name=1; pname=$OPTARG ;;
145 inline string NAME = "'$pname'";
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddvmstat66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
73 n) opt_name=1; pname=$OPTARG ;;
113 inline string NAME = "'$pname'";
H A Drwsnoop83 opt_bytes=1; filter=0; pname=.; pid=0; opt_ppid=0
89 n) opt_name=1; pname=$OPTARG ;;
141 inline string NAME = "'$pname'";
H A Dopensnoop81 opt_name=0; opt_pid=0; pname=.; pid=0
93 n) opt_name=1; pname=$OPTARG ;;
154 inline string NAME = "'$pname'";
H A Dprocsystime62 opt_filter=0; opt_pid=0; opt_name=0; pid=0; pname=".";
71 n) opt_filter=1; opt_name=1; pname=$OPTARG ;;
126 inline string NAME = "'$pname'";
H A Drwtop73 opt_def=1; opt_bytes=1; filter=0; pname=.; pid=0
82 n) opt_name=1; pname=$OPTARG ;;
153 inline string NAME = "'$pname'";
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
92 n) opt_name=1; pname=$OPTARG ;;
159 inline string NAME = "'$pname'";
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c93 propval_get(topo_pgroup_t *pg, const char *pname) argument
102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0)
176 prop_get(tnode_t *node, const char *pgname, const char *pname, nvlist_t *pargs, argument
181 if ((pv = propval_get(pgroup_get(node, pgname), pname)) == NULL) {
206 prop_getval(tnode_t *node, const char *pgname, const char *pname, void *val, argument
214 if ((pv = prop_get(node, pgname, pname, NULL, err))
395 topo_prop_get_int32(tnode_t *node, const char *pgname, const char *pname, argument
398 return (prop_getval(node, pgname, pname, (void *)val, TOPO_TYPE_INT32,
403 topo_prop_get_uint32(tnode_t *node, const char *pgname, const char *pname, argument
406 return (prop_getval(node, pgname, pname, (voi
411 topo_prop_get_int64(tnode_t *node, const char *pgname, const char *pname, int64_t *val, int *err) argument
419 topo_prop_get_uint64(tnode_t *node, const char *pgname, const char *pname, uint64_t *val, int *err) argument
427 topo_prop_get_double(tnode_t *node, const char *pgname, const char *pname, double *val, int *err) argument
435 topo_prop_get_string(tnode_t *node, const char *pgname, const char *pname, char **val, int *err) argument
443 topo_prop_get_fmri(tnode_t *node, const char *pgname, const char *pname, nvlist_t **val, int *err) argument
451 topo_prop_get_int32_array(tnode_t *node, const char *pgname, const char *pname, int32_t **val, uint_t *nelem, int *err) argument
459 topo_prop_get_uint32_array(tnode_t *node, const char *pgname, const char *pname, uint32_t **val, uint_t *nelem, int *err) argument
467 topo_prop_get_int64_array(tnode_t *node, const char *pgname, const char *pname, int64_t **val, uint_t *nelem, int *err) argument
475 topo_prop_get_uint64_array(tnode_t *node, const char *pgname, const char *pname, uint64_t **val, uint_t *nelem, int *err) argument
483 topo_prop_get_string_array(tnode_t *node, const char *pgname, const char *pname, char ***val, uint_t *nelem, int *err) argument
491 topo_prop_get_fmri_array(tnode_t *node, const char *pgname, const char *pname, nvlist_t ***val, uint_t *nelem, int *err) argument
517 prop_create(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, int *err) argument
567 topo_prop_set(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, void *val, int nelems, int *err) argument
659 topo_prop_set_int32(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t val, int *err) argument
667 topo_prop_set_uint32(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t val, int *err) argument
675 topo_prop_set_int64(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t val, int *err) argument
683 topo_prop_set_uint64(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t val, int *err) argument
691 topo_prop_set_double(tnode_t *node, const char *pgname, const char *pname, int flag, double val, int *err) argument
699 topo_prop_set_string(tnode_t *node, const char *pgname, const char *pname, int flag, const char *val, int *err) argument
707 topo_prop_set_fmri(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t *fmri, int *err) argument
715 topo_prop_set_int32_array(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t *val, uint_t nelems, int *err) argument
723 topo_prop_set_uint32_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t *val, uint_t nelems, int *err) argument
731 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t *val, uint_t nelems, int *err) argument
739 topo_prop_set_uint64_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t *val, uint_t nelems, int *err) argument
747 topo_prop_set_string_array(tnode_t *node, const char *pgname, const char *pname, int flag, const char **val, uint_t nelems, int *err) argument
755 topo_prop_set_fmri_array(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t **fmri, uint_t nelems, int *err) argument
869 prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument
929 topo_prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, const nvlist_t *args, int *err) argument
947 topo_prop_method_version_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument
973 topo_prop_method_unregister(tnode_t *node, const char *pgname, const char *pname) argument
1011 topo_prop_setmutable(tnode_t *node, const char *pgname, const char *pname, int *err) argument
1039 topo_prop_setnonvolatile(tnode_t *node, const char *pgname, const char *pname, int *err) argument
1229 topo_pgroup_destroy(tnode_t *node, const char *pname) argument
1357 topo_prop_getprop(tnode_t *node, const char *pgname, const char *pname, nvlist_t *args, nvlist_t **prop, int *err) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dminimod.pl53 my($pname);
58 my($pname) = canon('/', $_);
60 ($mname = $pname) =~ s!/!::!g;
61 ($cname = $pname) =~ s!/!__!g;
72 my($pname) = canon('/', $_);
74 ($mname = $pname) =~ s!/!::!g;
75 ($cname = $pname) =~ s!/!__!g;
77 if ($pname eq $dl){
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c258 char *pname = name + pgname_len + 1; local
273 tx, prop->entry, pname)) != 0) {
384 char pname[ASR_NAME_BUFSIZE]; local
393 if (snprintf(pname, sizeof (pname), "%s/%s", pg, name) >=
394 sizeof (pname)) {
404 err = nvlist_add_boolean_value(nvl, pname, *val);
411 err = nvlist_add_uint64(nvl, pname, *val);
418 err = nvlist_add_int64(nvl, pname, *val);
428 err = nvlist_add_hrtime(nvl, pname, tim
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c85 char *pname = nvpair_name(nvp); local
92 topo_prop_set_string(node, pgname, pname,
102 topo_prop_set_uint32(node, pgname, pname,
112 topo_prop_set_uint64(node, pgname, pname,
123 nelem > 0 && topo_prop_set_uint32_array(node, pgname, pname,
133 topo_prop_set_string(node, pgname, pname,
142 nvpair_type(nvp), pname, pgname, topo_node_name(node));
150 * Lookup string data named pname in the given nvlist and add that
151 * as property named pname in the given property group pgname on the indicated
157 const char *pgname, const char *pname, cons
156 add_nvlist_strprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, const char *pgname, const char *pname, const char **pvalp) argument
183 add_nvlist_longprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, const char *pgname, const char *pname, int32_t *pvalp) argument
213 const char *pname; local
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c206 * <name>.dir. pname is a ptr to the filename. This should be an absolute
220 ypcheck_map_existence_yptol(char *pname) argument
226 if (!pname || ((len = (int)strlen(pname)) == 0) ||
235 (void) strcpy(dbfile, pname);
248 (void) strcpy(dbfile, pname);
262 (void) strcpy(dbfile, pname);
276 (void) strcpy(dbfile, pname);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_cong.c291 char pname[MAXPROPNAMELEN]; local
321 if (scf_property_get_name(prop, pname, sizeof (pname)) == -1 ||
325 status = i_ipadm_cong_enlist_prop(pname, vstr, prop_list, pool);
543 * Return B_TRUE if 'pname' is one and return algorithm name as 'alg'.
547 ipadm_cong_is_privprop(const char *pname, char **alg) argument
555 if (strncmp(pname, pre, prelen) != 0)
559 palg = pname + prelen;
580 ipadm_cong_get_persist_propval(const char *alg, const char *pname, argument
591 if (pname[
630 ipadm_cong_smf_set_prop(const char *alg, const char *pname, const char *buf, const char *proto_str) argument
720 ipadm_cong_smf_delete_prop(const char *alg, const char *pname, const char *buf, const char *proto_str) argument
789 ipadm_cong_persist_propval(const char *alg, const char *pname, const char *buf, const char *proto_str, uint_t flags) argument
[all...]

Completed in 105 milliseconds

12345