Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/cmd/luxadm/
H A Dhotplug.c485 hotplug(int todo, char **argv, int verbose_flag, int force_flag) in hotplug() argument
525 if (todo == REMOVE_DEVICE) { in hotplug()
545 todo == REMOVE_DEVICE) { in hotplug()
670 if (todo == REPLACE_DEVICE) { in hotplug()
679 if ((todo == REMOVE_DEVICE) && in hotplug()
703 if ((todo == REMOVE_DEVICE) && in hotplug()
754 if (todo == REMOVE_DEVICE) { in hotplug()
827 if ((todo == INSERT_DEVICE) && in hotplug()
848 if ((todo == REMOVE_DEVICE) && (!force_flag)) { in hotplug()
879 if ((todo != INSERT_DEVICE) && (dtype != DTYPE_ESI)) { in hotplug()
[all …]
H A Dx86_adm.c468 int hotplug_e(int todo, char **argv, int verbose_flag, int force_flag) { in hotplug_e() argument
482 int hotplug(int todo, char **argv, int verbose_flag, int force_flag) { in hotplug() argument
H A Dfchba.c2031 fchba_hotplug_e(int todo, char **argv, int verbose_flag, int force_flag) in fchba_hotplug_e() argument
2037 if (todo != DEV_ONLINE && in fchba_hotplug_e()
2038 todo != DEV_OFFLINE) { in fchba_hotplug_e()
2069 switch (todo) { in fchba_hotplug_e()
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dirp.c523 int i, todo; in irs_irp_send_command() local
532 todo = strlen(buffer); in irs_irp_send_command()
534 if (todo > (int)sizeof(buffer) - 3) { in irs_irp_send_command()
539 todo = strlen(buffer); in irs_irp_send_command()
541 while (todo > 0) { in irs_irp_send_command()
542 i = write(pvt->fdCxn, buffer + pos, todo); in irs_irp_send_command()
546 fwrite(buffer + pos, sizeof (char), todo, stderr); in irs_irp_send_command()
554 todo -= i; in irs_irp_send_command()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dfts.c47 FTSENT* todo; /* todo list */ \
684 for (f = fts->todo; f; f = f->fts_link) in order()
687 fts->todo = top; in order()
791 fts->todo = toplist(fts, v); in fts_open()
794 fts->todo = toplist(fts, pathnames); in fts_open()
795 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo->fts_link) in fts_open()
827 f = fts->todo; in fts_read()
840 fts->todo = f->fts_link; in fts_read()
842 f = fts->todo; in fts_read()
856 if (!(f = fts->todo)) in fts_read()
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dexpand.c265 int path_generate(struct argnod *todo, struct argnod **arghead) in path_generate() argument
281 todo->argchn.ap = 0; in path_generate()
283 apin = ap = todo; in path_generate()
284 todo = ap->argchn.ap; in path_generate()
385 if(todo) in path_generate()
455 ap->argchn.ap = todo; in path_generate()
459 todo = ap = (struct argnod*)stakfreeze(1); in path_generate()
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c685 nltype *todo; in sortmembers() local
693 todo = cyclep->cnext; in sortmembers()
697 for ((doing = todo) && (todo = doing->cnext); in sortmembers()
700 (doing = todo) && (todo = doing->cnext)) { in sortmembers()
942 int index, nnames, todo, i, j; in printindex() local
982 for (index = 1, todo = nnames; index <= ncycle; index++) in printindex()
983 namesortnlp[todo++] = &cyclenl[index]; in printindex()
988 index = (todo + 2) / 3; in printindex()
990 index = todo; in printindex()
994 for (j = i; j < todo; j += index) { in printindex()
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c460 nsc_size_t todo; /* anticipated bytes to go */ in _nsc_dbuf_io() local
487 todo = FBA_SIZE(len); in _nsc_dbuf_io()
504 while (todo) { in _nsc_dbuf_io()
514 while (destidx < _NSC_DBUF_NVEC && todo) { in _nsc_dbuf_io()
520 truedo = min(vp->sv_len - firstentryfix, todo); in _nsc_dbuf_io()
528 todo -= truedo; in _nsc_dbuf_io()
/titanic_50/usr/src/cmd/backup/restore/
H A Ddirs.c226 treescan(char *pname, ino_t ino, long (*todo)()) in treescan() argument
239 (void) (*todo)(pname, ino, LEAF); in treescan()
245 if ((*todo)(pname, ino, NODE) == FAIL) in treescan()
284 treescan(locname, dp->d_ino, todo); in treescan()
303 attrscan(int always, long (*todo)()) in attrscan() argument
331 treescan(name, itp->t_ino, todo); in attrscan()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c871 uint16_t bc, cnt, dlen, rcnt, todo; in smb_smb_read() local
879 todo = (uint16_t)min(uiop->uio_resid, UINT16_MAX); in smb_smb_read()
889 mb_put_uint16le(mbp, todo); in smb_smb_read()
950 uint16_t cnt, rcnt, todo; in smb_smb_write() local
958 todo = (uint16_t)min(uiop->uio_resid, UINT16_MAX); in smb_smb_write()
968 mb_put_uint16le(mbp, todo); in smb_smb_write()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1604 tg_todo_t *todo; in typegraph_pass1_node() local
1724 todo = free; in typegraph_pass1_node()
1727 todo = mdb_alloc(sizeof (tg_todo_t), UM_SLEEP); in typegraph_pass1_node()
1730 todo->tgtd_node = e->tge_dest; in typegraph_pass1_node()
1731 todo->tgtd_type = ntype; in typegraph_pass1_node()
1732 todo->tgtd_offs = e->tge_destoffs; in typegraph_pass1_node()
1733 todo->tgtd_next = NULL; in typegraph_pass1_node()
1736 first = last = todo; in typegraph_pass1_node()
1738 last->tgtd_next = todo; in typegraph_pass1_node()
1739 last = todo; in typegraph_pass1_node()
/titanic_50/usr/src/lib/storage/liba5k/common/
H A Dlhot.c399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, in l_encl_status_page_funcs() argument
459 switch (todo) { in l_encl_status_page_funcs()
/titanic_50/usr/src/uts/common/io/rge/
H A Drge.h722 void rge_chip_sync(rge_t *rgep, enum rge_sync_op todo);
H A Drge_chip.c1255 void rge_chip_sync(rge_t *rgep, enum rge_sync_op todo);
1259 rge_chip_sync(rge_t *rgep, enum rge_sync_op todo) in rge_chip_sync() argument
1261 switch (todo) { in rge_chip_sync()
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog1630 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
/titanic_50/usr/src/data/zoneinfo/
H A Dnorthamerica3435 …/DECRETOS/2005/Decreto%2023-2005%20Se%20adelanta%20en%20una%20hora%20en%20todo%20el%20territorio%2…