Searched refs:g_id (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.sbin/adduser/ |
| D | adduser.perl | 434 local($u_id, $g_id) = &next_id($name); 448 return ($u_id_tmp, $g_id) if $u_id_tmp eq $u_id; 603 Gid: $g_id ($group_login) 632 if (!defined($groupname{$group_login}) && !defined($gid{$g_id})) { 633 push(@group_backup, "$group_login:*:$g_id:"); 634 $groupname{$group_login} = $g_id; 635 $gid{$g_id} = $group_login; 669 &append_file($group, "$group_login:*:$g_id:"); 679 $pwgid{$g_id} = $name; 777 local($name, $group_login, $fullname, $sh, $u_id, $g_id, $new_groups, [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Progress.cpp | 17 std::atomic<uint64_t> Progress::g_id(0); member in Progress 21 : m_title(title), m_id(++g_id), m_completed(0), m_total(total) { in Progress()
|
| /openbsd/src/sys/scsi/ |
| D | mpath.c | 44 u_int g_id; member 435 mpath_path_attach(struct mpath_path *p, u_int g_id, const struct mpath_ops *ops) in mpath_path_attach() argument 494 if (g->g_id == g_id) in mpath_path_attach() 512 g->g_id = g_id; in mpath_path_attach()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Progress.h | 94 static std::atomic<uint64_t> g_id; variable
|
| /openbsd/src/sys/dev/pci/ |
| D | if_mcx.c | 2348 int g_id; member 3036 mfg->g_id = -1; in mcx_attach() 5817 mfg->g_id = mcx_get_id(out->cmd_group_id); in mcx_create_flow_group() 5857 mb->cmd_group_id = htobe32(mfg->g_id); in mcx_destroy_flow_group() 5879 mfg->g_id = -1; in mcx_destroy_flow_group() 5924 mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id); in mcx_set_flow_table_entry_mac() 6001 mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id); in mcx_set_flow_table_entry_proto() 7525 if (sc->sc_flow_group[group].g_id != -1) in mcx_down()
|