HomeSort by relevance Sort by last modified time
    Searched defs:ntp (Results 1 - 14 of 14) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/tests/
test_private.c 59 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);
  /onnv/onnv-gate/usr/src/lib/libipmi/common/
ipmi_util.c 144 ipmi_name_trans_t *ntp; local
146 for (ntp = &ipmi_entity_table[0]; ntp->int_name != NULL; ntp++) {
147 if (ntp->int_value == id) {
148 (void) strlcpy(buf, ntp->int_name, len);
159 ipmi_name_trans_t *ntp; local
161 for (ntp = &ipmi_sensor_type_table[0]; ntp->int_name != NULL; ntp++)
174 ipmi_name_trans_t *ntp; local
191 ipmi_name_trans_t *ntp; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ntp.c 38 #include "ntp.h"
83 struct ntpdata *ntp = &fragbuf.ntp_msg; local
94 switch (ntp->li_vn_mode & NTPMODEMASK) {
101 "NTP %s [st=%hd] (%s)",
102 show_mode(ntp->li_vn_mode & NTPMODEMASK),
103 ntp->stratum,
104 show_time(ntp->xmt));
108 "NTP %s "
118 "NTP %s",
124 proto_version = (ntp->li_vn_mode & VERSIONMASK) >> 3
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/solaris/
nsc_thread.c 633 nsthread_t *tp, *ntp; local
705 ntp = tp->tp_chain;
710 tp = ntp;
  /onnv/onnv-gate/usr/src/uts/common/io/
ptem.c 157 struct ptem *ntp; /* ptem entry for this PTEM module */ local
174 ntp = kmem_alloc(sizeof (*ntp), KM_SLEEP);
185 if ((ntp->dack_ptr = allocb(4, BPRI_MED)) == NULL) {
186 kmem_free(ntp, sizeof (*ntp));
196 freemsg(ntp->dack_ptr);
197 kmem_free(ntp, sizeof (*ntp));
210 ntp->q_ptr = q
255 struct ptem *ntp; \/* ptem entry for this PTEM module *\/ local
418 struct ptem *ntp = (struct ptem *)q->q_ptr; local
443 struct ptem *ntp = (struct ptem *)q->q_ptr; local
607 struct ptem *ntp = (struct ptem *)q->q_ptr; local
    [all...]
timod.c 839 struct tim_tim *ntp; local
845 ntp = tim_findlink(resp->ACCEPTOR_id);
846 if (ntp == NULL)
849 mutex_enter(&ntp->tim_mutex);
850 if (ntp->tim_peercred != NULL)
851 crfree(ntp->tim_peercred);
852 ntp->tim_peercred =
854 &ntp->tim_cpid);
855 if (ntp->tim_peercred != NULL)
856 crhold(ntp->tim_peercred)
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_subr.c 362 topo_name_trans_t *ntp; local
364 for (ntp = &topo_sensor_type_table[0]; ntp->int_name != NULL; ntp++) {
365 if (ntp->int_value == type) {
366 (void) strlcpy(buf, ntp->int_name, len);
377 topo_name_trans_t *ntp; local
379 for (ntp = &topo_units_type_table[0]; ntp->int_name != NULL; ntp++)
392 topo_name_trans_t *ntp; local
407 topo_name_trans_t *ntp; local
423 topo_name_trans_t *ntp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_rq.c 77 static int smb_nt_reply(struct smb_ntrq *ntp);
576 struct smb_ntrq *ntp; local
579 ntp = (struct smb_ntrq *)kmem_alloc(sizeof (*ntp), KM_SLEEP);
580 if (ntp == NULL)
582 error = smb_nt_init(ntp, layer, fn, scred);
583 mutex_init(&ntp->nt_lock, NULL, MUTEX_DRIVER, NULL);
584 cv_init(&ntp->nt_cond, NULL, CV_DEFAULT, NULL);
585 ntp->nt_flags |= SMBT2_ALLOCED;
587 smb_nt_done(ntp);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
typeset.c 209 Namdecl_t *ntp = (Namdecl_t*)((Shbltin_t*)extra)->ptr; local
215 if(ntp)
217 tdata.tp = ntp->tp;
218 opt_info.disc = (Optdisc_t*)ntp->optinfof;
219 optstring = ntp->optstring;
397 else if(tdata.aflag==0 && ntp && ntp->tp)
  /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/
tmp_vnops.c 824 struct tmpnode *ntp = NULL; local
905 error = tdirlookup(tp, nm, &ntp, cred);
908 ASSERT(ntp);
909 *vpp = TNTOV(ntp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_smb.c 2831 struct smb_ntrq *ntp; local
2979 struct smb_ntrq *ntp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
nvdisc.c 1218 struct table *ntp = (struct table*)nv_clone_disc(fp,0); local
1222 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
1223 ntp->dict = nroot;
1224 ntp->parent = nv_lastdict();
1230 return(&ntp->fun);
nvtype.c 1246 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); local
1247 return(ntp?ntp->tp:0);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/
idn.c 3788 idn_timer_t *ntp; local
    [all...]

Completed in 3899 milliseconds