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

1 2 3

  /onnv/onnv-gate/usr/src/cmd/acct/
acctcon2.c 43 struct tacct tb; variable in typeref:struct:tacct
48 tb.ta_sc = 1;
57 tb.ta_uid = cb.ct_uid;
58 CPYN(tb.ta_name, cb.ct_name);
59 tb.ta_con[0] = MINS(cb.ct_con[0]);
60 tb.ta_con[1] = MINS(cb.ct_con[1]);
61 fwrite(&tb, sizeof (tb), 1, stdout);
acctdisk.c 42 struct tacct tb; variable in typeref:struct:tacct
50 tb.ta_dc = 1;
52 &tb.ta_uid,
54 &tb.ta_du)) == 3) {
56 CPYN(tb.ta_name, ntmp);
57 fwrite(&tb, sizeof (tb), 1, stdout);
acctprc2.c 46 struct tacct tb; variable in typeref:struct:tacct
131 tb.ta_uid = (*(struct utab **)node)->ut_uid;
132 CPYN(tb.ta_name, (*(struct utab **)node)->ut_name);
133 tb.ta_cpu[0] = ((*(struct utab **)node)->ut_cpu[0]);
134 tb.ta_cpu[1] = ((*(struct utab **)node)->ut_cpu[1]);
135 tb.ta_kcore[0] = (*(struct utab **)node)->ut_kcore[0];
136 tb.ta_kcore[1] = (*(struct utab **)node)->ut_kcore[1];
137 tb.ta_pc = (*(struct utab **)node)->ut_pc;
138 fwrite(&tb, sizeof(tb), 1, stdout)
    [all...]
acctmerg.c 56 struct tacct tb[NFILE]; /* current record from each file */ variable in typeref:struct:tacct
121 prtacct(&tb[i]);
150 for (tp = tb; tp <= &tb[nfile]; tp++) {
175 getnext(tp-&tb[0]); /* get next one in same file */
176 while (tp <= &tb[nfile])
182 getnext(tp-&tb[0]);
222 tp = &tb[i];
acctprc.c 51 struct tacct tb; variable in typeref:struct:tacct
158 tb.ta_uid = (*(struct utab **)node)->ut_uid;
159 CPYN(tb.ta_name, (char *)uidtonam((*(struct utab **)node)->ut_uid));
160 tb.ta_cpu[0] = (*(struct utab **)node)->ut_cpu[0];
161 tb.ta_cpu[1] = (*(struct utab **)node)->ut_cpu[1];
162 tb.ta_kcore[0] = (*(struct utab **)node)->ut_kcore[0];
163 tb.ta_kcore[1] = (*(struct utab **)node)->ut_kcore[1];
164 tb.ta_pc = (*(struct utab **)node)->ut_pc;
165 fwrite(&tb, sizeof(tb), 1, stdout)
    [all...]
acctcon.c 57 struct tacct tb; variable in typeref:struct:tacct
502 tb.ta_uid = (*(struct ctab **)node)->ct_uid;
503 CPYN(tb.ta_name, (*(struct ctab **)node)->ct_name);
504 tb.ta_con[0] = ((*(struct ctab **)node)->ct_con[0]) / 60.0;
505 tb.ta_con[1] = ((*(struct ctab **)node)->ct_con[1]) / 60.0;
506 tb.ta_sc = (*(struct ctab **)node)->ct_sess;
507 fwrite(&tb, sizeof (tb), 1, stdout);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/nameser/
ns_samedomain.c 196 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
199 ns_makecanon(b, tb, sizeof tb) < 0)
201 if (strcasecmp(ta, tb) == 0)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
hash.c 22 hfetch(register HASH *tb, char *key)
29 if (!tb)
36 entry = tb->tbl_array[hash & tb->tbl_max];
48 hstore(register HASH *tb, char *key, STR *val)
56 if (!tb)
64 oentry = &(tb->tbl_array[hash & tb->tbl_max]);
87 tb->tbl_fill++;
88 if ((tb->tbl_fill * 100 / (tb->tbl_max + 1)) > FILLPCT
173 register HASH *tb = (HASH*)safemalloc(sizeof(HASH)); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/refer/
refer7.c 76 char tb[20]; local
77 char *s = tb;
82 newr[atoi(tb)] = nr;
84 fprintf(stderr, "nr %d assigned to atoi(tb) %d\n",
85 nr, atoi(tb));
119 char tb[10]; local
120 char *s = tb;
129 finalrn = newr[atoi(tb)];
131 finalrn = atoi(tb);
  /onnv/onnv-gate/usr/src/cmd/calendar/
calprog.c 223 char *tb, *ob; local
227 tb = timebuf;
229 while (*tb)
230 if (isspace(*tb)) {
231 ++tb;
245 if (isalpha(*tb)) {
247 *ob++ = toupper(*tb);
248 *ob++ = tolower(*tb++);
253 *ob++ = *tb++;
254 if (*(tb - 1) == '0'
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ConfigureRelayDialog.java 72 Border tb = BorderFactory.createTitledBorder( local
75 serverList.setBorder(BorderFactory.createCompoundBorder(tb,
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/dfmounts/
dfmounts.c 121 struct mountbody **tb, **endtb; local
175 tb = table;
176 for (; ml != NULL && tb < &table[NTABLEENTRIES]; ml = ml->ml_next)
177 *tb++ = ml;
178 if (ml != NULL && tb == &table[NTABLEENTRIES])
181 endtb = tb;
190 for (tb = table; tb < endtb; tb++) {
191 if (*((*tb)->ml_directory) == '\0' |
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/showmount/
showmount.c 79 struct mountbody **tb; /* pointer into table */ local
190 for (ml = result_list, tb = &table[0];
192 ml = ml->ml_next, tb++) {
193 *tb = ml;
205 for (tb = table; tb < table + numentries; tb++)
206 printf("%s:%s\n", (*tb)->ml_hostname,
207 (*tb)->ml_directory);
210 for (tb = table; tb < table + numentries; tb++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sh/
io.c 101 pushtemp(int fd, struct tempblk *tb)
103 tb->fdes = fd;
104 tb->fstak = tmpfptr;
105 tmpfptr = tb;
181 tmpfil(struct tempblk *tb)
205 pushtemp(fd, tb);
234 struct tempblk tb; local
240 fd = tmpfil(&tb);
service.c 75 struct tempblk tb; local
77 subst(chkopen(ion, 0), (fd = tmpfil(&tb)));
  /onnv/onnv-gate/usr/src/cmd/sort/common/
streams.c 584 void *tb = *buf; local
590 str->s_buffer = tb;
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fstyp/
fstyp.c 457 long tb = 0; local
489 tb += dbtob(ep->nbno);
492 ebp->nbytes, tb);
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
nget_answer.c 188 char ta[MAXDNAME], tb[MAXDNAME]; local
191 makecanon(b, tb, sizeof (tb)) < 0)
193 if (strcasecmp(ta, tb) == 0)
  /onnv/onnv-gate/usr/src/uts/common/io/
bufmod.c 312 struct timeval *tb; local
314 tb = (struct timeval *)mp->b_cont->b_rptr;
316 if (tb->tv_sec < 0 || tb->tv_usec < 0) {
320 ticks = TIMEVAL_TO_TICK(tb);
  /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/
pv_cmdk.c 128 int tb; local
147 tb = i + 1;
155 return (tb);
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
mft.c 566 u8 b, tb; local
600 tb = 1 << (lcn & 7ull);
601 if (ret == 1 && b != 0xff && !(b & tb)) {
603 b |= tb;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_bind.c 551 CLIENT *tb = NULL; local
614 tb = __clnt_create_loopback(YPBINDPROG, YPBINDVERS, &err);
615 if (tb == NULL) {
628 ypbind_resp = ypbindproc_domain_3(&ypbd, tb);
635 clnt_perror(tb,
637 clnt_destroy(tb);
638 tb = NULL;
649 clnt_destroy(tb);
650 tb = NULL;
653 clnt_destroy(tb);
720 CLIENT *tb = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/impl/
mode.h 81 tb : 1, /* transfer block */ member in struct:mode_err_recov_ccs
87 tb : 1, /* transfer block */ member in struct:mode_err_recov_ccs
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/stripe/
stripe_ioctl.c 413 int64_t tb, atb; local
543 tb = new_un->c.un_total_blocks;
559 new_un->c.un_total_blocks = tb;
653 * - This unit crossed the border from smaller to larger one TB
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_rq.c 469 u_int8_t tb; local
495 error = md_get_uint8(mdp, &tb);
    [all...]

Completed in 1730 milliseconds

1 2 3