Searched defs:guard (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c209 unsigned int guard, round, sticky, borrow, rm; local
229 guard = round = sticky = 0;
240 guard = frac2 & 0x80000000;
247 guard = frac3 & 0x80000000;
255 guard = frac4 & 0x80000000;
263 sticky |= guard | round |
266 guard = frac4 & (1 << (e - 1));
273 round = guard;
274 guard = frac4 & 1;
282 /* complement guard, roun
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c141 uint_t guard; member in struct:zchunk
162 z->guard = GUARD_MAGIC;
179 if (z->guard != GUARD_MAGIC) {
182 (void *)z, z->size, z->guard);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h159 volatile uint32_t *guard; member in struct:nwamd_dhcp_thread_arg
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c363 static char guard[FILENAME_MAX + 6]; local
368 * Establish a header guard name using the files basename.
377 optr = guard;
389 if (fprintf(fddefs, "#ifndef\t%s\n#define\t%s\n\n", guard, guard) < 0) {
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c474 char *filename, *guard, *tmp; local
478 guard = extendfile(filename, "_H_RPCGEN");
485 for (tmp = guard; *tmp; tmp++) {
498 if (!isalpha(guard[0]))
499 guard[0] = '_';
501 return (guard);
515 char *guard; local
525 guard = generate_guard(outfilename ? outfilename: infile);
527 guard = "STDIN_";
529 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard, guar
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h117 #define IN_noguard (1<<10) /* no multiple include guard */
709 struct ppsymbol* guard; /* guard symbol */ member in struct:ppfile
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c59 #define FEM_GUARD(_t) femtype[(_t)].guard
63 struct fem_node guard; member in struct:fem_type_info
2886 * and size is set properly and top-of-stack is set to the "guard" node
2909 * The list is constructed with the appropriate type of guard to
3544 * need the "guard" to be initialized so that feml_tos has
3553 fi->guard.fn_available = (void *)&fi->guard;
3554 fi->guard.fn_av_hold = NULL;
3555 fi->guard.fn_av_rele = NULL;
3556 fi->guard
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1305 sattrguard3 guard; member in struct:SETATTR3args

Completed in 91 milliseconds