Searched refs:p_gid (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/chpass/ |
H A D | table.c | 40 { "gid", p_gid, 1, 3, ": ", NULL },
|
H A D | chpass.h | 72 int p_gid(char *, struct passwd *, ENTRY *);
|
H A D | field.c | 122 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_gid() function
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 2295 static inline boolean_t OSM_API ib_gid_is_multicast(IN const ib_gid_t * p_gid) in ib_gid_is_multicast() argument 2297 return (p_gid->raw[0] == 0xFF); in ib_gid_is_multicast() 2309 static inline uint8_t OSM_API ib_mgid_get_scope(IN const ib_gid_t * p_gid) in ib_mgid_get_scope() argument 2311 return (p_gid->raw[1] & 0x0F); in ib_mgid_get_scope() 2324 ib_mgid_set_scope(IN ib_gid_t * const p_gid, IN const uint8_t scope) in ib_mgid_set_scope() argument 2326 p_gid->raw[1] &= 0xF0; in ib_mgid_set_scope() 2327 p_gid->raw[1] |= scope & 0x0F; in ib_mgid_set_scope() 2340 ib_gid_set_default(IN ib_gid_t * const p_gid, IN const ib_net64_t interface_id) in ib_gid_set_default() argument 2342 p_gid->unicast.prefix = IB_DEFAULT_SUBNET_PREFIX; in ib_gid_set_default() 2343 p_gid->unicast.interface_id = interface_id; in ib_gid_set_default() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
H A D | HostNetBSD.cpp | 166 process_info.SetEffectiveGroupID(proc_kinfo->p_gid); in GetNetBSDProcessUserAndGroup() 243 process_info.SetEffectiveGroupID(proc_kinfo[i].p_gid); in FindProcessesImpl()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_helper.h | 183 static inline boolean_t ib_gid_is_notzero(IN const ib_gid_t * p_gid) in ib_gid_is_notzero() argument 185 return memcmp(p_gid, &ib_zero_gid, sizeof(*p_gid)); in ib_gid_is_notzero()
|
H A D | osm_subnet.h | 1080 OUT ib_gid_t * p_gid);
|
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
H A D | Host.cpp | 130 process_info.SetEffectiveGroupID(proc_kinfo.p_gid); in GetOpenBSDProcessUserAndGroup()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_helper.c | 1497 ib_gid_t const *p_gid = p_mpr->gids; in osm_dump_multipath_record_to_buf() local 1505 inet_ntop(AF_INET6, p_gid->raw, in osm_dump_multipath_record_to_buf() 1508 p_gid++; in osm_dump_multipath_record_to_buf() 1516 inet_ntop(AF_INET6, p_gid->raw, in osm_dump_multipath_record_to_buf() 1519 p_gid++; in osm_dump_multipath_record_to_buf()
|
H A D | osm_subnet.c | 1343 OUT ib_gid_t * p_gid) in osm_get_gid_by_mad_addr() argument 1347 if (p_gid == NULL) { in osm_get_gid_by_mad_addr() 1357 p_gid->unicast.interface_id = p_port->p_physp->port_guid; in osm_get_gid_by_mad_addr() 1358 p_gid->unicast.prefix = p_subn->opt.subnet_prefix; in osm_get_gid_by_mad_addr()
|