HomeSort by: relevance | last modified time | path
    Searched defs:org (Results 1 - 25 of 32) sorted by relevancy

1 2

  /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::__anon9718
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.h 73 } org; member in union:avr_property_record::__anon11201
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-avr.h 73 } org; member in union:avr_property_record::__anon20388
  /src/external/gpl3/gdb/dist/bfd/
elf32-avr.h 73 } org; member in union:avr_property_record::__anon80
  /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/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_env.c 7 * https://www.openssl.org/source/license.html
801 CMS_OriginatorInfo *org = env->originatorInfo; local
803 if (org == NULL)
805 for (i = 0; i < sk_CMS_CertificateChoices_num(org->certificates); i++) {
807 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
817 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(org->crls); i++) {
819 rch = sk_CMS_RevocationInfoChoice_value(org->crls, i);
  /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/external/lgpl3/mpfr/dist/tests/
tstckintc.c 20 https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
77 long *org = (long *) Buffer; variable
265 org = (long *) (void *) stack;
272 y = return_mpfr (y, (char *) org);
273 if ((long *) y != org || mpfr_cmp_ui (y, 59) != 0)
284 y = return_mpfr_func (y, (char *) org);
285 if ((long *) y != org || mpfr_cmp_ui (y, 5959) != 0)
477 org = (long *) (void *) stack;
482 c = dummy_compact (c, org);
484 if (c != org || mpfr_cmp_ui (x, 59) != 0
    [all...]
  /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/crypto/external/apache2/openssl/dist/crypto/cms/
cms_env.c 7 * https://www.openssl.org/source/license.html
1053 CMS_OriginatorInfo *org = env->originatorInfo; local
1055 if (org == NULL)
1057 for (i = 0; i < sk_CMS_CertificateChoices_num(org->certificates); i++) {
1059 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1069 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(org->crls); i++) {
1071 rch = sk_CMS_RevocationInfoChoice_value(org->crls, i);
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_env.c 7 * https://www.openssl.org/source/license.html
1022 CMS_OriginatorInfo *org = env->originatorInfo; local
1024 if (org == NULL)
1026 for (i = 0; i < sk_CMS_CertificateChoices_num(org->certificates); i++) {
1028 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1038 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(org->crls); i++) {
1040 rch = sk_CMS_RevocationInfoChoice_value(org->crls, i);
  /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/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
417 uint32_t org = packed; local
418 ASSERT (fval == org);
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
417 uint32_t org = packed; local
418 ASSERT (fval == org);
  /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

Completed in 59 milliseconds

1 2