Searched refs:sgrp (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0016-Handle-missing-gshadow.patch | 28 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name)) 39 if (sgrp) { 40 if (looks_like_hashed_password(utf8_only(sgrp->sg_passwd))) { 41 g->hashed_password = strv_new(sgrp->sg_passwd); 50 @@ -344,6 +348,7 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re 57 struct sgrp sgrp, *result; 58 @@ -372,6 +377,9 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re 73 struct sgrp sgrp, *sresult = NULL; 84 r = nss_sgrp_for_group(result, &sgrp, &sbuf); 101 struct sgrp sgrp, *sresult = NULL; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0014-Handle-missing-gshadow.patch | 28 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name)) 39 if (sgrp) { 40 if (looks_like_hashed_password(utf8_only(sgrp->sg_passwd))) { 41 g->hashed_password = strv_new(sgrp->sg_passwd); 50 @@ -387,6 +391,7 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re 57 struct sgrp sgrp, *result; 58 @@ -415,6 +420,9 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re 73 struct sgrp sgrp, *sresult = NULL; 84 r = nss_sgrp_for_group(result, &sgrp, &sbuf); 101 struct sgrp sgrp, *sresult = NULL; [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | ibmpowernv.c | 338 struct device_node *groups, *sgrp; in init_sensor_group_data() local 346 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data() 347 type = get_sensor_type(sgrp); in init_sensor_group_data() 362 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data() 365 type = get_sensor_type(sgrp); in init_sensor_group_data() 369 if (of_property_read_u32(sgrp, "sensor-group-id", &gid)) in init_sensor_group_data() 372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data() 392 struct device_node *groups, *sgrp; in get_sensor_group() local 398 for_each_child_of_node(groups, sgrp) { in get_sensor_group() 404 type = get_sensor_type(sgrp); in get_sensor_group() [all …]
|
/openbmc/linux/block/ |
H A D | blk-core.c | 1001 const int sgrp = op_stat_group(op); in bdev_end_io_acct() local 1007 part_stat_inc(bdev, ios[sgrp]); in bdev_end_io_acct() 1008 part_stat_add(bdev, sectors[sgrp], sectors); in bdev_end_io_acct() 1009 part_stat_add(bdev, nsecs[sgrp], jiffies_to_nsecs(duration)); in bdev_end_io_acct()
|
H A D | blk-mq.c | 790 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion() 793 part_stat_add(req->part, sectors[sgrp], bytes >> 9); in blk_account_io_completion() 992 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done() 996 part_stat_inc(req->part, ios[sgrp]); in blk_account_io_done() 997 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done() 789 const int sgrp = op_stat_group(req_op(req)); blk_account_io_completion() local 991 const int sgrp = op_stat_group(req_op(req)); blk_account_io_done() local
|