/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metadevadm.c | 64 int todo = 0; in main() local 110 todo = 1; in main() 116 todo = 1; in main() 156 if ((options & DEV_VERBOSE) && (todo != 1)) { in main() 162 if ((options & DEV_NOACTION) && (todo != 1)) { in main() 168 if (todo == 0) { in main()
|
H A D | metainit.c | 715 } todo = NONE; in main() local 775 if (todo != NONE) in main() 777 todo = ALL; in main() 787 if (todo != NONE) in main() 789 todo = INIT; in main() 815 if (todo == NONE) { in main() 832 if (todo == INIT) { /* load and take auto-take sets */ in main() 868 } else if (todo == ALL) { /* initialize all devices in md.tab */ in main()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 485 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 D | x86_adm.c | 468 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 D | fchba.c | 2031 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_41/usr/src/lib/libresolv2/common/irs/ |
H A D | irp.c | 523 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_41/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 47 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_41/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 265 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_41/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 685 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_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_disk.c | 460 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_41/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 226 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_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_smb.c | 871 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_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 1604 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_41/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 399 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_41/usr/src/cmd/lvm/rpc.mdcommd/ |
H A D | mdmn_commd_server.c | 752 mdmn_init_set(set_t setno, int todo) in mdmn_init_set() argument 765 if ((todo & MDMN_SET_MUTEXES) && in mdmn_init_set() 782 if ((todo & MDMN_SET_MCT) && in mdmn_init_set() 884 if (((todo & MDMN_SET_NODES) == 0) || in mdmn_init_set()
|
H A D | mdmn_subr.c | 36 extern int mdmn_init_set(set_t setno, int todo);
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge.h | 722 void rge_chip_sync(rge_t *rgep, enum rge_sync_op todo);
|
H A D | rge_chip.c | 1255 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_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid.c | 1185 raid_free_parent(md_raidps_t *ps, int todo) in raid_free_parent() argument 1192 if (todo & RFP_DECR_PWFRAGS) { in raid_free_parent() 1206 if (todo & RFP_DECR_FRAGS) { in raid_free_parent() 1219 if (todo & RFP_RLS_LOCK) in raid_free_parent() 1230 ASSERT(todo & RFP_RLS_LOCK); in raid_free_parent()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1630 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | northamerica | 3314 …/DECRETOS/2005/Decreto%2023-2005%20Se%20adelanta%20en%20una%20hora%20en%20todo%20el%20territorio%2…
|