Home
last modified time | relevance | path

Searched refs:g_id (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/adduser/
H A Dadduser.perl434 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)
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;
789 ($u_id, $g_id) = &new_users_id($name);
840 ($u_id, $g_id) = &next_id($name);
[all …]
/openbsd/gnu/llvm/lldb/source/Core/
H A DProgress.cpp17 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/sys/scsi/
H A Dmpath.c44 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/gnu/llvm/lldb/include/lldb/Core/
H A DProgress.h94 static std::atomic<uint64_t> g_id; variable
/openbsd/sys/dev/pci/
H A Dif_mcx.c2348 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()