HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1 - 25 of 788) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
expire.t 14 sub id { subroutine
21 memoize 'id',
28 unless ($i == id($i)) {
45 my $v = id($i);
60 my $v = id($i);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/
tst.post.c 34 sysevent_id_t id; local
38 "vendor_dtest", "publisher_dtest", NULL, &id) != 0) {
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
chown.c 30 static const char id[] = "\n@(#)$Id: chown (AT&T Research) 1997-11-11 $\0\n"; variable
37 NoP(id[0]);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/crt/sparc/
_ftou.c 34 int id; local
37 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
44 id = 0x80000000 | (int) (d - 2147483648.0);
46 id = (int) d;
47 return (unsigned) id;
56 int id; local
59 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
66 id = 0x80000000 | (int) (d - 2147483648.0);
68 id = (int) d;
69 return (unsigned) id;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/
_ftou.c 38 int id; local
41 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
48 id = 0x80000000 | (int)(d - 2147483648.0);
50 id = (int)d;
51 return ((unsigned)id);
59 int id; local
61 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
68 id = 0x80000000 | (int)(d - 2147483648.0);
70 id = (int)d;
71 return ((unsigned)id);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/crt/
_ftou.c 38 int id; local
41 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
48 id = 0x80000000 | (int)(d - 2147483648.0);
50 id = (int)d;
51 return ((unsigned)id);
59 int id; local
61 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
68 id = 0x80000000 | (int)(d - 2147483648.0);
70 id = (int)d;
71 return ((unsigned)id);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
state.c 24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2008-04-01 $\0\n"; variable
  /onnv/onnv-gate/usr/src/lib/libdll/common/
dllfind.c 40 char* id; local
43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
  /onnv/onnv-gate/usr/src/cmd/fmli/proc/
pclose.c 51 int id; local
57 id = rec->id;
58 pid = PR_all[id].pid;
60 _debug(stderr, "closing process table %d, pid=%d\n", id, pid);
67 PR_all[id].flags |= PR_CLOSING;
71 for (i = 0; i < MAX_ARGS && PR_all[id].argv[i]; i++)
72 free(PR_all[id].argv[i]);
73 PR_all[id].name = NULL;
74 PR_all[id].status = ST_DEAD
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
hyper.c 53 * AddID(elem, idval) add elem-id pair to list of known ids
54 * FindElemByID(idval) find elem by id
78 static ID *id_last;
80 Calloc(1, id_last, ID);
84 Calloc(1, id_last->next, ID);
88 id_last->id = idval;
94 ID *id; local
95 for (id=IDList; id; id=id->next
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
getident.c 40 char *id = 0; local
56 id = elf->ed_ident;
60 id = elf->ed_ident;
68 return (id);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/i18n/
m_strmsg.c 51 int id = (int)strtol(str, &cp, 0); local
56 return (m_textmsg(id, &cp[2], ""));
  /onnv/onnv-gate/usr/src/lib/auditd_plugins/syslog/
systoken.h 46 uint32_t id; /* message sequence number */ member in struct:parse_context
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
read_servi.c 51 krb5_keytab id; local
67 if ((kerror = krb5_kt_resolve(context, (char *)keytabname, &id)))
70 kerror = krb5_kt_get_entry(context, id, principal, vno, enctype, &entry);
72 (void) krb5_kt_close(context, id);
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/common/
modops.c 42 * Given a module name returns module id.
55 int id; local
58 id = -1; /* look for all modules */
60 modinfo.mi_id = modinfo.mi_nextid = id;
64 if (modctl(MODINFO, id, &modinfo) < 0)
90 * NOTE: If we fail to get the module id because the module is not
97 int id; local
101 id = get_modid(modname);
103 if (id != -1) {
104 if (modctl(MODUNLOAD, id) < 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libipp-listener/common/
cancel-job.c 28 /* $Id: cancel-job.c 146 2006-03-24 00:26:54Z njacobs $ */
46 int id = -1; local
54 * job-uri (or printer-uri/job-id)
56 get_printer_id(operational, &queue, &id);
57 if (id < 0) {
59 "missing job-uri or job-id");
74 status = papiJobCancel(svc, queue, id);
78 (queue ? queue : "(null)"), id,
hold-job.c 28 /* $Id: hold-job.c 146 2006-03-24 00:26:54Z njacobs $ */
46 int id = -1; local
54 * job-uri (or printer-uri/job-id)
56 get_printer_id(operational, &queue, &id);
57 if (id < 0) {
59 "missing job-uri or job-id");
75 if ((status = papiJobHold(svc, queue, id)) != PAPI_OK) {
78 (queue ? queue : "(null)"), id,
release-job.c 28 /* $Id: release-job.c 146 2006-03-24 00:26:54Z njacobs $ */
46 int id = -1; local
54 * job-uri (or printer-uri/job-id)
56 get_printer_id(operational, &queue, &id);
57 if (id < 0) {
59 "missing job-uri or job-id");
74 if ((status = papiJobRelease(svc, queue, id)) != PAPI_OK) {
77 (queue ? queue : "(null)"), id,
cups-move-job.c 28 /* $Id: cups-move-job.c 146 2006-03-24 00:26:54Z njacobs $ */
48 int id = -1; local
68 * job-uri (or printer-uri/job-id)
70 get_printer_id(operational, &queue, &id);
71 if (id < 0) {
73 "missing job-uri or job-id");
95 if ((status = papiJobMove(svc, queue, id, dest)) != PAPI_OK)
98 (queue ? queue : "(null)"), id,
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regerror.c 28 static const char id[] = "\n@(#)$Id: regex (AT&T Research) 2008-05-11 $\0\n"; variable
52 /* REG_VERSIONID*/ &id[10],
65 s = (const char*)fmtident(&id[1]);
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioDebug.cc 63 int id; local
66 id = cp->getid();
82 id, str, name, code.msg());
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
cda_cpu.c 67 char *id; local
81 if (nvlist_lookup_string(hc_prs[ii], FM_FMRI_HC_ID, &id) != 0) {
88 cpuid = atoi(id);
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
StorageObjectPosition.h 29 StringC id; member in struct:SP_NAMESPACE::StorageObjectPosition
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
cf.c 14 SM_RCSID("@(#)$Id: cf.c,v 1.4 2001/02/01 02:40:21 dmoen Exp $")
50 char *id; local
68 id = &buf[2];
69 val = strchr(id, '=');
71 val = idend = id + strlen(id);
78 while (idend > id && idend[-1] == ' ')
85 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
setpriority.c 110 id_t id; local
132 * For all other id types we can treat zero as normal id value.
135 id = P_MYID;
137 id = who;
142 if (priocntl(idtype, id, PC_DONICE, &pcnice) == -1)
151 id_t id; local
172 id = P_MYID;
174 id = who;
184 ret = priocntl(idtype, id, PC_DONICE, &pcnice)
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>