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

/freebsd-10.1-release/contrib/amd/amd/
H A Dconf.c140 static int process_one_regular_map(const cf_map_t *cfm);
141 static int process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm);
142 static int ropt_browsable_dirs(const char *val, cf_map_t *cfm);
143 static int ropt_map_name(const char *val, cf_map_t *cfm);
144 static int ropt_map_defaults(const char *val, cf_map_t *cfm);
145 static int ropt_map_options(const char *val, cf_map_t *cfm);
146 static int ropt_map_type(const char *val, cf_map_t *cfm);
147 static int ropt_mount_type(const char *val, cf_map_t *cfm);
148 static int ropt_search_path(const char *val, cf_map_t *cfm);
149 static int ropt_tag(const char *val, cf_map_t *cfm);
230 init_cf_map(cf_map_t *cfm) argument
1189 process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm) argument
1236 ropt_browsable_dirs(const char *val, cf_map_t *cfm) argument
1255 ropt_map_name(const char *val, cf_map_t *cfm) argument
1263 ropt_map_defaults(const char *val, cf_map_t *cfm) argument
1271 ropt_map_options(const char *val, cf_map_t *cfm) argument
1279 ropt_map_type(const char *val, cf_map_t *cfm) argument
1292 ropt_mount_type(const char *val, cf_map_t *cfm) argument
1314 ropt_search_path(const char *val, cf_map_t *cfm) argument
1322 ropt_tag(const char *val, cf_map_t *cfm) argument
1333 process_one_regular_map(const cf_map_t *cfm) argument
[all...]
H A Dmapc.c686 m->cfm = NULL;
969 if (need_mtime_update && m->cfm) {
970 am_node *mp = find_ap(m->cfm->cfm_dir);
975 m->cfm->cfm_dir);
1023 * cfm - optional amd configuration file map section structure
1026 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) argument
1045 if (cfm) {
1049 cfm->cfm_flags & CFM_MOUNT_TYPE_AUTOFS ? "autofs" : "nfs",
1050 get_full_path(map, cfm->cfm_search_path, cfm
[all...]
H A Damfs_generic.c964 * at this point, so I am forced to initialize the mnt_map->cfm field here
969 if (mm->cfm == NULL) { /* then initialize it for first time */
970 mm->cfm = find_cf_map(mf->mf_mount);
972 if (mm->cfm && mm->cfm->cfm_defaults) {
973 dlog("map %s map_defaults override: %s", mf->mf_mount, mm->cfm->cfm_defaults);
974 dflts = strdup(mm->cfm->cfm_defaults);
H A Damd.h359 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ member in struct:mnt_map
/freebsd-10.1-release/sys/ia64/ia64/
H A Dgdb_machdep.c49 uint64_t cfm; local
103 return (&kdb_thrctx->pcb_special.cfm);
113 cfm = kdb_thrctx->pcb_special.pfs;
115 IA64_CFM_SOF(cfm) - IA64_CFM_SOL(cfm));
H A Dunwind.c328 bsp = ia64_bsp_adjust(bsp, -IA64_CFM_SOF(tf->tf_special.cfm));
332 tf->tf_special.cfm);
340 uint64_t bsp, cfm, ip; local
357 cfm = pcb->pcb_special.cfm;
359 bsp = ia64_bsp_adjust(bsp, -IA64_CFM_SOF(cfm));
362 cfm = pcb->pcb_special.pfs;
363 bsp = ia64_bsp_adjust(bsp, -IA64_CFM_SOL(cfm));
365 uwxerr = uwx_init_context(rs->env, ip, pcb->pcb_special.sp, bsp, cfm);
H A Ddb_machdep.c83 {"cr.ifs", DB_OFFSET(tf_special.cfm), db_frame},
231 uint64_t bsp, cfm, ip, pfs, reg, sp; local
237 error = unw_get_cfm(&rs, &cfm);
247 args = IA64_CFM_SOL(cfm);
494 sof = (int)(kdb_frame->tf_special.cfm & 0x7f);
H A Dunaligned.c78 if (gr <= 0 || gr >= 32 + (mc->mc_special.cfm & 0x7f))
81 nslots = IA64_CFM_SOF(mc->mc_special.cfm) - gr + 32;
H A Dvm_machdep.c232 tf->tf_special.cfm = (3UL<<62) | (1UL<<7) | 1UL;
236 tf->tf_special.cfm = (1UL<<63) | (1UL<<7) | 1UL;
H A Dtrap.c744 &tf->tf_special.cfm, &fpctx);
880 nargs = tf->tf_special.cfm & 0x7f;
H A Dmachdep.c1307 s.cfm = tf->tf_special.cfm;
1349 tf->tf_special.cfm = (1UL<<63) | (3UL<<7) | 3UL;
1368 tf->tf_special.cfm = (3UL<<62) | (3UL<<7) | 3UL;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dia64-tdep.c158 "pr", "ip", "psr", "cfm",
225 CORE_ADDR cfm; /* cfm value for current frame */ member in struct:ia64_frame_cache
226 CORE_ADDR prev_cfm; /* cfm value for previous frame */
228 int sof; /* Size of frame (decoded from cfm value) */
229 int sol; /* Size of locals (decoded from cfm value) */
230 int sor; /* Number of rotating registers. (decoded from cfm value) */
691 ULONGEST cfm; local
694 regcache_cooked_read_unsigned (regcache, IA64_CFM_REGNUM, &cfm);
698 bsp = rse_address_add (bsp, -(cfm
720 ULONGEST cfm; local
760 ULONGEST cfm; local
773 ULONGEST cfm; local
803 ULONGEST cfm; local
832 ULONGEST cfm; local
882 ULONGEST cfm; local
1062 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1522 CORE_ADDR cfm, sof, sol, bsp, psr; local
1655 CORE_ADDR cfm = 0; local
2208 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2621 ULONGEST cfm; local
3061 CORE_ADDR bsp, cfm, pfs, new_bsp, funcdescaddr, pc, global_pointer; local
[all...]
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c91 uint64_t cfm; local
106 status = __uc_get_cfm(ucontext, &cfm);
136 adj = (unsigned int)cfm & 0x7f; /* interrupt frame */
138 adj = ((unsigned int)cfm >> 7) & 0x7f; /* non-interrupt frame */
140 cfm |= ec << 52;
141 uwx_init_context(env, ip, sp, bsp, cfm);
H A Duwx.h95 uint64_t cfm); /* CFM (current frame marker) */
275 /* pseudo register instead (ip:rp, sp:psp, bsp/cfm:pfs). */
281 #define UWX_REG_CFM 3 /* cfm (no spill info) */
349 int init_context(uint64_t ip, uint64_t sp, uint64_t bsp, uint64_t cfm) { argument
350 return uwx_init_context(env, ip, sp, bsp, cfm);
H A Duwx_context.c35 uint64_t cfm)
45 env->context.special[UWX_REG_CFM] = cfm;
30 uwx_init_context( struct uwx_env *env, uint64_t ip, uint64_t sp, uint64_t bsp, uint64_t cfm) argument
/freebsd-10.1-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c166 ng_hci_lp_con_cfm_ep *cfm = NULL; local
173 NGM_HCI_LP_CON_CFM, sizeof(*cfm),
176 cfm = (ng_hci_lp_con_cfm_ep *)msg->data;
177 cfm->status = 0;
178 cfm->link_type = con->link_type;
179 cfm->con_handle = con->con_handle;
180 bcopy(&con->bdaddr, &cfm->bdaddr,
181 sizeof(cfm->bdaddr));
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_ia64.c127 supply_register(IA64_CFM_REGNUM, (char *)&pcb.pcb_special.cfm);
298 ofs = SPECIAL(cfm);
/freebsd-10.1-release/sys/ia64/include/
H A D_regset.h71 unsigned long cfm; member in struct:_special
/freebsd-10.1-release/tools/tools/gdb_regofs/
H A Dia64.c149 SPECIAL(cfm),
/freebsd-10.1-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile40 print-cfm.c \
/freebsd-10.1-release/sys/xen/interface/
H A Darch-ia64.h353 unsigned long cfm; member in struct:vcpu_guest_context_regs
/freebsd-10.1-release/contrib/subversion/
H A DMakefile.in333 $(JAR) cfm $(JAVAHL_JAR) $(JAVAHL_MANIFEST) -C subversion/bindings/javahl/classes org; \

Completed in 442 milliseconds