| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
| ps_include.c | 54 ? realloc((char *)global, n*sizeof(Section)) \ 84 int nglobal = 0; /* number of global defs so far */ 87 Section *global; /* offsets for all global definitions */ local 99 * prologue, trailer, global definitions, and the requested page. After the whole 101 * *fout, followed by the prologue, global definitions, the requested page, and 151 global = grab(maxglobal); 153 global[nglobal].start = ftell(fin); 157 global[nglobal++].end = ftell(fin); 171 fprintf(stderr, "global[%d]=(%d,%d)\n", i, global[i].start, global[i].end) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
| postreverse.h | 47 typedef struct _global GLOBAL; 77 GLOBAL **global; member in struct:_document
|
| postreverse.c | 64 * global comments. Each one violates page independence and 72 * If global definitions were found in the pages of a 324 * Writes the document global block to the fd 327 WriteGlobal(int fd, GLOBAL * g) 355 WritePage(int fd, PAGE * p, int global, char *bptr) 362 (global != 0)) { 388 if (document->global != NULL) { 389 while (document->global[count] != NULL) { 390 GLOBAL *global = document->global[count++] local 466 GLOBAL **globals = NULL, *global; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/hsfs/mount/ |
| mount.c | 50 #define GLOBAL 0 57 static int gflg = 0; /* mount into global name space: flag form */ 58 static int global = 0; /* mount into global name space: option form */ variable 59 static int havegblopt = 0; /* global value supercedes gflg value */ 133 case GLOBAL: 135 global = 1; 139 global = 0; 191 if ((havegblopt && global) || gflg) {
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/ |
| nfslog_config.c | 56 * Pointer to the global entry in the list 58 static nfsl_config_t *global = NULL; variable 61 * Pointer to the raw global entry in the list, this is the 62 * global entry without the expanded paths. This is used to 136 * Build global entry with hardwired defaults first. 138 assert(global == NULL); 139 global = create_config(DEFAULTTAG, DEFAULTDIR, BUFFERPATH, NULL, 141 *listpp = global; 142 if (global == NULL) { 150 assert(global != NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_re.c | 68 * Global, substitute and regular expressions. 73 global(k) function 91 * 0: ordinary - not in a global command. 93 * 2: like 1, but the source of the buffer is a global command. 94 * Hence you're only in a global command if inglobal==2. This 96 * everybody simulating a global command. 99 error(value(vi_TERSE) ? gettext("Global within global") : 100 gettext("Global within global not allowed")) [all...] |
| /onnv/onnv-gate/usr/src/cmd/rcap/rcapstat/ |
| rcapstat.c | 45 static int global; variable 291 if (global) 322 if (++count >= 20 || (count >= 10 && global != 0) || ncol != 1) 348 if (global) 370 global = unformatted = 0; 374 global = 1;
|
| /onnv/onnv-gate/usr/src/lib/libdll/common/ |
| dlfcn.c | 342 static Dll_t global = { DL_MAGIC }; variable 382 dll = &global;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| gv.c | 711 bool global = FALSE; local 719 global = TRUE; 721 global = TRUE; 723 global = TRUE; 727 global = TRUE; 730 global = TRUE; 732 if (global) 776 "Global symbol \"%s%s\" requires explicit package name", [all...] |
| pp_hot.c | 1228 I32 global; local 1278 if ((global = dynpm->op_pmflags & PMf_GLOBAL)) { 1294 if ((!global && rx->nparens) 1306 if (global && rx->startp[0] != -1) { 1347 if (global && !nparens) 1368 if (global) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| ipc.c | 154 * pointer to the dynamically allocated ID table, a namespace-global 238 * lookup to take a global lock, a scheme much like that employed for 245 * 2) The global lock is taken. 468 * global zone and have the appropriate IPC_DAC_* privilege, regardless 1047 * Attempts to add the a newly created ID to the global namespace. If 1277 int global = INGLOBALZONE(curproc); local [all...] |
| zone.c | 42 * Global Zone: 44 * The global zone (zoneid 0) is automatically associated with all 47 * have a global zone, and all processes, mounts, etc. are 48 * associated with that zone. The global zone is generally 142 * returns the zone with which a path name is associated (global 150 * zonehash_lock: This is a top-level global lock used to protect the 153 * zone_status_lock: This is a global lock protecting zone state. 163 * zsd_key_lock: This is a global lock protecting the key state for ZSD. 164 * zone_deathrow_lock: This is a global lock protecting the "deathrow" 258 * needs to be global since there may be multiple waiters, and the first t 4541 boolean_t global = (curzone == global_zone); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.lex.c | 597 bool global = 0; local 606 global++, c = getC(0); 615 global++; 716 en = dosub(sc, en, global); 722 dosub(int sc, struct wordent *en, bool global) 742 wdp->word = global || didsub == 0 ?
|
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| vm_swap.c | 457 int global = INGLOBALZONE(curproc); local 468 if (global) 493 if (!global && zp->zone_max_swap_ctl != UINT64_MAX) { 495 * We're in a non-global zone with a swap cap. We 496 * always report the system-wide values for the global 578 if (!global) { 792 int global = INGLOBALZONE(curproc); local 803 if (global) 835 if (!global && zp->zone_max_swap_ctl != UINT64_MAX) { 837 * We're in a non-global zone with a swap cap. W [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/amd_iommu/ |
| amd_iommu_impl.c | 933 amd_iommu_acpi_global_t *global; local 937 global = amd_iommu_lookup_acpi_global(); 1028 if (global) { 1029 iommu->aiomt_htatsresv = global->acg_HtAtsResv; 1030 iommu->aiomt_vasize = global->acg_VAsize; 1031 iommu->aiomt_pasize = global->acg_PAsize; [all...] |
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/xml/ |
| xml_convert.c | 494 devconfig_t *global; local 498 *defaults, NULL, &global)) == 0) { 500 /* Populate the global devconfig_t from the XML doc */ 502 default_elements, global)) == 0) { 504 /* Get the components of the global devconfig_t */ 505 dlist_t *list = devconfig_get_components(global); 509 * under global settings 516 /* Remove named disk set from under global */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| nscd_config.c | 41 rwlock_t *global; member in struct:__anon996 687 nscd_bool_t global) 698 if (global == nscd_true && 702 else if (global != nscd_true && 767 if (cfglock->global != NULL) { 769 (lockfunc)(cfglock->global); 787 if (cfglock->global != NULL) { 789 (void) rw_unlock(cfglock->global); 834 /* assume if nswdb is NULL, the param is a global one */ 843 (*cfglock)->global = nscd_cfg_global_rwlock [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| i8042.c | 399 static void i8042_send(struct i8042 *global, int reg, unsigned char cmd); 405 i8042_discard_junk_data(struct i8042 *global) 411 stat = ddi_get8(global->io_handle, 412 global->io_addr + I8042_STAT); 415 (void) ddi_get8(global->io_handle, 416 global->io_addr + I8042_DATA); 422 i8042_cleanup(struct i8042 *global) 427 ASSERT(global != NULL); 429 if (global->initialized == B_TRUE) { 434 mutex_enter(&global->i8042_mutex) 575 struct i8042 *global; local 791 struct i8042 *global = (struct i8042 *)ddi_get_driver_private(dip); local 832 struct i8042 *global; local 1005 struct i8042 *global = (struct i8042 *)arg; local 1141 struct i8042 *global; local 1293 struct i8042 *global; local 1357 struct i8042 *global; local 1465 struct i8042 *global; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ed/ |
| ed.c | 68 "incomplete global expression", /* 19 */ 83 "global too long", /* 34 */ 318 static void global(int); 609 global(1); 777 global(0); 1835 global(int k) function [all...] |
| /onnv/onnv-gate/usr/src/uts/sun/io/eri/ |
| eri_mac.h | 161 * Global Register Space : Paritally Modified for ERI 163 struct global { struct 197 * Global Configuration Register (RW) 214 * Global Interrupt Status Register (R-AC) 261 * Global Interrupt Mask register (RW) 265 * the Global Status register. 342 * Global Software Reset Register - RW-AC 345 * a Global Software Reset to the ERI (when both bits are set). [all...] |