Searched refs:update_config (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c78 static int update_config(nfsl_config_t *, char *, char *, char *,
160 * update_config().
303 error = update_config(listp, tag, defaultdir,
383 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath,
408 update_config( function
429 "update_config: \"%s\" not a complete config entry."),
433 "update_config: \"%s\" not a complete config entry.\n"),
495 if (error = update_config(global_raw, DEFAULTRAWTAG, defaultdir,
506 "update_config: Can't process \"%s\" config entry: %s"),
510 "update_config
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c45 * associated servers and attributes. (See update_config())
295 * The SLP callback routine for update_config(). For each
357 static void update_config(const char *context, struct config_cookie *cookie) { function
367 (void) logit("update_config: ",
379 (void) logit("update_config: SLPOpen failed: %s\n",
396 (void) logit("update_config: no memory\n");
414 (void) logit("update_config: SLPFindSrvs failed: %s\n",
457 update_config(val, cookie);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c453 update_config(sm_mux_state_t *ms, char *path, io_mode_t mode, int cmd) function
455 sm_dbg('I', ("update_config: path %s io %d\n", path ? path : "", mode));
457 sm_dbg('I', ("update_config: EINVAL - no path\n"));
551 (void) update_config(ms, assoc->ttymux_path,
555 (void) update_config(ms, cn->sm_path, cn->sm_mode, cmd);
597 (void) update_config(ms, cn->sm_path, cn->sm_mode, cmd);

Completed in 75 milliseconds