Searched refs:me (Results 76 - 100 of 100) sorted by relevance

1234

/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub55 me=`echo "$0" | sed -e 's,.*/,,'`
80 Try \`$me --help' for more information."
96 echo "$me: invalid option $1$help"
110 0) echo "$me: missing argument$help" >&2
113 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfig.status.solaris452 echo "$me: cannot create a temporary directory in ." >&2
H A Dconfigure2607 choke me
2842 choke me
6709 echo "$me: cannot create a temporary directory in ." >&2
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c1356 mapentry_t *me; local
1364 me = deltamap_remove(ul->un_deltamap, mof, nb);
1365 if (me) {
1377 logmap_add_buf(ul, va, mof, me,
1380 logmap_add(ul, va, mof, me);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2641 mi_result_t me; local
2643 me.me_mpathd_error = error;
2645 me.me_sys_error = syserror;
2647 me.me_sys_error = 0;
2649 return (ipmp_write(fd, &me, sizeof (me)));
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c2821 char *me; local
2828 me = (char *)calloc(1, len);
2832 (void) strlcat(me, list[n].fsi_mntOptions, len);
2833 (void) strlcat(me, ",", len);
2834 (void) strlcat(me, a_mntOptions, len);
2839 list[n].fsi_mntOptions = me;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c443 pthread_t me = pthread_self(); local
450 if (stat == EBUSY && lc->owner != me)
453 lc->owner = me;
459 pthread_t me; local
472 me = pthread_self();
473 if (stat != EBUSY || lc->owner != me)
481 pthread_t me = pthread_self(); local
483 if (lc == 0 || lc->owner != me)
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c711 #error "port me"
727 #error "port me"
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s6 / XX64 - fix me - this is a copy of the x86 version
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c228 struct mapent *me,
245 mfs = enum_servers(me, prevhost);
253 if (is_nfs_port(me->map_mntopts)) {
257 mntpnt, me->map_mntopts, overlay);
279 err = nfsmount(mfs, mntpnt, me->map_mntopts,
553 enum_servers(struct mapent *me, char *preferred) argument
560 if (!me->map_fs->mfs_next) {
561 p = add_mfs(me->map_fs, DIST_OTHER, &mfs_head, &mfs_tail);
567 dump_mfs(me->map_fs, " enum_servers: mapent: ", 2);
576 for (m1 = me
227 mount_nfs( struct mapent *me, char *mntpnt, char *prevhost, int overlay, uid_t uid, action_list **alpp) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c783 cyc_index_t left, right, me; local
795 me = heap[heap_me];
819 if (cyclics[me].cy_expire <= cyclics[right].cy_expire)
826 heap[heap_right] = me;
838 if (cyclics[me].cy_expire <= cyclics[left].cy_expire)
845 heap[heap_left] = me;
H A Dsunpm.c6942 static char *me = "pm_pre_attach"; local
7005 panic(me);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1794 kcf_mech_entry_t *me; local
1801 &me, &error, NULL, CRYPTO_FG_MAC_ATOMIC, ct->dd_len2);
1814 if (ctx_mac_tmpl->ct_generation != me->me_gen_swprov) {
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh290 last=me
/illumos-gate/usr/src/cmd/ps/
H A Dps.c341 const char *me; local
366 me = getexecname();
368 if (me != NULL && strstr(me, "ucb") != NULL)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c770 #if defined(__xpv) /* XXPV fix me! */
2627 int ms = 0, me = 0; local
2693 me = PFN_2_MEM_NODE(end_pfn);
2695 if (ms != me) {
2744 if (ms >= me)
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c3021 const char *me = "name_based_mapping_sid2pid"; local
3038 "given Windows id is user or group.", me);
3076 idmapdlog(LOG_ERR, "%s: database error (%s)", me,
3161 idmapdlog(LOG_ERR, "%s: database error (%s)", me,
4420 const char *me = "name_based_mapping_pid2sid"; local
4443 idmapdlog(LOG_ERR, "%s: database error (%s)", me,
4504 idmapdlog(LOG_ERR, "%s: no domain", me);
4553 idmapdlog(LOG_ERR, "%s: database error (%s)", me,
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c7389 rc_notify_t *me = &rnip->rni_notify; local
7405 if (uu_list_first(rc_notify_list) == me) {
7414 while ((np = uu_list_next(rc_notify_list, me)) != NULL &&
7418 (void) uu_list_remove(rc_notify_list, me);
7499 rc_notify_t *me = &rnip->rni_notify; local
7518 am_first_info = (uu_list_first(rc_notify_list) == me);
7530 np = uu_list_next(rc_notify_list, me);
7563 (void) uu_list_remove(rc_notify_list, me);
7564 (void) uu_list_insert_after(rc_notify_list, np, me);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun184 me = getpwuid(os.getuid())
186 if not user or user is me:
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c163 char *me = progname; local
172 com_err (me, retval, gettext("while providing time specification"));
187 com_err (me, retval, gettext("while providing time specification"));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java1620 } catch (pmModifyPrinterFailedException me) {
1624 me.getMessage(),
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5950 char me[REP_PROTOCOL_NAME_LEN]; local
5956 r = scf_pg_get_name(pg, me, sizeof (me));
5971 r = scf_service_get_pg(svc, me, out);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1757 processorid_t me = CPU->cpu_id, cpu = me; local
1758 dtrace_dstate_percpu_t *dcpu = &dstate->dtds_percpu[me];
2075 if (cpu != me)
2143 dcpu = &dstate->dtds_percpu[me];
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1682 % For me, subjectively, the few extra characters that fit aren't worth

Completed in 219 milliseconds

1234