Searched defs:update_field (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c80 static int update_field(char **, char *, char *, boolean_t *);
451 if (error = update_field(
461 if (error = update_field(
465 if (error = update_field(
469 if (error = update_field(
473 if (error = update_field(
525 update_field( function
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c376 * called update_field() to update the field with specific field value.
461 * called by update_field() when a new data element is created.
534 * called from update_field() when service flag is ON. currently
625 update_field(fru_nodehdl_t nodehdl, char *field_name, char *field_value) function
773 if (update_field(node, svcargv[i], svcargv[i + 1])) {
777 status = update_field(node, "/Customer_DataR/Cust_Data",

Completed in 58 milliseconds