| /src/external/bsd/am-utils/dist/amd/ |
| info_nisplus.c | 92 char *org; /* if map does not have ".org_dir" then append it */ local 96 org = strstr(map, NISPLUS_ORGDIR); 97 if (org == NULL) 98 org = NISPLUS_ORGDIR; 100 org = ""; 110 xsnprintf(map_name, l, "%s%s", map, org); 162 char *org; /* if map does not have ".org_dir" then append it */ local 165 org = strstr(map, NISPLUS_ORGDIR); 166 if (org == NULL) 167 org = NISPLUS_ORGDIR 261 char *org; \/* if map does not have ".org_dir" then append it *\/ local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-avr.h | 73 } org; member in union:avr_property_record::__anon7375
|
| elf64-alpha.c | 3325 bfd_vma optdest, org; 3342 org = sec_output_vma + urel_r_offset + 4; 3343 odisp = (optdest ? optdest : symval) - org; 3316 bfd_vma optdest, org; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-avr.h | 73 } org; member in union:avr_property_record::__anon8858
|
| elf64-alpha.c | 3325 bfd_vma optdest, org; 3342 org = sec_output_vma + urel_r_offset + 4; 3343 odisp = (optdest ? optdest : symval) - org; 3316 bfd_vma optdest, org; local
|
| /src/sys/arch/hpcmips/dev/ |
| mq200.c | 618 int org = sc->sc_contrast; local 621 " org=%d, current=%d\n", org, 624 " CONTRAST org=%d, current=%d\n", org, 639 int org = sc->sc_brightness; local 642 " org=%d, current=%d\n", org,
|
| ite8181.c | 798 int org = sc->sc_contrast; local 801 " org=%d, current=%d\n", org, 817 int org = sc->sc_brightness; local 820 " org=%d, current=%d\n", org,
|
| /src/external/gpl2/lvm2/dist/lib/snapshot/ |
| snapshot.c | 41 struct logical_volume *org, *cow; local 71 if (!(org = find_lv(seg->lv->vg, org_name))) { 77 init_snapshot_seg(seg, org, cow, chunk_size);
|
| /src/sys/dev/hpc/ |
| bivideo.c | 536 int org = sc->sc_contrast; local 539 VPRINTF(("bivideo_ioctl: SET:CONTRAST org=%d, current=%d\n", org, sc->sc_contrast)); 554 int org = sc->sc_brightness; local 557 VPRINTF(("bivideo_ioctl: SET:BRIGHTNESS org=%d, current=%d\n", org, sc->sc_brightness));
|
| /src/external/bsd/ntp/dist/ntpdate/ |
| ntpdate.h | 40 l_fp org; /* peer's originate time stamp */ member in struct:server
|
| ntpdate.c | 705 L_CLR(&xpkt.org); 755 l_fp org; local 804 * Decode the org timestamp and make sure we're getting a response 807 NTOHL_FP(&rpkt->org, &org); 808 if (!L_ISEQU(&org, &server->xmt)) { 810 printf("receive: pkt.org and peer.xmt differ\n"); 864 NTOHL_FP(&rpkt->xmt, &server->org); 870 if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) { 882 t10 = server->org; /* pkt.xmt == t1 * [all...] |
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| import-export.c | 567 struct logical_volume *org, *cow; local 604 if (!(org = lvs[lvd->lv_snapshot_minor])) { 615 if (!vg_add_snapshot(org, cow, NULL, 616 org->le_count,
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mga_state.c | 427 unsigned int org; local 429 org = tex->texorg & (MGA_TEXORGMAP_MASK | MGA_TEXORGACC_MASK); 431 if (org == (MGA_TEXORGMAP_SYSMEM | MGA_TEXORGACC_PCI)) {
|
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_state.c | 409 unsigned int org; local 411 org = tex->texorg & (MGA_TEXORGMAP_MASK | MGA_TEXORGACC_MASK); 413 if (org == (MGA_TEXORGMAP_SYSMEM | MGA_TEXORGACC_PCI)) {
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvconvert.c | 832 struct logical_volume *org; local 835 if (!(org = find_lv(lv->vg, lp->origin))) { 840 if (org == lv) { 846 if (org->status & (LOCKED|PVMOVE|MIRRORED) || lv_is_cow(org)) { 848 org->status & LOCKED ? "locked" : 849 org->status & PVMOVE ? "pvmove" : 850 org->status & MIRRORED ? "mirrored" : 868 if (!vg_add_snapshot(org, lv, NULL, org->le_count, lp->chunk_size)) [all...] |
| /src/usr.bin/config/ |
| main.c | 735 char org[MAXPATHLEN]; local 746 snprintf(org, sizeof(org), "%s%s%s%s%s", 748 recreate(org, buf);
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| lv_manip.c | 1737 struct logical_volume *org; local 1741 if (lv_is_cow(lv) && lv_is_virtual_origin(org = origin_from_cow(lv))) 1742 if (!func(cmd, org, data)) 2845 struct logical_volume *lv, *org = NULL; local 2927 if (!(org = find_lv(vg, lp->origin))) { 2932 if (lv_is_virtual_origin(org)) { 2937 if (lv_is_cow(org)) { 2942 if (org->status & LOCKED) { 2947 if ((org->status & MIRROR_IMAGE) || 2948 (org->status & MIRROR_LOG)) [all...] |
| /src/sys/dev/pci/cxgb/ |
| cxgb_t3_hw.c | 3575 unsigned int org = !!(cfg & F_ORG) + 1; local 3577 unsigned int MBs = ((256 << density) * banks) / (org << width);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_io.c | 1362 * http://bugs.ntp.org/1683 3183 l_fp org, rec, xmt; local 3275 NTOHL_FP(&pkt->org, &org); 3279 &org, &rec, &xmt, &fp_zero, 3860 * http://bugs.ntp.org/1732 reported ntpd munching CPU 4129 * See http://bugs.ntp.org/1184 and http://bugs.ntp.org/1683
|
| /src/sys/fs/udf/ |
| ecma167-udf.h | 5 * Reinoud Zandijk <reinoud@NetBSD.org> 6 * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> 489 uint32_t org; /* partition relative address */ member in struct:spare_map_entry
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 422 l_fp org; /* peer.org */ member in struct:info_peer
|
| ntp.h | 561 l_fp org; /* originate time stamp */ member in struct:pkt
|