Searched refs:app (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s57 movq %rsi, %rbx / Brand app entry point in %rbx
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s57 movl 8(%esp), %ebx / Brand app entry point in %ebx
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c91 ns_auth_t **app; local
166 for (app = authpp; *app; app++) {
167 authp = *app;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c461 const scf_simple_app_props_t *app; local
463 app = scf_simple_app_props_get(NULL, fmri);
464 if (app == NULL) {
469 prop = scf_simple_app_props_next(app, NULL);
480 app, (scf_simple_prop_t *)prop);
483 scf_simple_app_props_free((scf_simple_app_props_t *)app);
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1179 lldp_appln_t *app; local
1201 app = *appln;
1208 app->la_id = atoi(idstr);
1209 app->la_sel = atoi(selstr);
1210 (void) nvpair_value_uint8(nvp, &app->la_pri);
1211 app++;
1222 lldp_appln_t *app; local
1231 app = appln;
1233 if (app->la_id == id && app
1265 lldp_appln_t *app; local
1308 lldp_appln_t *app; local
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c256 if (session->init.app != B_TRUE) {
313 opstate.state[0].op_init_app = session->init.app;
347 opstate.state[0].op_init_app = session->init.app;
521 session->init.app = opstate.state[0].op_init_app;
543 session->init.app = opstate.state[0].op_init_app;
H A DmetaUtil.c114 session->init.app = B_TRUE;
545 if (!session->init.app) {
553 if ((session->init.app) && (!session->init.done)) {
566 } else if (!session->init.app) {
580 if ((session->init.app) && (!session->init.done)) {
604 } else if (!session->init.app) {
744 session->init.app = B_FALSE;
792 session->init.app = B_FALSE;
H A DmetaGlobal.h326 boolean_t app; /* set when C_xxxInit is called by app */ member in struct:crypto_init
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm71 app's user time at sub entry/exit mark, in ticks
72 app's system time at sub entry/exit mark, in ticks
73 app's realtime at sub entry/exit mark, in ticks
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c359 * app - Application making request
369 open_keystore(PKG_ERR *err, char *keystore_file, char *app, argument
381 if (!resolve_paths(err, keystore_file, app, flags, tmpstore)) {
1088 * app - Application making request
1294 * If the keystore file does not exist at <base>/<app> then
1296 * for example, to access an app-specific keystore iff it
1297 * exists, otherwise revert back to an app-generic keystore.
1300 * Always use the keystore located at <keystore_path>/<app>.
1303 * back to an app-generic keystore path when the app
1319 resolve_paths(PKG_ERR *err, char *keystore_file, char *app, long flags, keystore_t *keystore) argument
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java62 static BrowserApp app; field in class:BrowserApp
203 app = new BrowserApp();
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c928 const struct aes_parser *app; local
938 for (app = &aes_parsers[0]; app->func != NULL; app++)
939 if (app->type == type)
941 if (app->func == NULL)
948 return (app->func(dep, props, len));
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c1059 ns_auth_t **app; local
1121 for (app = authpp; *app; app++) {
1122 authp = *app;
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c691 char **app; local
696 app = (char **)calloc(i + 1, sizeof (char *));
697 if (app == NULL)
703 app[i] = strdup(amap[0]);
705 app[i] = strdup(gr_attrs2[i]);
706 if (app[i] == NULL) {
707 free2dArray(&app);
713 return (app);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4275 ns_auth_t **app; local
4444 for (app = authpp; *app; app++) {
4445 authp = *app;
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c376 void Action_add(app,type,sp,arg)
377 struct action **app;
384 new->next = *app;
385 *app = new;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1408 L<http://docs.sun.com/app/docs/doc/816-5168/syslog-3c?a=view>
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4299 \def\toctype{app}%
4412 \def\toctype{app}%
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex5180 \def\toctype{app}%
5328 \def\toctype{app}%

Completed in 107 milliseconds