Searched refs:ntp (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c345 topo_name_trans_t *ntp; local
347 for (ntp = &topo_sensor_type_table[0]; ntp->int_name != NULL; ntp++) {
348 if (ntp->int_value == type) {
349 (void) strlcpy(buf, ntp->int_name, len);
360 topo_name_trans_t *ntp; local
362 for (ntp = &topo_units_type_table[0]; ntp->int_name != NULL; ntp
375 topo_name_trans_t *ntp; local
390 topo_name_trans_t *ntp; local
406 topo_name_trans_t *ntp; local
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_util.c141 ipmi_name_trans_t *ntp; local
143 for (ntp = &ipmi_entity_table[0]; ntp->int_name != NULL; ntp++) {
144 if (ntp->int_value == id) {
145 (void) strlcpy(buf, ntp->int_name, len);
156 ipmi_name_trans_t *ntp; local
158 for (ntp = &ipmi_sensor_type_table[0]; ntp->int_name != NULL; ntp
171 ipmi_name_trans_t *ntp; local
188 ipmi_name_trans_t *ntp; local
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_private.c59 dt_rec_t dt, *dtp, *ntp; local
243 ntp = alloc_dtrec(dtp->dt_key, dtp->dt_type,
246 if (ntp != NULL) {
247 ntp->dt_sig = dtp->dt_sig;
252 error = modify_dd_entry(handle, dtp, ntp);
254 free_dd(handle, ntp);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c213 Namdecl_t *ntp = (Namdecl_t*)((Shbltin_t*)extra)->ptr; local
219 if(ntp)
221 tdata.tp = ntp->tp;
222 opt_info.disc = (Optdisc_t*)ntp->optinfof;
223 optstring = ntp->optstring;
427 else if(tdata.aflag==0 && ntp && ntp->tp)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1270 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); local
1271 return(ntp?ntp->tp:0);
1590 Namtype_t *ntp; local
1606 if(ntp = (Namtype_t*)nv_hasdisc(tp, &type_disc))
1607 nsp = ntp->nsp;
1621 if(ntp = (Namtype_t*)nv_hasdisc(tp, &type_disc))
1622 nsp = ntp->nsp;
H A Dnvdisc.c1257 struct table *ntp = (struct table*)nv_clone_disc(fp,0); local
1261 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
1262 ntp->dict = nroot;
1263 ntp->parent = nv_lastdict();
1269 return(&ntp->fun);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm335 Adjusting the system clock (either manually or by services like ntp)
338 time as gracefully as UNIX ntp does). For example in Win32 (and derived
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL66 time_hosts ntp.none.such

Completed in 28 milliseconds