Home
last modified time | relevance | path

Searched refs:prof (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/lib/libsecdb/common/
H A Dgetprofattr.c48 profstr_t prof; in getprofattr() local
51 tmp = _getprofattr(&prof, buf, NSS_BUFLEN_PROFATTR, &err); in getprofattr()
61 profstr_t prof; in getprofnam() local
64 (void) memset(&prof, 0, sizeof (profstr_t)); in getprofnam()
66 resptr = _getprofnam(name, &prof, buf, NSS_BUFLEN_PROFATTR, &err); in getprofnam()
88 free_profattr(profattr_t *prof) in free_profattr() argument
90 if (prof) { in free_profattr()
91 free(prof->name); in free_profattr()
92 free(prof->res1); in free_profattr()
93 free(prof->res2); in free_profattr()
[all …]
H A Dchkauthattr.c93 char *prof, *last; in _enum_common_p() local
107 while (prof = strtok_r(profiles, KV_SEPSTR, &last)) { in _enum_common_p()
112 if (strcmp(profs[i], prof) == 0) in _enum_common_p()
119 profs[(*pcnt)++] = strdup(prof); in _enum_common_p()
125 pa = getprofnam(prof); in _enum_common_p()
128 res = cb(prof, pa ? pa->attr : NULL, ctxt, pres); in _enum_common_p()
H A Dgetexecattr.c235 findexecattr(const char *prof, kva_t *kva, void *ctxt, void *res) in findexecattr() argument
241 if ((exec = getexecprof(prof, c->type, c->id, c->sflag)) != NULL) { in findexecattr()
/titanic_41/usr/src/uts/common/dtrace/
H A Dprofile.c140 profile_probe_t *prof = pcpu->profc_probe; in profile_fire() local
146 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc, in profile_fire()
153 profile_probe_t *prof = arg; in profile_tick() local
155 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc, in profile_tick()
162 profile_probe_t *prof; in profile_create() local
180 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP); in profile_create()
181 (void) strcpy(prof->prof_name, name); in profile_create()
182 prof->prof_interval = interval; in profile_create()
183 prof->prof_cyclic = CYCLIC_NONE; in profile_create()
184 prof->prof_kind = kind; in profile_create()
[all …]
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_profile.c74 di_prof_fini(di_prof_t prof) in di_prof_fini() argument
76 nvlist_free((nvlist_t *)prof); in di_prof_fini()
83 di_prof_commit(di_prof_t prof) in di_prof_commit() argument
89 if (nvlist_pack((nvlist_t *)prof, &buf, &buflen, NV_ENCODE_NATIVE, 0)) in di_prof_commit()
104 di_prof_add_dev(di_prof_t prof, const char *dev) in di_prof_add_dev() argument
106 if (nvlist_add_string((nvlist_t *)prof, SDEV_NVNAME_INCLUDE, dev)) in di_prof_add_dev()
116 di_prof_add_exclude(di_prof_t prof, const char *dev) in di_prof_add_exclude() argument
118 if (nvlist_add_string((nvlist_t *)prof, SDEV_NVNAME_EXCLUDE, dev)) in di_prof_add_exclude()
127 di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target) in di_prof_add_symlink() argument
129 nvlist_t *nvl = (nvlist_t *)prof; in di_prof_add_symlink()
[all …]
/titanic_41/usr/src/lib/libnsl/nss/
H A Dgetprofattr.c67 profstr_t *prof = (profstr_t *)ent; in str2profattr() local
85 prof->name = _strtok_escape(buffer, sep, &last); in str2profattr()
86 prof->res1 = _strtok_escape(NULL, sep, &last); in str2profattr()
87 prof->res2 = _strtok_escape(NULL, sep, &last); in str2profattr()
88 prof->desc = _strtok_escape(NULL, sep, &last); in str2profattr()
89 prof->attr = _strtok_escape(NULL, sep, &last); in str2profattr()
H A Dgetexecattr.c215 profstr_t prof; in _getexecprof() local
225 NSS_XbyY_INIT(&parg, &prof, pbuf, NSS_BUFLEN_PROFATTR, in _getexecprof()
/titanic_41/usr/src/cmd/sgs/prof/sparc/
H A DREADME28 When the source for prof was delivered to SunSoft from SunPro (for delivery
29 into SunOS 5.3), prof depended on the library libsymint.a. This library was
35 Thus to clean up the build, only the object files and headers that prof
36 actually needs where moved directly into the build of prof and the dependency
39 prof directory from lprof/libprof (prof is the only utilities inherited from
40 SunPro that uses libsymint.a) to remove prof dependency of libsymint.a:
/titanic_41/usr/src/cmd/sh/
H A Dmain.c344 exfile(int prof) in exfile() argument
358 setmode(prof); in exfile()
360 if (setjmp(errshell) && prof) { in exfile()
564 setmode(int prof) in setmode() argument
587 flags |= prof; in setmode()
/titanic_41/usr/src/cmd/sgs/prof/
H A DMakefile.com28 PROG= prof
33 COMOBJS= prof.o profv.o lookup.o rdelf.o \
/titanic_41/usr/src/cmd/allocate/
H A Dallocate3.c1702 di_prof_t prof = NULL; in create_znode() local
1716 if (di_prof_init(zonepath, &prof)) { in create_znode()
1752 if (di_prof_add_dev(prof, tmpfile)) { in create_znode()
1754 di_prof_fini(prof); in create_znode()
1761 di_prof_fini(prof); in create_znode()
1768 di_prof_fini(prof); in create_znode()
1776 if (di_prof_commit(prof)) in create_znode()
1778 di_prof_fini(prof); in create_znode()
1790 di_prof_t prof = NULL; in remove_znode() local
1807 if (di_prof_init(zonepath, &prof)) { in remove_znode()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf28 …ilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, si…
66 file path=usr/bin/prof mode=0555
113 file path=usr/share/man/man1/prof.1
125 …ilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, si…
149 link path=usr/ccs/bin/prof target=../../bin/prof
/titanic_41/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl230 my ($prof, $sym);
231 $prof = '';
243 $prof .= "$object|TEXT|GLOB|" .
246 $prof .= "$object|TEXT|WEAK|" .
253 if ($prof ne '') {
263 print $static_prof_fh $prof;
/titanic_41/usr/src/cmd/ypcmd/net_files/
H A DMakefile84 auth.attr exec.attr prof.attr user.attr
404 prof.attr.time: $(RBACDIR)/prof_attr
412 touch prof.attr.time; \
476 prof.attr:prof.attr.time
/titanic_41/usr/src/cmd/profiles/
H A Dprofiles.c106 show_profs_callback(const char *prof, kva_t *pa, void *pflag, void *vcnt) in show_profs_callback() argument
118 (void) printf("%s%s", indent, prof); in show_profs_callback()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c1045 di_prof_t prof = arg; in mount_one_dev_device_cb() local
1048 return (di_prof_add_dev(prof, match)); in mount_one_dev_device_cb()
1049 return (di_prof_add_map(prof, match, name)); in mount_one_dev_device_cb()
1055 di_prof_t prof = arg; in mount_one_dev_symlink_cb() local
1057 return (di_prof_add_symlink(prof, source, target)); in mount_one_dev_symlink_cb()
1095 di_prof_t prof = NULL; in mount_one_dev() local
1101 if (di_prof_init(devpath, &prof)) { in mount_one_dev()
1136 mount_one_dev_device_cb, prof, curr_iptype) != 0) { in mount_one_dev()
1142 mount_one_dev_symlink_cb, prof) != 0) { in mount_one_dev()
1163 if (di_prof_add_dev(prof, ztab.zone_dev_match)) { in mount_one_dev()
[all …]
/titanic_41/usr/src/cmd/oamuser/user/
H A Dfuncs.c55 static const char prof[] = "profile name"; variable
86 { USERATTR_PROFILES_KW, check_prof, prof },
/titanic_41/usr/src/cmd/svc/milestone/
H A Dmanifest-import282 for prof in $pln $plmn etc_svc_profile_platform_none_xml \
285 if /usr/bin/svcprop -p $prof smf/manifest >/dev/null 2>&1
/titanic_41/usr/src/man/man5/
H A DMakefile105 prof.5 \
/titanic_41/usr/src/cmd/dtrace/demo/
H A DMakefile69 prof.d \
/titanic_41/usr/src/cmd/sgs/
H A DMakefile71 prof \
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h58 struct prof { struct
271 struct prof p_prof; /* profile arguments */
/titanic_41/usr/src/cmd/sgs/packages/common/
H A Dprototype_com275 #f none $SGSDIR/usr/bin/prof=usr/bin/prof 555 root bin
276 #s none $SGSDIR/usr/ccs/bin/prof=../../bin/prof
/titanic_41/usr/src/man/man1/
H A DMakefile301 prof.1 \
/titanic_41/usr/src/cmd/pfexecd/
H A Dpfexecd.c250 ggp_callback(const char *prof, kva_t *attr, void *ctxt, void *vres) in ggp_callback() argument

12