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

/freebsd-11-stable/contrib/amd/amd/
H A Dconf.c139 static int process_one_regular_map(const cf_map_t *cfm);
140 static int process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm);
141 static int ropt_browsable_dirs(const char *val, cf_map_t *cfm);
142 static int ropt_map_name(const char *val, cf_map_t *cfm);
143 static int ropt_map_defaults(const char *val, cf_map_t *cfm);
144 static int ropt_map_options(const char *val, cf_map_t *cfm);
145 static int ropt_map_type(const char *val, cf_map_t *cfm);
146 static int ropt_mount_type(const char *val, cf_map_t *cfm);
147 static int ropt_search_path(const char *val, cf_map_t *cfm);
148 static int ropt_sun_map_syntax(const char *val, cf_map_t *cfm);
233 init_cf_map(cf_map_t *cfm) argument
1236 process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm) argument
1286 ropt_browsable_dirs(const char *val, cf_map_t *cfm) argument
1305 ropt_map_name(const char *val, cf_map_t *cfm) argument
1313 ropt_map_defaults(const char *val, cf_map_t *cfm) argument
1321 ropt_map_options(const char *val, cf_map_t *cfm) argument
1329 ropt_map_type(const char *val, cf_map_t *cfm) argument
1342 ropt_mount_type(const char *val, cf_map_t *cfm) argument
1364 ropt_search_path(const char *val, cf_map_t *cfm) argument
1372 ropt_sun_map_syntax(const char *val, cf_map_t *cfm) argument
1389 ropt_tag(const char *val, cf_map_t *cfm) argument
1400 process_one_regular_map(const cf_map_t *cfm) argument
[all...]
H A Dinfo_hesiod.c127 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX)) {
H A Dinfo_ndbm.c66 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dmapc.c743 m->cfm = find_cf_map(mntpt);
1035 if (need_mtime_update && m->cfm) {
1036 am_node *mp = find_ap(m->cfm->cfm_dir);
1041 m->cfm->cfm_dir);
1089 * cfm - optional amd configuration file map section structure
1092 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) argument
1111 if (cfm) {
1115 cfm->cfm_flags & CFM_MOUNT_TYPE_AUTOFS ? "autofs" : "nfs",
1116 get_full_path(map, cfm->cfm_search_path, cfm
[all...]
H A Dinfo_file.c159 /* if m->cfm == NULL, not using amd.conf file */
160 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dinfo_exec.c206 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Dinfo_nis.c303 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX) && res == 0) {
H A Dinfo_nisplus.c222 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX)) {
H A Dinfo_ldap.c560 if (m->cfm && (m->cfm->cfm_flags & CFM_SUN_MAP_SYNTAX))
H A Damfs_generic.c990 if (mm->cfm && mm->cfm->cfm_defaults) {
991 dlog("map %s map_defaults override: %s", mf->mf_mount, mm->cfm->cfm_defaults);
992 dflts = xstrdup(mm->cfm->cfm_defaults);
H A Damd.h362 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ member in struct:mnt_map
/freebsd-11-stable/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-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c178 ng_hci_lp_con_cfm_ep *cfm = NULL; local
185 NGM_HCI_LP_CON_CFM, sizeof(*cfm),
188 cfm = (ng_hci_lp_con_cfm_ep *)msg->data;
189 cfm->status = 0;
190 cfm->link_type = con->link_type;
191 cfm->con_handle = con->con_handle;
192 bcopy(&con->bdaddr, &cfm->bdaddr,
193 sizeof(cfm->bdaddr));
545 ng_hci_lp_con_cfm_ep *cfm = NULL; local
552 NGM_HCI_LP_CON_CFM, sizeof(*cfm),
[all...]
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile48 print-cfm.c \
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in113 print-cfm.c \
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in381 $(JAR) cfm $(JAVAHL_JAR) $(JAVAHL_MANIFEST) -C subversion/bindings/javahl/classes org; \

Completed in 123 milliseconds