/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fts.c | 47 FTSENT* todo; /* todo list */ \ 697 for (f = fts->todo; f; f = f->fts_link) in order() 700 fts->todo = top; in order() 804 fts->todo = toplist(fts, v); in fts_open() 807 fts->todo = toplist(fts, pathnames); in fts_open() 809 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo->fts_link) in fts_open() 811 if (!fts->todo) in fts_open() 844 f = fts->todo; in fts_read() 857 fts->todo = f->fts_link; in fts_read() 859 f = fts->todo; in fts_read() [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | irp.c | 517 int i, todo; in irs_irp_send_command() local 526 todo = strlen(buffer); in irs_irp_send_command() 528 if (todo > (int)sizeof(buffer) - 3) { in irs_irp_send_command() 533 todo = strlen(buffer); in irs_irp_send_command() 535 while (todo > 0) { in irs_irp_send_command() 536 i = write(pvt->fdCxn, buffer + pos, todo); in irs_irp_send_command() 540 fwrite(buffer + pos, sizeof (char), todo, stderr); in irs_irp_send_command() 548 todo -= i; in irs_irp_send_command()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 265 int path_generate(Shell_t *shp,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()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 1027 size_t resid, todo, bytes; in gdb_read_mem() local 1069 todo = getpagesize() - gpa % getpagesize(); in gdb_read_mem() 1070 if (todo > resid) in gdb_read_mem() 1071 todo = resid; in gdb_read_mem() 1073 cp = paddr_guest2host(ctx, gpa, todo); in gdb_read_mem() 1083 while (todo > 0) { in gdb_read_mem() 1089 todo--; in gdb_read_mem() 1097 while (todo > 0) { in gdb_read_mem() 1098 if (gpa & 1 || todo == 1) in gdb_read_mem() 1100 else if (gpa & 2 || todo == 2) in gdb_read_mem() [all …]
|
H A D | pci_ahci.c | 610 uint32_t dbcsz, extra, left, skip, todo; in ahci_build_iov() local 618 todo = 0; in ahci_build_iov() 633 todo += dbcsz; in ahci_build_iov() 641 extra = todo % blockif_sectsz(p->bctx); in ahci_build_iov() 642 todo -= extra; in ahci_build_iov() 643 assert(todo > 0); in ahci_build_iov() 655 breq->br_resid = todo; in ahci_build_iov() 656 aior->done += todo; in ahci_build_iov()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 690 nltype *todo; in sortmembers() local 698 todo = cyclep->cnext; in sortmembers() 701 doing = todo; in sortmembers() 703 todo = doing->cnext; in sortmembers() 711 doing = todo; in sortmembers() 713 todo = doing->cnext; in sortmembers() 980 int index, nnames, todo, i, j; in printindex() local 1015 for (index = 1, todo = nnames; index <= ncycle; index++) in printindex() 1016 namesortnlp[todo++] = &cyclenl[index]; in printindex() 1021 index = (todo + 2) / 3; in printindex() [all …]
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 211 treescan(char *pname, ino_t ino, long (*todo)()) in treescan() argument 224 (void) (*todo)(pname, ino, LEAF); in treescan() 230 if ((*todo)(pname, ino, NODE) == FAIL) in treescan() 269 treescan(locname, dp->d_ino, todo); in treescan() 288 attrscan(int always, long (*todo)()) in attrscan() argument 316 treescan(name, itp->t_ino, todo); in attrscan()
|
/illumos-gate/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()
|
/illumos-gate/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 458 switch (todo) { in l_encl_status_page_funcs()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | northamerica | 3461 …/DECRETOS/2005/Decreto%2023-2005%20Se%20adelanta%20en%20una%20hora%20en%20todo%20el%20territorio%2…
|