Searched refs:cfm (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dconf.c143 static int process_one_regular_map(const cf_map_t *cfm);
144 static int process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm);
145 static int ropt_browsable_dirs(const char *val, cf_map_t *cfm);
146 static int ropt_map_name(const char *val, cf_map_t *cfm);
147 static int ropt_map_defaults(const char *val, cf_map_t *cfm);
148 static int ropt_map_options(const char *val, cf_map_t *cfm);
149 static int ropt_map_type(const char *val, cf_map_t *cfm);
150 static int ropt_mount_type(const char *val, cf_map_t *cfm);
151 static int ropt_search_path(const char *val, cf_map_t *cfm);
152 static int ropt_sun_map_syntax(const char *val, cf_map_t *cfm);
235 init_cf_map(cf_map_t *cfm) argument
1212 process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm) argument
1262 ropt_browsable_dirs(const char *val, cf_map_t *cfm) argument
1281 ropt_map_name(const char *val, cf_map_t *cfm) argument
1289 ropt_map_defaults(const char *val, cf_map_t *cfm) argument
1297 ropt_map_options(const char *val, cf_map_t *cfm) argument
1305 ropt_map_type(const char *val, cf_map_t *cfm) argument
1318 ropt_mount_type(const char *val, cf_map_t *cfm) argument
1340 ropt_search_path(const char *val, cf_map_t *cfm) argument
1348 ropt_sun_map_syntax(const char *val, cf_map_t *cfm) argument
1365 ropt_tag(const char *val, cf_map_t *cfm) argument
1376 process_one_regular_map(const cf_map_t *cfm) argument
[all...]
H A Dinfo_hesiod.c133 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX)) {
H A Dinfo_ndbm.c72 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dmapc.c742 m->cfm = find_cf_map(mntpt);
1023 if (need_mtime_update && m->cfm) {
1024 am_node *mp = find_ap(m->cfm->cfm_dir);
1029 m->cfm->cfm_dir);
1077 * cfm - optional amd configuration file map section structure
1080 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) argument
1099 if (cfm) {
1103 cfm->cfm_flags & CFM_MOUNT_TYPE_AUTOFS ? "autofs" : "nfs",
1104 get_full_path(map, cfm->cfm_search_path, cfm
[all...]
H A Dinfo_file.c165 /* if m->cfm == NULL, not using amd.conf file */
166 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dinfo_exec.c212 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dinfo_nis.c308 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX) && res == 0) {
H A Dinfo_nisplus.c228 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX)) {
H A Dinfo_ldap.c552 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Damfs_generic.c964 if (mm->cfm && mm->cfm->cfm_defaults) {
965 dlog("map %s map_defaults override: %s", mf->mf_mount, mm->cfm->cfm_defaults);
966 dflts = strdup(mm->cfm->cfm_defaults);
H A Damd.h361 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ member in struct:mnt_map
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dia64-hpux-tdep.c240 ULONGEST cfm)
249 sof = (cfm & 0x3f80) >> 7;
251 sof = (cfm & 0x7f);
266 ULONGEST cfm; local
270 regcache_cooked_read_unsigned (regcache, IA64_CFM_REGNUM, &cfm);
271 sof = cfm & 0x7f;
272 sol = (cfm >> 7) & 0x7f;
273 sor = (cfm >> 14) & 0xf;
239 ia64_hpux_size_of_register_frame(struct frame_info *this_frame, ULONGEST cfm) argument
H A Dia64-tdep.c196 "pr", "ip", "psr", "cfm",
263 CORE_ADDR cfm; /* cfm value for current frame */ member in struct:ia64_frame_cache
264 CORE_ADDR prev_cfm; /* cfm value for previous frame */
266 int sof; /* Size of frame (decoded from cfm value). */
267 int sol; /* Size of locals (decoded from cfm value). */
269 cfm value). */
957 ULONGEST cfm; local
967 IA64_CFM_REGNUM, &cfm);
974 bsp = rse_address_add (bsp, -(cfm
1003 ULONGEST cfm; local
1045 ULONGEST cfm; local
1063 ULONGEST cfm; local
1102 ULONGEST cfm; local
1133 ULONGEST cfm; local
1188 ULONGEST cfm; local
1389 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1859 CORE_ADDR cfm, sof, sol, bsp, psr; local
2500 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2580 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2991 ULONGEST cfm; local
3684 ULONGEST cfm, pfs, new_bsp; local
3958 ia64_size_of_register_frame(struct frame_info *this_frame, ULONGEST cfm) argument
[all...]
H A Dia64-tdep.h232 CFM is THIS_FRAME's cfm register value.
235 extracting the lowest 7 bits ("cfm & 0x7f"). */
236 int (*size_of_register_frame) (struct frame_info *this_frame, ULONGEST cfm);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Ddb_trace.c158 uwf->bsp = ia64_bsp_adjust_ret(uwf->bsp, IA64_CFM_SOF(tf->tf_special.cfm));
160 printf("inituwframe(): SOF(cfm) = %lu \n", IA64_CFM_SOF(tf->tf_special.cfm));
H A Ddb_interface.c200 sof = (int)(f->tf_special.cfm & 0x7f);
226 {"cr.ifs", DB_OFFSET(tf_special.cfm), db_frame},
H A Dmachdep.c718 tf->tf_special.cfm = (1UL<<63) | (3UL<<7) | 3UL;
740 tf->tf_special.cfm = (3UL<<62) | (3UL<<7) | 3UL;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java/
H A DMakefile.am131 $(JAR) cfm $@ Manifest.mf Hello*.class $(hello_RESOURCES) $$catalogs
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-awt/
H A DMakefile.am131 $(JAR) cfm $@ Manifest.mf Hello*.class $(hello_RESOURCES) $$catalogs
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-swing/
H A DMakefile.am131 $(JAR) cfm $@ Manifest.mf Hello*.class $(hello_RESOURCES) $$catalogs
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/bin/
H A DMakefile44 print-lldp.c print-cfm.c
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile61 ../../print-cfm.o \
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A D_regset.h73 unsigned long cfm; member in struct:_special
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Darch-ia64.h354 unsigned long cfm; member in struct:vcpu_guest_context_regs

Completed in 228 milliseconds