Searched refs:cmdl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| H A D | lvm-functions.c | 70 static const char *decode_locking_cmd(unsigned char cmdl) in decode_locking_cmd() argument 77 switch (cmdl & LCK_TYPE_MASK) { in decode_locking_cmd() 101 switch (cmdl & LCK_SCOPE_MASK) { in decode_locking_cmd() 113 switch (cmdl & LCK_MASK) { in decode_locking_cmd() 134 sprintf(buf, "0x%x %s (%s|%s%s%s%s%s%s)", cmdl, command, type, scope, in decode_locking_cmd() 135 cmdl & LCK_NONBLOCK ? "|NONBLOCK" : "", in decode_locking_cmd() 136 cmdl & LCK_HOLD ? "|HOLD" : "", in decode_locking_cmd() 137 cmdl & LCK_LOCAL ? "|LOCAL" : "", in decode_locking_cmd() 138 cmdl & LCK_CLUSTER_VG ? "|CLUSTER_VG" : "", in decode_locking_cmd() 139 cmdl & LCK_CACHE ? "|CACHE" : ""); in decode_locking_cmd()
|
| H A D | clvmd.c | 225 static const char *decode_cmd(unsigned char cmdl) in decode_cmd() argument 230 switch (cmdl) { in decode_cmd() 275 sprintf(buf, "%s (0x%x)", command, cmdl); in decode_cmd() 1813 struct dm_list *cmdl, *tmp; in lvm_thread_fn() local 1839 dm_list_iterate_safe(cmdl, tmp, &lvm_cmd_head) { in lvm_thread_fn() 1843 dm_list_struct_base(cmdl, struct lvm_thread_cmd, list); in lvm_thread_fn()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1996 | 2592 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1996 | 2592 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
|