Home
last modified time | relevance | path

Searched refs:f (Results 726 – 750 of 2326) sorted by relevance

1...<<21222324252627282930>>...94

/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c150 #define f (_c->_f) macro
342 * to make an f(R, K). in encrypt()
356 f[t+0] = (k>>3)&01; in encrypt()
357 f[t+1] = (k>>2)&01; in encrypt()
358 f[t+2] = (k>>1)&01; in encrypt()
359 f[t+3] = (k>>0)&01; in encrypt()
362 * The new R is L ^ f(R, K). in encrypt()
363 * The f here has to be permuted first, though. in encrypt()
366 R[j] = L[j] ^ f[P[j]-1]; in encrypt()
/titanic_52/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c577 int b, d, f; in pci_children_instantiate() local
580 for (f = 0; f < MAX_PCIDEV_FNS; f++) in pci_children_instantiate()
581 pps[d][f] = NULL; in pci_children_instantiate()
589 did_BDF(np, &b, &d, &f); in pci_children_instantiate()
590 pps[d][f] = np; in pci_children_instantiate()
609 for (f = 0; f < MAX_PCIDEV_FNS; f in pci_children_instantiate()
[all...]
/titanic_52/usr/src/lib/libtsol/common/
H A Dstob.c59 #define ISHEX(f, s) \ argument
60 (((((f) & NEW_LABEL) == ((f) | NEW_LABEL)) || \
61 (((f) & NO_CORRECTION) == ((f) | NO_CORRECTION))) && \
/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsub.c41 regflags_t f; in subold() local
43 f = flags &= (REG_SUB_LOWER|REG_SUB_UPPER); in subold()
159 flags = f; in subold()
171 f = flags; in subold()
184 f = flags; in subold()
/titanic_52/usr/src/lib/libdtrace/common/
H A Ddt_printf.c637 { "f", "f", pfproto_fp, pfcheck_fp, pfprint_fp },
665 { "Lf", "f", "long double", pfcheck_type, pfprint_fp },
1355 char *f = format + 1; /* skip initial '%' */ in dt_printf_format() local
1513 *f++ = '#'; in dt_printf_format()
1515 *f++ = '0'; in dt_printf_format()
1517 *f++ = '-'; in dt_printf_format()
1519 *f++ = '+'; in dt_printf_format()
1521 *f++ = '\''; in dt_printf_format()
1523 *f in dt_printf_format()
1790 char *f = format; dtrace_printf_format() local
[all...]
/titanic_52/usr/src/cmd/refer/
H A Dhunt5.c67 gdate(f) in gdate() argument
68 FILE *f; in gdate()
71 fstat(fileno(f), &sb);
/titanic_52/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c132 int f; in dodiv() local
134 f = wstoi(arg(1)); in dodiv()
135 if (f >= 10 || f < 0) { in dodiv()
137 ofx = f; in dodiv()
140 tempfile[7] = 'a'+f; in dodiv()
141 if (ofile[f] || (ofile[f] = xfopen(tempfile, "w"))) { in dodiv()
142 ofx = f; in dodiv()
143 cf = ofile[f]; in dodiv()
[all...]
/titanic_52/usr/src/uts/intel/ia32/ml/
H A Dsseblk.s49 jne 5f; \
61 jne 5f; \
142 jnz 1f
151 jnz 2f
188 jnz 1f
198 jnz 2f
318 jnz 3f
325 jnz 5f
359 jnz 3f
367 jnz 5f
[all...]
/titanic_52/usr/src/lib/libilb/common/
H A Dilb_sg.c216 * for every server. in both cases, the argument "f" is cast to
220 i_ilb_walk_one_sg(ilb_handle_t h, void *f, const char *sgname, void *arg, in i_ilb_walk_one_sg() argument
236 sg_walkerfunc_t sg_func = (sg_walkerfunc_t)f; in i_ilb_walk_one_sg()
248 srv_walkerfunc_t srv_func = (srv_walkerfunc_t)f; in i_ilb_walk_one_sg()
274 i_walk_sgs(ilb_handle_t h, void *f, const char *sgname, in i_walk_sgs() argument
284 rc = i_ilb_walk_one_sg(h, f, sgname, arg, walktype); in i_walk_sgs()
294 rc = i_ilb_walk_one_sg(h, f, sgl->ilbl_name[i], arg, walktype); in i_walk_sgs()
311 ilb_walk_servergroups(ilb_handle_t h, sg_walkerfunc_t f, const char *sgname, in ilb_walk_servergroups() argument
314 return (i_walk_sgs(h, (void *)f, sgname, arg, walk_sg)); in ilb_walk_servergroups()
318 ilb_walk_servers(ilb_handle_t h, srv_walkerfunc_t f, cons argument
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c185 * convert ms word date spec w to posix strftime format f
186 * next char after f returned
187 * the caller already made sure f is big enough
191 word2posix(register char* f, register char* w, int alternate) in word2posix() argument
309 for (w = r + 1; *w; *f++ = *w++) in word2posix()
319 *f++ = *r++; in word2posix()
320 *f++ = *r++; in word2posix()
325 *f++ = *r++; in word2posix()
328 *f++ = '%'; in word2posix()
330 *f in word2posix()
[all...]
/titanic_52/usr/src/tools/pmodes/
H A Dbinsearch.c103 FILE *f = fopen(fname, "r"); in item_addfile() local
106 if (f == NULL) in item_addfile()
109 while (fgets(buf, sizeof (buf), f) != NULL) { in item_addfile()
116 fclose(f); in item_addfile()
/titanic_52/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.h71 #define OREAD(f, o) (*(volatile uint32_t *)((f)->handle + (o))) argument
72 #define OWRITE(f, o, v) (*(volatile uint32_t *)((f)->handle + (o)) = (v)) argument
/titanic_52/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s78 be,pn %xcc, 3f ! head == tail
136 bl,pn %xcc, 2f ! branch if bad %pc
156 bl,pt %xcc, 1f
160 bg,pn %xcc, 1f
165 ble,pn %xcc, 1f ! or the primary context is invalid
232 be,pn %xcc, 0f ! head == tail
251 bgeu,a,pn %xcc, 1f
269 brz,a,pn %g1, 1f ! if %g1 is NULL
273 brz,a,pt %g1, 1f ! if it is NULL
386 be,pn %xcc, 0f ! hea
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c432 doit(int f, struct sockaddr_storage *fromp, char **renvp) in doit() argument
517 if (getsockname(f, (struct sockaddr *)&localaddr, &sin_len) < 0) { in doit()
522 netf = f; in doit()
575 if ((cc = read(f, &c, 1)) != 1) { in doit()
578 (void) shutdown(f, 1+1); in doit()
593 if (getsockname(f, (struct sockaddr *)&ctl_addr, in doit()
633 (void) dup2(f, 0); in doit()
634 (void) dup2(f, 1); in doit()
635 (void) dup2(f, 2); in doit()
648 if ((status = recvauth(f, in doit()
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/msgcc/
H A DRELEASE3 06-11-15 msgcc.sh: date -f x => date +x for ast-base portability
6 msggen: convert { \a \b \f \n \r \v } back to C escapes
8 02-02-14 msggen: add -f to list printf format signatures
/titanic_52/usr/src/uts/sun4u/opl/sys/
H A Doplkm.h87 #define DPRINTF(f, x) if (f & okm_debug) printf x argument
93 #define DPRINTF(f, x) argument
/titanic_52/usr/src/uts/sun4u/io/
H A Dsbd_io.c144 fn_t f = "sbd_pre_detach_io"; in sbd_pre_detach_io() local
146 PR_IO("%s...\n", f); in sbd_pre_detach_io()
153 PR_IO("%s: failed - I/O devices ref'd\n", f); in sbd_pre_detach_io()
329 fn_t f = "sbd_check_io_refs"; in sbd_check_io_refs() local
361 PR_IO("%s: dip(%s) ref = %d\n", f, ddi_get_name(dip), ref); in sbd_check_io_refs()
393 fn_t f = "sbd_pre_release_io"; in sbd_pre_release_io() local
412 PR_IO("%s: failed - I/O devices ref'd\n", f); in sbd_pre_release_io()
/titanic_52/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l484 * potential symbol (e.g. "f") so we have to check that first.
836 mdb_lex_state_create(mdb_frame_t *f)
838 f->f_lstate = mdb_alloc(sizeof (mdb_lex_state_t), UM_SLEEP);
843 yytext = f->f_lstate->yytext;
851 yys = f->f_lstate->yys;
852 yyv = f->f_lstate->yyv;
853 mdb_argvec_create(&f->f_argvec);
854 f->f_oldstate = 0;
859 mdb_lex_state_destroy(mdb_frame_t *f)
861 mdb_free(f
[all...]
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java120 * using the {@link #getComparator(KeyField[] f) getComparator()}
139 Flow f, int nativeElementCount) in ProbeData() argument
144 flow = f; in ProbeData()
161 * @param f current state of control flow (entry or return and depth
171 Flow f, List <Record> recordList) in ProbeData() argument
176 flow = f; in ProbeData()
415 * @param f field specifiers given in descending order of sort
422 getComparator(KeyField ... f) in getComparator() argument
424 return new Cmp(f); in getComparator()
431 Cmp(KeyField ... f) in Cmp() argument
[all...]
/titanic_52/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c382 if (be->f == 0) {
387 if ((be->f = fopen(be->filename, "rF")) == 0) {
391 rewind(be->f);
414 if (be->f != 0) {
415 (void) fclose(be->f);
416 be->f = 0;
443 if (be->f != 0) {
455 read_line(f, buffer, buflen) in read_line() argument
456 FILE *f; in read_line()
464 if (fgets(buffer, buflen, f)
[all...]
/titanic_52/usr/src/lib/libnisdb/
H A Ddb_index.cc320 pickle_index(char *f, pickle_mode m) : pickle_file(f, m) {} in pickle_index() argument
332 pickle_index f(file, PICKLE_WRITE); in dump() local
335 int status = f.transfer(this); in dump()
350 pickle_index f(file, PICKLE_READ); in db_index() local
355 if (f.transfer(this) < 0) { in db_index()
/titanic_52/usr/src/lib/libnsl/dial/
H A Duucp.h186 #define CDEBUG(l, f, s) argument
190 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) argument
192 #define DEBUG(l, f, s)
199 #define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); } argument
/titanic_52/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h55 #define F_SET(p, f) (p)->flags |= (f) argument
56 #define F_CLR(p, f) (p)->flags &= ~(f) argument
57 #define F_ISSET(p, f) ((p)->flags & (f)) argument
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/
H A Drecfmt.c55 unsigned long f; in recfmt() local
114 f = ~0; in recfmt()
126 if (g <= f) in recfmt()
128 f = g; in recfmt()
/titanic_52/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c145 static char *f = "sbdp_passthru_inject_error"; in sbdp_passthru_inject_error() local
222 f, index, entry, value); in sbdp_passthru_inject_error()
258 static char *f = "sbdp_inject_error"; in sbdp_inject_error() local
305 f, func_name, entry, value); in sbdp_inject_error()

1...<<21222324252627282930>>...94