Searched defs:save (Results 101 - 107 of 107) sorted by relevance

12345

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c2372 mDNSu8 *save = ptr; local
2392 if (!ptr) { LogInfo("putRData: Can't put name, Length %d, record %##s", limit - save, rr->name->c); return(mDNSNULL); }
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3079 const char *svc_name, *inst_name, *pg_name, *save; local
3153 save = wip->fmri;
3162 wip->fmri = save;
3337 char *save; local
3346 save = provider_inst;
3356 provider_inst = save;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c5501 unsigned long long save = 0; local
5514 save = num;
5519 if (save % 1024 != 0 && ((save >> 10) < 10))
5520 (void) snprintf(buf, bufsize, "%2.1f%c", ((float)save / 1024),
6076 * This function can be called by commit_func(), which needs to save things,
6079 * having commit_func() call here with cmd->cmd_arg set to "save" to indicate
6080 * that a save is needed.
6102 boolean_t save = B_FALSE; local
6135 if (cmd->cmd_argc > 0 && (strcmp(cmd->cmd_argv[0], "save")
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c715 * save the applications from overwriting the data. All further attempts
1439 * - save tape state
1502 * we also need to save state before issuing
2849 un->un_oflags = flag; /* save for use in st_tape_init() */
3517 * we don't want, so we save this state and restore it later.
3555 /* save ST_EOM state */
6249 * If this is a space command we need to save the starting
6543 * If first attempt save state.
10115 * The callers of this routine should take measures to save the
15634 int dfile = un->un_pos.fileno; /* save curren
15996 tapepos_t save; local
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2645 * we need to save the ultimate /devices contents, and not the
3551 link_t *save; local
3562 save = *linkp;
3571 if (linkhead->nextlink == save)
3573 free(save->devlink);
3574 free(save->contents);
3575 free(save);
6149 devlinktab_list_t *save; local
6185 save = devlinktab_list;
6187 free(save);
7572 driver_alias_t *save; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5666 /* save the unsol prli payload first */
6242 * save it now
8780 struct scsi_address save; local
8783 save = pkt->pkt_address;
9230 ASSERT(save.a_hba_tran == pkt->pkt_address.a_hba_tran);
9436 /* save cross-ptr */
13586 * save the current head before dropping the
13999 * FCP_PKT_ABORTING should save
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c706 * We save the original value of bam_check. The new
4174 * if the archive is updated, save the new stat data and update the
4728 * save state across calls. This is so that
4739 char save, *cp, *line; local
4749 * First save a copy of the entire line.
4791 save = *str;
4794 *str = save;
4797 save = *str;
4800 *str = save;

Completed in 357 milliseconds

12345